org.kie.uberfire.wires.bayesian.network.parser.client.parser
Class Definition
java.lang.Object
org.kie.uberfire.wires.bayesian.network.parser.client.parser.Definition
- All Implemented Interfaces:
- Serializable
@Portable
public class Definition
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Definition
public Definition()
getName
public String getName()
setName
public void setName(String name)
getGiven
public List<String> getGiven()
setGiven
public void setGiven(List<String> given)
getProbabilities
public String getProbabilities()
setProbabilities
public void setProbabilities(String probabilities)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.