|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.parser.acl.bitefficient.ACLPerformatives
Mapping between JADE performative codes and bitefficient ones.
Constructor Summary | |
ACLPerformatives()
|
Method Summary | |
int |
getCA(byte b)
Returns FIPAOS code for performative |
int |
getCA(java.lang.String b)
|
byte |
getCACode(int b)
Returns bit-efficient code for performative |
byte |
getCACode(java.lang.String b)
|
java.lang.String |
getCAString(byte b)
Returns performative string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ACLPerformatives()
Method Detail |
public int getCA(byte b)
public int getCA(java.lang.String b)
public java.lang.String getCAString(byte b)
public byte getCACode(int b)
b
- JADE code for performativepublic byte getCACode(java.lang.String b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |