public class MobileAgentProfile extends java.lang.Object implements Concept
mobile-agent-profile
concept.Constructor and Description |
---|
MobileAgentProfile()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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. |
public MobileAgentProfile()
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.