fipaos.parser.acl.bitefficient
Class ACLPerformatives
- public class ACLPerformatives
- implements ACLConstants
Mapping between JADE performative codes and bitefficient ones.
- Author:
- Heikki Helin, Mikko Laukkanen
Method Summary |
int | getCA(byte b) Returns FIPAOS code for performative |
int | getCA(String b) |
byte | getCACode(int b) Returns bit-efficient code for performative |
byte | getCACode(String b) |
String | getCAString(byte b) Returns performative string |
getCA
public int getCA(byte b)
- Returns FIPAOS code for performative
getCA
public int getCA(String b)
getCACode
public byte getCACode(int b)
- Returns bit-efficient code for performative
- Parameters:
- b - JADE code for performative
getCACode
public byte getCACode(String b)
getCAString
public String getCAString(byte b)
- Returns performative string
to Class fipaos.parser.acl.bitefficient.ACLPerformatives.pair