public class MConfigBeliefElement extends MElement
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.List<UnparsedExpression> | factsThe initial / end facts. | 
CAPABILITY_SEPARATOR, description, name| Constructor and Description | 
|---|
| MConfigBeliefElement() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFact(UnparsedExpression fact)The value to set. | 
| java.util.List<UnparsedExpression> | getFacts()Get the value. | 
| void | setFacts(java.util.List<UnparsedExpression> facts)The value to set. | 
equals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toStringprotected java.util.List<UnparsedExpression> facts
public void setFacts(java.util.List<UnparsedExpression> facts)
value - The value to setpublic java.util.List<UnparsedExpression> getFacts()
public void addFact(UnparsedExpression fact)
value - The value to set