Class PlatformDescription

  • All Implemented Interfaces:
    Concept, Term, Event, Serializable, Serializable

    public class PlatformDescription
    extends Object
    implements Event
    This class represents the platform-description predicate, 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 Detail

      • PlatformDescription

        public PlatformDescription()
        Default constructor. A default constructor is necessary for ontological classes.
    • Method Detail

      • getName

        public String getName()
        Retrieve the name of this event.
        Specified by:
        getName in interface Event
        Returns:
        A constant value for the event name.
      • setPlatform

        public void setPlatform​(APDescription p)
        Set the platform slot of this event.
        Parameters:
        p - The ap-description this notification refers to.
      • getPlatform

        public APDescription getPlatform()
        Retrieve the value of the platform slot of this event, containing the ap-description this notification refers to.
        Returns:
        The value of the platform slot, or null if no value was set.