Package jade.domain.introspection
Class PlatformDescription
- java.lang.Object
-
- jade.domain.introspection.PlatformDescription
-
- All Implemented Interfaces:
Concept,Term,Event,Serializable,Serializable
public class PlatformDescription extends Object implements Event
This class represents theplatform-descriptionpredicate, whose argument is a platform description object from the FIPA Agent Management ontology.- Version:
- $Date$ $Revision$
- Author:
- Tiziana Trucco - CSELT S.p.A.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformDescription()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Retrieve the name of this event.APDescriptiongetPlatform()Retrieve the value of theplatformslot of this event, containing theap-descriptionthis notification refers to.voidsetPlatform(APDescription p)Set theplatformslot of this event.
-
-
-
Field Detail
-
NAME
public static final String NAME
A string constant for the name of this event.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Retrieve the name of this event.
-
setPlatform
public void setPlatform(APDescription p)
Set theplatformslot of this event.- Parameters:
p- Theap-descriptionthis notification refers to.
-
getPlatform
public APDescription getPlatform()
Retrieve the value of theplatformslot of this event, containing theap-descriptionthis notification refers to.- Returns:
- The value of the
platformslot, ornullif no value was set.
-
-