static java.util.ArrayList<SubstitutionSet> |
Condition.CheckActivation(AgentModel am,
java.util.ArrayList<Condition> preconditions) |
Checks if a list of conditions (usually preconditions) to see if all of
them are verified.
|
java.util.ArrayList<SubstitutionSet> |
Condition.GetValidBindings(AgentModel am) |
This method finds all the possible sets of Substitutions that applied to
the condition will make it valid (true) according to the agent's memory
(KB + AM)
|
java.util.ArrayList<SubstitutionSet> |
EmotionCondition.GetValidBindings(AgentModel am) |
This method finds all the possible sets of Substitutions that applied to
the condition will make it valid (true) according to the agent's
EmotionalState
|
java.util.ArrayList<SubstitutionSet> |
MoodCondition.GetValidBindings(AgentModel am) |
This method finds all the possible sets of Substitutions that applied to
the condition will make it valid (true) according to the agent's
EmotionalState
|
java.util.ArrayList<SubstitutionSet> |
PastEventCondition.GetValidBindings(AgentModel am) |
This method finds all the possible sets of Substitutions that applied to
the condition will make it valid (true) according to the agent's
AutobiographicalMemory
|
java.util.ArrayList<SubstitutionSet> |
PropertyNotEqual.GetValidBindings(AgentModel am) |
This method finds all the possible sets of Substitutions that applied to
the condition will make it valid (true) according to the current Memory
|
java.util.ArrayList<SubstitutionSet> |
PropertyNotEqual.GetValidInequalities(AgentModel am) |
This method finds all the possible sets of Inequalities that that result
from the condition.
|