Uses of Class
jason.asSyntax.Trigger.TEOperator
Package | Description |
---|---|
jason.asSyntax |
-
Uses of Trigger.TEOperator in jason.asSyntax
Fields in jason.asSyntax declared as Trigger.TEOperator Modifier and Type Field Description private Trigger.TEOperator
Trigger. operator
Methods in jason.asSyntax that return Trigger.TEOperator Modifier and Type Method Description Trigger.TEOperator
Trigger. getOperator()
static Trigger.TEOperator
Trigger.TEOperator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Trigger.TEOperator[]
Trigger.TEOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jason.asSyntax with parameters of type Trigger.TEOperator Modifier and Type Method Description void
Trigger. setTrigOp(Trigger.TEOperator op)
Constructors in jason.asSyntax with parameters of type Trigger.TEOperator Constructor Description Trigger(Trigger.TEOperator op, Trigger.TEType t, Literal l)