Uses of Class
JADE_SL.abs.AbsPrimitive

Packages that use AbsPrimitive
JADE_SL.abs   
JADE_SL.lang.sl   
zeus.agents   
zeus.concepts   
 

Uses of AbsPrimitive in JADE_SL.abs
 

Methods in JADE_SL.abs that return AbsPrimitive
static AbsPrimitive AbsPrimitive.wrap(java.lang.String value)
          Create an AbsPrimitive of type BasicOntology.STRING containing a given String value.
static AbsPrimitive AbsPrimitive.wrap(boolean value)
          Create an AbsPrimitive of type BasicOntology.BOOLEAN containing a given boolean value.
static AbsPrimitive AbsPrimitive.wrap(int value)
          Create an AbsPrimitive of type BasicOntology.INTEGER containing a given int value.
static AbsPrimitive AbsPrimitive.wrap(long value)
          Create an AbsPrimitive of type BasicOntology.INTEGER containing a given long value.
static AbsPrimitive AbsPrimitive.wrap(float value)
          Create an AbsPrimitive of type BasicOntology.FLOAT containing a given float value.
static AbsPrimitive AbsPrimitive.wrap(double value)
          Create an AbsPrimitive of type BasicOntology.FLOAT containing a given double value.
static AbsPrimitive AbsPrimitive.wrap(java.util.Date value)
          Create an AbsPrimitive of type BasicOntology.DATE containing a given Date value.
static AbsPrimitive AbsPrimitive.wrap(byte[] value)
          Create an AbsPrimitive of type BasicOntology.BYTE_SEQUENCE containing a given byte[] value.
 

Uses of AbsPrimitive in JADE_SL.lang.sl
 

Methods in JADE_SL.lang.sl that return AbsPrimitive
 AbsPrimitive SLParser.Constant()
           
 AbsPrimitive SLParser.Number()
           
 

Methods in JADE_SL.lang.sl with parameters of type AbsPrimitive
private  java.lang.String SLCodec.toString(AbsPrimitive val)
           
 

Uses of AbsPrimitive in zeus.agents
 

Methods in zeus.agents with parameters of type AbsPrimitive
 boolean FIPA_DF_Services.checkAuthority(java.lang.String agent, AbsPrimitive attempter, AbsAggregate attempterAddresses, Performative perf)
           
 

Uses of AbsPrimitive in zeus.concepts
 

Methods in zeus.concepts with parameters of type AbsPrimitive
static java.lang.String SL_Util.makeAddressString(AbsPrimitive name, AbsAggregate addresses)
          used to turn a name and a set of addresses into a fipa agentid string
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.