KIE Uberfire Wires :: Bayesian Parser API 6.2.0.CR1

org.kie.uberfire.wires.bayesian.network.parser.client.model
Class BayesNetwork

java.lang.Object
  extended by org.kie.uberfire.wires.bayesian.network.parser.client.model.BayesNetwork
All Implemented Interfaces:
Serializable

@Portable
public class BayesNetwork
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BayesNetwork()
           
BayesNetwork(String name)
           
 
Method Summary
 String getName()
           
 List<BayesVariable> getNodos()
           
 void setName(String name)
           
 void setNodos(List<BayesVariable> nodos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayesNetwork

public BayesNetwork()

BayesNetwork

public BayesNetwork(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getNodos

public List<BayesVariable> getNodos()

setNodos

public void setNodos(List<BayesVariable> nodos)

KIE Uberfire Wires :: Bayesian Parser API 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.