Uses of Class
JADE_SL.abs.AbsAggregate

Packages that use AbsAggregate
JADE_SL.abs   
JADE_SL.lang.sl   
JADE_SL.onto   
zeus.agents   
zeus.concepts   
 

Uses of AbsAggregate in JADE_SL.abs
 

Methods in JADE_SL.abs that return AbsAggregate
static AbsAggregate AbsHelper.externaliseList(java.util.List obj, Ontology onto)
          Converts a List into a AbsAggregate using the specified ontology.
static AbsAggregate AbsHelper.externaliseIterator(java.util.Iterator obj, Ontology onto)
          Converts an Iterator into a AbsAggregate using the specified ontology.
 

Methods in JADE_SL.abs with parameters of type AbsAggregate
static java.util.List AbsHelper.internaliseList(AbsAggregate aggregate, Ontology onto)
          Converts an AbsAggregate into a List using the specified ontology.
 

Uses of AbsAggregate in JADE_SL.lang.sl
 

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

Uses of AbsAggregate in JADE_SL.onto
 

Methods in JADE_SL.onto with parameters of type AbsAggregate
private  void BCReflectiveIntrospector.invokeAddMethod(Ontology onto, java.lang.reflect.Method method, java.lang.Object obj, AbsAggregate value)
           
 

Uses of AbsAggregate in zeus.agents
 

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

Uses of AbsAggregate in zeus.concepts
 

Methods in zeus.concepts with parameters of type AbsAggregate
static java.util.Vector SL_Util.makeVector(AbsAggregate aggr)
          turn AbsAggregate into a Vector
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.