| Condition |
Abstract condition test, used to represent preconditions, success conditions,
etc.
|
| EmotionCondition |
|
| MoodCondition |
|
| NewEventCondition |
|
| PastEventCondition |
|
| PredicateCondition |
Represents a test to a predicate.
|
| PropertyCondition |
Represents a test to a property.
|
| PropertyEqual |
Test that compares if a property is equal to a given value
|
| PropertyGreater |
Test that compares if a property is bigger than a given value.
|
| PropertyGreaterEqual |
Test that compares if a property is bigger than a given value.
|
| PropertyLesser |
Test that compares if a property is smaller than a given value.
|
| PropertyLesserEqual |
Test that compares if a property is smaller than a given value.
|
| PropertyNotEqual |
Test that compares if a property is different from a given value
|
| RecentEventCondition |
|