Uses of Interface
JADE_SL.abs.AbsContentElement

Packages that use AbsContentElement
JADE_SL.abs   
JADE_SL.lang   
JADE_SL.lang.sl   
zeus.concepts   
 

Uses of AbsContentElement in JADE_SL.abs
 

Classes in JADE_SL.abs that implement AbsContentElement
 class AbsAgentAction
           
 class AbsContentElementList
           
 class AbsIRE
          Represent an Abstract descriptor that can hold an Identifying Referential Expression (IRE).
 class AbsPredicate
           
 

Methods in JADE_SL.abs that return AbsContentElement
 AbsContentElement AbsContentElementList.get(int i)
          Retrieves the i-th element in this content element list.
 AbsContentElement AbsContentElementList.remove(int index)
          Removes the element at the given position from this content element list.
 AbsContentElement[] AbsContentElementList.toArray()
          Retrieve all elements in this content element list in the form of an array.
 

Methods in JADE_SL.abs with parameters of type AbsContentElement
 void AbsContentElementList.add(AbsContentElement element)
          Add a new element (that must be a content element) to this content element list.
 boolean AbsContentElementList.contains(AbsContentElement element)
          Test if a given content element is contained in this content element list.
 int AbsContentElementList.indexOf(AbsContentElement element)
          Returns the position of an element within this content element list.
 

Uses of AbsContentElement in JADE_SL.lang
 

Methods in JADE_SL.lang that return AbsContentElement
abstract  AbsContentElement ByteArrayCodec.decode(byte[] content)
          Decodes the content to an abstract description.
abstract  AbsContentElement ByteArrayCodec.decode(Ontology ontology, byte[] content)
          Decodes the content to an abstract description.
abstract  AbsContentElement StringCodec.decode(java.lang.String content)
          Decodes the content to an abstract description.
abstract  AbsContentElement StringCodec.decode(Ontology ontology, java.lang.String content)
          Decodes the content to an abstract description using a given ontology.
 

Methods in JADE_SL.lang with parameters of type AbsContentElement
abstract  byte[] ByteArrayCodec.encode(AbsContentElement content)
          Encodes a content into a byte array.
abstract  byte[] ByteArrayCodec.encode(Ontology ontology, AbsContentElement content)
          Encodes a content into a byte array.
abstract  java.lang.String StringCodec.encode(AbsContentElement content)
          Encodes a content into a string.
abstract  java.lang.String StringCodec.encode(Ontology ontology, AbsContentElement content)
          Encodes a content into a string using a given ontology.
 

Uses of AbsContentElement in JADE_SL.lang.sl
 

Methods in JADE_SL.lang.sl that return AbsContentElement
 AbsContentElement SLCodec.decode(java.lang.String content)
          Decodes the content to an abstract description.
 AbsContentElement SLCodec.decode(Ontology ontology, java.lang.String content)
          Decodes the content to an abstract description.
(package private)  AbsContentElement SLParser.parse(Ontology o, java.lang.String content)
           
 AbsContentElement SLParser.ContentExpression()
           
 AbsContentElement SLParser.ContentExpression_NoBrace()
           
 

Methods in JADE_SL.lang.sl with parameters of type AbsContentElement
 java.lang.String SLCodec.encode(AbsContentElement content)
          Encodes a content into a String.
 java.lang.String SLCodec.encode(Ontology ontology, AbsContentElement content)
          Encodes a content into a String.
 

Uses of AbsContentElement in zeus.concepts
 

Methods in zeus.concepts that return AbsContentElement
static AbsContentElement SLParser.parse(java.lang.String s)
          here is the method that you must call!
static AbsContentElement SLParser.parsefull(java.lang.String s)
           
 



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