Uses of Class
jason.asSemantics.Circumstance.IntentionPlace
Package | Description |
---|---|
jason.asSemantics |
-
Uses of Circumstance.IntentionPlace in jason.asSemantics
Fields in jason.asSemantics declared as Circumstance.IntentionPlace Modifier and Type Field Description private Circumstance.IntentionPlace
Intention. place
Methods in jason.asSemantics that return Circumstance.IntentionPlace Modifier and Type Method Description Circumstance.IntentionPlace
Intention. getPlace()
returns where the intention is in the interpreter data structures.static Circumstance.IntentionPlace
Circumstance.IntentionPlace. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Circumstance.IntentionPlace[]
Circumstance.IntentionPlace. 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 Circumstance.IntentionPlace Modifier and Type Method Description void
Intention. setPlace(Circumstance.IntentionPlace place)