|
Class Summary |
| ApplicableSet |
This class defines the base class for applicable sets. |
| BooleanVariable |
Objects of this class are generated by the JACK compiler to represent
variables declared as type "logical boolean". |
| ByteVariable |
Objects of this class are generated by the JACK compiler to represent
variables declared as type "logical byte". |
| CharacterVariable |
Objects of this class are generated by the JACK compiler to represent
variables declared as type "logical char". |
| DoubleVariable |
Objects of this class are generated by the JACK compiler to represent
variables declared as type "logical double". |
| FailureSet |
This class defines the base class for failure sets. |
| FloatVariable |
Objects of this class are generated by the JACK compiler to represent
variables declared as type "logical float". |
| IntegerVariable |
Objects of this class are generated by the JACK compiler to represent
variables declared as type "logical int". |
| LogicEnv |
This class implements the logic environment under which JACK plans and other
entities run. |
| LongVariable |
Objects of this class are generated by the JACK compiler to represent
variables declared as type "logical long". |
| ObjectVariable |
Objects of this class are generated by the JACK compiler to represent
variables declared as type "logical Object". |
| ShortVariable |
Objects of this class are generated by the JACK compiler to represent
variables declared as type "logical short". |
| Signature |
This class is used to store an applicable instance of a plan in both
the applicable and failure sets. |
| SignatureList |
A doubly linked list of Signature objects. |
| StringVariable |
Objects of this class are generated by the JACK compiler to represent
variables declared as type "logical String". |
| Unifiable |
This is the superclass for all objects that can be 'bound' (e.g. |
| Variable |
This is the superclass of all objects generated by the JACK compiler
to represent variables declared as type "logical". |