Uses of Class
org.uberfire.ext.wires.bayesian.network.parser.client.model.BayesVariable
-
Packages that use BayesVariable Package Description org.uberfire.ext.wires.bayesian.network.parser.client.model -
-
Uses of BayesVariable in org.uberfire.ext.wires.bayesian.network.parser.client.model
Methods in org.uberfire.ext.wires.bayesian.network.parser.client.model that return types with arguments of type BayesVariable Modifier and Type Method Description List<BayesVariable>BayesVariable. getIncomingNodes()List<BayesVariable>BayesNetwork. getNodos()Method parameters in org.uberfire.ext.wires.bayesian.network.parser.client.model with type arguments of type BayesVariable Modifier and Type Method Description voidBayesVariable. setIncomingNodes(List<BayesVariable> incomingNodes)voidBayesNetwork. setNodos(List<BayesVariable> nodos)
-