Package jade.lang.acl
Interface ACLParserConstants
-
- All Known Implementing Classes:
ACLParser,ACLParserTokenManager
public interface ACLParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intADDRESSESstatic intAIDstatic intAIDSTATEstatic intCONTENTstatic intCONTENTSTATEstatic intCONVERSATION_IDstatic intDATETIMEstatic intDEFAULTstatic intDIGITstatic intENCODINGstatic intENDstatic intEOFstatic intFLOATONEstatic intFLOATTWOstatic intIN_REPLY_TOstatic intINTEGERstatic intLANGUAGEstatic intLBRACEstatic intLBRACE2static intMESSAGEPARAMETERSTATEstatic intMESSAGETYPEstatic intMESSAGETYPESTATEstatic intNAMEstatic intONTOLOGYstatic intPREFIXBYTELENGTHENCODEDSTRINGstatic intPROTOCOLstatic intRBRACEstatic intRBRACE2static intRECEIVERstatic intREPLY_BYstatic intREPLY_TOstatic intREPLY_WITHstatic intRESOLVERSstatic intSENDERstatic intSEQUENCEstatic intSETstatic intSTARTstatic intSTRINGLITERALstatic String[]tokenImagestatic intUSERDEFINEDPARAMstatic intUSERDEFINEDSLOTstatic intWORD
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
START
static final int START
- See Also:
- Constant Field Values
-
MESSAGETYPE
static final int MESSAGETYPE
- See Also:
- Constant Field Values
-
SENDER
static final int SENDER
- See Also:
- Constant Field Values
-
RECEIVER
static final int RECEIVER
- See Also:
- Constant Field Values
-
CONTENT
static final int CONTENT
- See Also:
- Constant Field Values
-
REPLY_WITH
static final int REPLY_WITH
- See Also:
- Constant Field Values
-
REPLY_BY
static final int REPLY_BY
- See Also:
- Constant Field Values
-
IN_REPLY_TO
static final int IN_REPLY_TO
- See Also:
- Constant Field Values
-
REPLY_TO
static final int REPLY_TO
- See Also:
- Constant Field Values
-
ENCODING
static final int ENCODING
- See Also:
- Constant Field Values
-
LANGUAGE
static final int LANGUAGE
- See Also:
- Constant Field Values
-
ONTOLOGY
static final int ONTOLOGY
- See Also:
- Constant Field Values
-
PROTOCOL
static final int PROTOCOL
- See Also:
- Constant Field Values
-
CONVERSATION_ID
static final int CONVERSATION_ID
- See Also:
- Constant Field Values
-
USERDEFINEDPARAM
static final int USERDEFINEDPARAM
- See Also:
- Constant Field Values
-
END
static final int END
- See Also:
- Constant Field Values
-
DATETIME
static final int DATETIME
- See Also:
- Constant Field Values
-
WORD
static final int WORD
- See Also:
- Constant Field Values
-
STRINGLITERAL
static final int STRINGLITERAL
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
-
FLOATONE
static final int FLOATONE
- See Also:
- Constant Field Values
-
FLOATTWO
static final int FLOATTWO
- See Also:
- Constant Field Values
-
PREFIXBYTELENGTHENCODEDSTRING
static final int PREFIXBYTELENGTHENCODEDSTRING
- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
-
SET
static final int SET
- See Also:
- Constant Field Values
-
SEQUENCE
static final int SEQUENCE
- See Also:
- Constant Field Values
-
AID
static final int AID
- See Also:
- Constant Field Values
-
NAME
static final int NAME
- See Also:
- Constant Field Values
-
ADDRESSES
static final int ADDRESSES
- See Also:
- Constant Field Values
-
RESOLVERS
static final int RESOLVERS
- See Also:
- Constant Field Values
-
USERDEFINEDSLOT
static final int USERDEFINEDSLOT
- See Also:
- Constant Field Values
-
RBRACE2
static final int RBRACE2
- See Also:
- Constant Field Values
-
LBRACE2
static final int LBRACE2
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
MESSAGETYPESTATE
static final int MESSAGETYPESTATE
- See Also:
- Constant Field Values
-
MESSAGEPARAMETERSTATE
static final int MESSAGEPARAMETERSTATE
- See Also:
- Constant Field Values
-
CONTENTSTATE
static final int CONTENTSTATE
- See Also:
- Constant Field Values
-
AIDSTATE
static final int AIDSTATE
- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
-
-