jade.domain
Class MobilityOntology.WhereIsAgentAction

java.lang.Object
  |
  +--jade.domain.MobilityOntology.WhereIsAgentAction

public static class MobilityOntology.WhereIsAgentAction
extends java.lang.Object

This class represent the 'where-is-agent' action in JADE mobility ontology. It has various get- and set- methods, according to the rules for ontological classes in JADE.

See Also:
Ontology

Constructor Summary
MobilityOntology.WhereIsAgentAction()
           
 
Method Summary
 AID get_0()
           
 java.lang.String getActor()
           
 void set_0(AID id)
           
 void setActor(java.lang.String a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobilityOntology.WhereIsAgentAction

public MobilityOntology.WhereIsAgentAction()
Method Detail

set_0

public void set_0(AID id)

get_0

public AID get_0()

setActor

public void setActor(java.lang.String a)

getActor

public java.lang.String getActor()