Package jadex.bdiv3.model
Class MConfigBeliefElement
- java.lang.Object
 - 
- jadex.bdiv3.model.MElement
 - 
- jadex.bdiv3.model.MConfigBeliefElement
 
 
 
- 
public class MConfigBeliefElement extends MElement
Represents an initial / end belief (set). 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.util.List<UnparsedExpression>factsThe initial / end facts.- 
Fields inherited from class jadex.bdiv3.model.MElement
CAPABILITY_SEPARATOR, description, name 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MConfigBeliefElement() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFact(UnparsedExpression fact)The value to set.java.util.List<UnparsedExpression>getFacts()Get the value.voidsetFacts(java.util.List<UnparsedExpression> facts)The value to set.- 
Methods inherited from class jadex.bdiv3.model.MElement
equals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
facts
protected java.util.List<UnparsedExpression> facts
The initial / end facts. 
 - 
 
- 
Method Detail
- 
setFacts
public void setFacts(java.util.List<UnparsedExpression> facts)
The value to set.- Parameters:
 value- The value to set
 
- 
getFacts
public java.util.List<UnparsedExpression> getFacts()
Get the value.- Returns:
 - The value
 
 
- 
addFact
public void addFact(UnparsedExpression fact)
The value to set.- Parameters:
 value- The value to set
 
 - 
 
 -