|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectJADE_SL.abs.AbsHelper
| Constructor Summary | |
AbsHelper()
|
|
| Method Summary | |
static AbsAgentAction |
externaliseACLMessage(ACLMessage obj,
Ontology onto)
Converts an ACLMessage into an
AbsAgentAction using
the specified ontology. |
static AbsConcept |
externaliseAID(AID obj)
Converts an AID into an AbsConcept
representing an AID |
static AbsContentElementList |
externaliseContentElementList(ContentElementList obj,
Ontology onto)
Converts a ContentElementList into an
AbsContentElementList using
the specified ontology. |
static AbsAggregate |
externaliseIterator(java.util.Iterator obj,
Ontology onto)
Converts an Iterator into a AbsAggregate using
the specified ontology. |
static AbsAggregate |
externaliseList(java.util.List obj,
Ontology onto)
Converts a List into a AbsAggregate using
the specified ontology. |
static OntoACLMessage |
internaliseACLMessage(AbsAgentAction absMsg,
Ontology onto)
Converts to an AbsAgentAction representing an ACLMessage
into an OntoACLMessage using the specified ontology. |
static OntoAID |
internaliseAID(AbsConcept aid)
Converts an AbsConcept representing an AID
into an OntoAID |
static ContentElementList |
internaliseContentElementList(AbsContentElementList l,
Ontology onto)
Converts to an AbsContentElementList into a
ContentElementList using the
specified ontology. |
static java.util.List |
internaliseList(AbsAggregate aggregate,
Ontology onto)
Converts an AbsAggregate into a List using the
specified ontology. |
static java.lang.String |
toString(AbsObject abs)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbsHelper()
| Method Detail |
public static AbsAggregate externaliseList(java.util.List obj,
Ontology onto)
throws OntologyException
List into a AbsAggregate using
the specified ontology.
obj - the Listonto - the ontology.
OntologyException
public static AbsAggregate externaliseIterator(java.util.Iterator obj,
Ontology onto)
throws OntologyException
Iterator into a AbsAggregate using
the specified ontology.
obj - the Iteratoronto - the ontology.
OntologyExceptionpublic static AbsConcept externaliseAID(AID obj)
AID into an AbsConcept
representing an AID
obj - the AID
public static AbsContentElementList externaliseContentElementList(ContentElementList obj,
Ontology onto)
throws OntologyException
ContentElementList into an
AbsContentElementList using
the specified ontology.
obj - the ContentElementListonto - the ontology.
OntologyException
public static AbsAgentAction externaliseACLMessage(ACLMessage obj,
Ontology onto)
throws OntologyException
ACLMessage into an
AbsAgentAction using
the specified ontology.
obj - the ACLMessageonto - the ontology.
OntologyException
public static java.util.List internaliseList(AbsAggregate aggregate,
Ontology onto)
throws OntologyException
AbsAggregate into a List using the
specified ontology.
onto - the ontology
OntologyException
public static OntoAID internaliseAID(AbsConcept aid)
throws OntologyException
AbsConcept representing an AID
into an OntoAID
OntologyException - if aid does not
represent a valid AID
public static ContentElementList internaliseContentElementList(AbsContentElementList l,
Ontology onto)
throws OntologyException
AbsContentElementList into a
ContentElementList using the
specified ontology.
onto - the ontology
OntologyException
public static OntoACLMessage internaliseACLMessage(AbsAgentAction absMsg,
Ontology onto)
throws OntologyException
AbsAgentAction representing an ACLMessage
into an OntoACLMessage using the specified ontology.
onto - the ontology
OntologyExceptionpublic static java.lang.String toString(AbsObject abs)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||