Package jadex.bdi.model
Class MConfigBeliefElement
java.lang.Object
jadex.bdi.model.MElement
jadex.bdi.model.MConfigBeliefElement
Represents an initial / end belief (set).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<jadex.common.UnparsedExpression> The initial / end facts.Fields inherited from class jadex.bdi.model.MElement
CAPABILITY_SEPARATOR, description, name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jadex.bdi.model.MElement
equals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toString
-
Field Details
-
facts
The initial / end facts.
-
-
Constructor Details
-
MConfigBeliefElement
public MConfigBeliefElement()
-
-
Method Details
-
setFacts
The value to set.- Parameters:
value
- The value to set
-
getFacts
Get the value.- Returns:
- The value
-
addFact
public void addFact(jadex.common.UnparsedExpression fact) The value to set.- Parameters:
value
- The value to set
-