Uses of Class
FIPA.AgentID
-
Packages that use AgentID Package Description FIPA -
-
Uses of AgentID in FIPA
Fields in FIPA declared as AgentID Modifier and Type Field Description AgentID[]Envelope. fromAgentID[]Envelope. intendedReceiverAgentID[]AgentID. resolversAgentID[]Envelope. toAgentIDAgentIDHolder. valueAgentID[]AgentIDsHolder. valueAgentID[]OptAgentIDHolder. valueMethods in FIPA that return AgentID Modifier and Type Method Description static AgentIDAgentIDHelper. extract(Any a)static AgentID[]AgentIDsHelper. extract(Any a)static AgentID[]OptAgentIDHelper. extract(Any a)static AgentIDAgentIDHelper. read(InputStream in)static AgentID[]AgentIDsHelper. read(InputStream in)static AgentID[]OptAgentIDHelper. read(InputStream in)Methods in FIPA with parameters of type AgentID Modifier and Type Method Description static voidAgentIDHelper. insert(Any a, AgentID that)static voidAgentIDsHelper. insert(Any a, AgentID[] that)static voidOptAgentIDHelper. insert(Any a, AgentID[] that)static voidAgentIDHelper. write(OutputStream out, AgentID that)static voidAgentIDsHelper. write(OutputStream out, AgentID[] that)static voidOptAgentIDHelper. write(OutputStream out, AgentID[] that)Constructors in FIPA with parameters of type AgentID Constructor Description AgentID(String __name, String[] __addresses, AgentID[] __resolvers, Property[] __userDefinedProperties)AgentIDHolder(AgentID __arg)AgentIDsHolder(AgentID[] __arg)Envelope(AgentID[] __to, AgentID[] __from, String __comments, String __aclRepresentation, int __payloadLength, String __payloadEncoding, DateTime[] __date, String[] __encrypted, AgentID[] __intendedReceiver, ReceivedObject[] __received, Property[][] __transportBehaviour, Property[] __userDefinedProperties)OptAgentIDHolder(AgentID[] __arg)
-