Uses of Interface
JADE_SL.abs.AbsTerm

Packages that use AbsTerm
JADE_SL.abs   
JADE_SL.lang.sl   
 

Uses of AbsTerm in JADE_SL.abs
 

Classes in JADE_SL.abs that implement AbsTerm
 class AbsAgentAction
           
 class AbsAggregate
           
 class AbsConcept
           
 class AbsIRE
          Represent an Abstract descriptor that can hold an Identifying Referential Expression (IRE).
 class AbsPrimitive
           
 class AbsVariable
           
 

Methods in JADE_SL.abs that return AbsTerm
 AbsTerm AbsAggregate.get(int i)
          Retrieves the i-th element in this aggregate.
 AbsTerm AbsAggregate.remove(int index)
          Removes the element at the given position from this aggregate.
 AbsTerm[] AbsAggregate.toArray()
          Retrieve all elements in this aggregate in the form of an array.
 AbsTerm AbsConcept.getAbsTerm(java.lang.String name)
          Gets the value of an attribute of the concept held by this abstract descriptor.
 AbsTerm AbsPredicate.getAbsTerm(java.lang.String name)
          Gets the value (casted as an AbsTerm) of an attribute of the predicate held by this abstract descriptor.
 

Methods in JADE_SL.abs with parameters of type AbsTerm
 void AbsAggregate.add(AbsTerm element)
          Adds a new element (that must be a term) to this aggregate.
 boolean AbsAggregate.contains(AbsTerm element)
          Test if a given term is contained in this aggregate.
 int AbsAggregate.indexOf(AbsTerm element)
          Returns the position of an element within this aggregate.
 boolean AbsAggregate.remove(AbsTerm element)
          Removes an element from this aggregate.
 void AbsAggregate.set(java.lang.String name, AbsTerm value)
          Overrides this method to check that name is of the form Codec.UNNAMEDPERFIX+index
 void AbsConcept.set(java.lang.String name, AbsTerm value)
          Sets an attribute of the concept held by this abstract descriptor.
 

Uses of AbsTerm in JADE_SL.lang.sl
 

Methods in JADE_SL.lang.sl that return AbsTerm
private  AbsTerm SLParser.toAbsAgentAction(AbsTerm t)
          When an ActionExpression is parsed, if it is an AbsConcept then it must be casted upto an AbsAgentAction.
 AbsTerm SLParser.Term()
           
 

Methods in JADE_SL.lang.sl with parameters of type AbsTerm
private  AbsTerm SLParser.toAbsAgentAction(AbsTerm t)
          When an ActionExpression is parsed, if it is an AbsConcept then it must be casted upto an AbsAgentAction.
 



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