Package | Description |
---|---|
jade.content | |
jade.content.abs | |
jade.content.onto | |
jade.content.onto.basic | |
jade.domain.FIPAAgentManagement |
Modifier and Type | Interface and Description |
---|---|
interface |
AgentAction
Generic interface to be implemented by classes associated to agent actions
in an ontology.
|
Modifier and Type | Class and Description |
---|---|
class |
OntoACLMessage
Utility class that allow using an
ACLMessage object
as an ontological agent action. |
class |
OntoAID
Utility class that allow using an
AID object
as an ontological concept. |
Modifier and Type | Class and Description |
---|---|
class |
AbsAgentAction
An abstract descriptor that can hold an agent action
expression.
|
class |
AbsAggregate
An abstract descriptor that can hold an aggregate entitiy
expression.
|
class |
AbsConcept
An abstract descriptor that can hold a concept
expression.
|
class |
AbsConceptSlotFunction |
Modifier and Type | Class and Description |
---|---|
class |
ConceptSlotFunction
The ConceptSlotFunction class allows treating the slots of an ontological concept as functions.
|
Modifier and Type | Field and Description |
---|---|
private Concept |
ConceptSlotFunction.concept |
Modifier and Type | Method and Description |
---|---|
Concept |
ConceptSlotFunction.getConcept() |
Modifier and Type | Method and Description |
---|---|
Object |
ConceptSlotFunction.apply(Concept c) |
ConceptSlotFunction |
Ontology.createConceptSlotFunction(String slotName,
Concept c)
Create a ConceptSlotFunction for a given slot of a given Concept.
|
void |
ConceptSlotFunction.fill(Concept c,
Object val) |
Modifier and Type | Method and Description |
---|---|
(package private) static List<Class> |
ClassDiscover.getClassessOfInterface(String thePackage,
Class<Concept> theInterface) |
Constructor and Description |
---|
ConceptSlotFunction(String slotName,
Concept concept,
Ontology onto) |
Modifier and Type | Class and Description |
---|---|
class |
Action
This class implements the
action operator of the
FIPA SL0 action. |
Modifier and Type | Field and Description |
---|---|
private Concept |
Result.action |
private Concept |
Done.action |
private Concept |
Action.action |
Modifier and Type | Method and Description |
---|---|
Concept |
Result.getAction() |
Concept |
Done.getAction() |
Concept |
Action.getAction() |
Modifier and Type | Method and Description |
---|---|
void |
Result.setAction(Concept a) |
void |
Done.setAction(Concept a) |
void |
Action.setAction(Concept a) |
Constructor and Description |
---|
Action(AID id,
Concept a) |
Done(Concept a) |
Result(Concept a,
Object v) |
Modifier and Type | Class and Description |
---|---|
class |
Envelope
This class models an envelope.
|
class |
Property
This class implements the
property type, a pair of a
name and value. |
class |
ReceivedObject
This class implements the
received-object object from
the FIPA Agent Management ontology. |