|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.mobility.MobileAgentProfile
This class represents the mobile-agent-profile
concept.
Constructor Summary | |
MobileAgentProfile()
Default constructor. |
Method Summary | |
MobileAgentLanguage |
getLanguage()
Retrieve the value of the language slot of this
action, containing the language of the described agent. |
MobileAgentOS |
getOS()
Retrieve the value of the os slot of this action,
containing the OS of the described agent. |
MobileAgentSystem |
getSystem()
Retrieve the value of the system slot of this
action, containing the runtime system of the described agent. |
void |
setLanguage(MobileAgentLanguage l)
Set the language slot of this action. |
void |
setOS(MobileAgentOS o)
Set the os slot of this action. |
void |
setSystem(MobileAgentSystem s)
Set the system slot of this action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MobileAgentProfile()
Method Detail |
public void setSystem(MobileAgentSystem s)
system
slot of this action.
s
- The runtime system of the described agent.public MobileAgentSystem getSystem()
system
slot of this
action, containing the runtime system of the described agent.
system
slot, or
null
if no value was set.public void setLanguage(MobileAgentLanguage l)
language
slot of this action.
l
- The language of the described agent.public MobileAgentLanguage getLanguage()
language
slot of this
action, containing the language of the described agent.
language
slot, or
null
if no value was set.public void setOS(MobileAgentOS o)
os
slot of this action.
o
- The OS of the described agent.public MobileAgentOS getOS()
os
slot of this action,
containing the OS of the described agent.
os
slot, or
null
if no value was set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |