jade.domain.mobility
Class MobileAgentSystem

java.lang.Object
  |
  +--jade.domain.mobility.MobileAgentSystem
All Implemented Interfaces:
Concept, java.io.Serializable, Serializable, Term

public class MobileAgentSystem
extends java.lang.Object
implements Concept

This class represents the mobile-agent-system concept.

Version:
$Date: 2003/11/19 16:04:37 $ $Revision: 1.2 $
Author:
Giovanni Rimassa - Universita' di Parma
See Also:
Serialized Form

Constructor Summary
MobileAgentSystem()
          Default constructor.
 
Method Summary
 java.lang.String getDependencies()
          Retrieve the value of the dependencies slot of this event, containing the runtime system 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 runtime system 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 runtime system of the described agent.
 java.lang.String getName()
          Retrieve the value of the name slot of this action, containing the runtime system 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

MobileAgentSystem

public MobileAgentSystem()
Default constructor. A default constructor is necessary for ontological classes.

Method Detail

setName

public void setName(java.lang.String n)
Set the name slot of this action.

Parameters:
n - The runtime system of the described agent.

getName

public java.lang.String getName()
Retrieve the value of the name slot of this action, containing the runtime system of the described agent.

Returns:
The value of the name slot, or null if no value was set.

setMajorVersion

public void setMajorVersion(java.lang.Long v)
Set the major-version slot of this action.

Parameters:
v - The major version number of the runtime system of the described agent.

getMajorVersion

public java.lang.Long getMajorVersion()
Retrieve the value of the major-version slot of this event, containing the major version number of the runtime system of the described agent.

Returns:
The value of the major-version slot, or null if no value was set.

setMinorVersion

public void setMinorVersion(java.lang.Long v)
Set the minor-version slot of this action.

Parameters:
v - The minor version number of the runtime system of the described agent.

getMinorVersion

public java.lang.Long getMinorVersion()
Retrieve the value of the minor-version slot of this event, containing the minor version number of the runtime system of the described agent.

Returns:
The value of the minor-version slot, or null if no value was set.

setDependencies

public void setDependencies(java.lang.String d)
Set the dependencies slot of this action.

Parameters:
d - The runtime system dependencies of the described agent.

getDependencies

public java.lang.String getDependencies()
Retrieve the value of the dependencies slot of this event, containing the runtime system dependencies of the described agent.

Returns:
The value of the dependencies slot, or null if no value was set.


JADE