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 SummaryFields Modifier and Type Field Description protected java.util.List<UnparsedExpression>factsThe initial / end facts.- 
Fields inherited from class jadex.bdiv3.model.MElementCAPABILITY_SEPARATOR, description, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description MConfigBeliefElement()
 - 
Method SummaryAll 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.MElementequals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toString
 
- 
 
- 
- 
- 
Field Detail- 
factsprotected java.util.List<UnparsedExpression> facts The initial / end facts.
 
- 
 - 
Method Detail- 
setFactspublic void setFacts(java.util.List<UnparsedExpression> facts) The value to set.- Parameters:
- value- The value to set
 
 - 
getFactspublic java.util.List<UnparsedExpression> getFacts() Get the value.- Returns:
- The value
 
 - 
addFactpublic void addFact(UnparsedExpression fact) The value to set.- Parameters:
- value- The value to set
 
 
- 
 
-