|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.mobility.MobileAgentOS
This class represents the mobile-agent-os
concept.
Constructor Summary | |
MobileAgentOS()
Default constructor. |
Method Summary | |
java.lang.String |
getDependencies()
Retrieve the value of the dependencies slot of
this event, containing the OS dependencies of the described
agent. |
java.lang.Long |
getMajorVersion()
Retrieve the value of the major-version slot of
this event, containing the major version number of the OS of
the described agent. |
java.lang.Long |
getMinorVersion()
Retrieve the value of the minor-version slot of
this event, containing the minor version number of the OS of
the described agent. |
java.lang.String |
getName()
Retrieve the value of the name slot of this
action, containing the OS of the described agent. |
void |
setDependencies(java.lang.String d)
Set the dependencies slot of this action. |
void |
setMajorVersion(java.lang.Long v)
Set the major-version slot of this action. |
void |
setMinorVersion(java.lang.Long v)
Set the minor-version slot of this action. |
void |
setName(java.lang.String n)
Set the name 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 MobileAgentOS()
Method Detail |
public void setName(java.lang.String n)
name
slot of this action.
n
- The OS of the described agent.public java.lang.String getName()
name
slot of this
action, containing the OS of the described agent.
name
slot, or
null
if no value was set.public void setMajorVersion(java.lang.Long v)
major-version
slot of this action.
v
- The major version number of the OS of the described
agent.public java.lang.Long getMajorVersion()
major-version
slot of
this event, containing the major version number of the OS of
the described agent.
major-version
slot, or
null
if no value was set.public void setMinorVersion(java.lang.Long v)
minor-version
slot of this action.
v
- The minor version number of the OS of the described
agent.public java.lang.Long getMinorVersion()
minor-version
slot of
this event, containing the minor version number of the OS of
the described agent.
minor-version
slot, or
null
if no value was set.public void setDependencies(java.lang.String d)
dependencies
slot of this action.
d
- The OS dependencies of the described agent.public java.lang.String getDependencies()
dependencies
slot of
this event, containing the OS dependencies of the described
agent.
dependencies
slot, or
null
if no value was set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |