Package jade.content.lang.sl
Interface SL1Vocabulary
-
- All Superinterfaces:
SL0Vocabulary
- All Known Subinterfaces:
SL2Vocabulary,SLVocabulary
- All Known Implementing Classes:
SLOntology
public interface SL1Vocabulary extends SL0Vocabulary
The vocabulary of the simbols used in the FIPA SL1 language- Author:
- Giovanni Caire - TILAB
-
-
Field Summary
Fields Modifier and Type Field Description static StringANDstatic StringAND_LEFTstatic StringAND_RIGHTstatic StringNOTstatic StringNOT_WHATstatic StringORstatic StringOR_LEFTstatic StringOR_RIGHT-
Fields inherited from interface jade.content.lang.sl.SL0Vocabulary
ACLMSG, ACLMSG_BYTE_SEQUENCE_CONTENT, ACLMSG_CONTENT, ACLMSG_CONVERSATION_ID, ACLMSG_ENCODING, ACLMSG_IN_REPLY_TO, ACLMSG_LANGUAGE, ACLMSG_ONTOLOGY, ACLMSG_PERFORMATIVE, ACLMSG_PROTOCOL, ACLMSG_RECEIVERS, ACLMSG_REPLY_BY, ACLMSG_REPLY_TO, ACLMSG_REPLY_WITH, ACLMSG_SENDER, ACTION, ACTION_ACTION, ACTION_ACTOR, AID, AID_ADDRESSES, AID_NAME, AID_PROPERTY_PREFIX, AID_RESOLVERS, DONE, DONE_ACTION, DONE_CONDITION, EQUALS, EQUALS_LEFT, EQUALS_RIGHT, FALSE_PROPOSITION, PROPERTY, PROPERTY_NAME, PROPERTY_VALUE, RESULT, RESULT_ACTION, RESULT_ITEMS, RESULT_VALUE, SEQUENCE, SET, TRUE_PROPOSITION
-
-
-
-
Field Detail
-
AND
static final String AND
- See Also:
- Constant Field Values
-
AND_LEFT
static final String AND_LEFT
- See Also:
- Constant Field Values
-
AND_RIGHT
static final String AND_RIGHT
- See Also:
- Constant Field Values
-
OR
static final String OR
- See Also:
- Constant Field Values
-
OR_LEFT
static final String OR_LEFT
- See Also:
- Constant Field Values
-
OR_RIGHT
static final String OR_RIGHT
- See Also:
- Constant Field Values
-
NOT
static final String NOT
- See Also:
- Constant Field Values
-
NOT_WHAT
static final String NOT_WHAT
- See Also:
- Constant Field Values
-
-