Uses of Class
jason.asSemantics.GoalListener.GoalStates
Package | Description |
---|---|
jason.asSemantics |
-
Uses of GoalListener.GoalStates in jason.asSemantics
Methods in jason.asSemantics that return GoalListener.GoalStates Modifier and Type Method Description static GoalListener.GoalStates
GoalListener.GoalStates. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GoalListener.GoalStates[]
GoalListener.GoalStates. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jason.asSemantics with parameters of type GoalListener.GoalStates Modifier and Type Method Description private void
GoalListenerForMetaEvents. generateGoalStateEvent(Literal goal, Trigger.TEType type, GoalListener.GoalStates state, Term reason)
default void
GoalListener. goalFinished(Trigger goal, GoalListener.GoalStates result)
method called when a goal is (un)successfully finishedvoid
GoalListenerForMetaEvents. goalFinished(Trigger goal, GoalListener.GoalStates result)