|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.domain.introspection.PlatformDescription
public class PlatformDescription
This class represents the platform-description
predicate, whose argument is a platform description object from the
FIPA Agent Management ontology.
| Field Summary | |
|---|---|
static java.lang.String |
NAME
A string constant for the name of this event. |
| Constructor Summary | |
|---|---|
PlatformDescription()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retrieve the name of this event. |
APDescription |
getPlatform()
Retrieve the value of the platform slot of this
event, containing the ap-description this
notification refers to. |
void |
setPlatform(APDescription p)
Set the platform slot of this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public PlatformDescription()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface Eventpublic void setPlatform(APDescription p)
platform slot of this event.
p - The ap-description this notification
refers to.public APDescription getPlatform()
platform slot of this
event, containing the ap-description this
notification refers to.
platform slot, or
null if no value was set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||