Package jade.core

Class PlatformID

    • Constructor Detail

      • PlatformID

        public PlatformID()
      • PlatformID

        public PlatformID​(AID amsAID)
    • Method Detail

      • getID

        public String getID()
        Description copied from interface: Location
        Read a unique ID for the location.
        Specified by:
        getID in interface Location
        Returns:
        A String representing the location.
      • getName

        public String getName()
        Description copied from interface: Location
        Read the name of a location.
        Specified by:
        getName in interface Location
        Returns:
        A name for this location. The name has only a local meaning.
      • getProtocol

        public String getProtocol()
        Description copied from interface: Location
        Read the protocol for a location.
        Specified by:
        getProtocol in interface Location
        Returns:
        The name of the protocol used to reach this location.
      • getAddress

        public String getAddress()
        Description copied from interface: Location
        Read the address for a location.
        Specified by:
        getAddress in interface Location
        Returns:
        The transport address of this location (in the specified protocol).
      • getAmsAID

        public AID getAmsAID()
      • setID

        public void setID​(String id)
      • setName

        public void setName​(String name)
      • setProtocol

        public void setProtocol​(String protocol)
      • setAddress

        public void setAddress​(String address)
      • setAmsAID

        public void setAmsAID​(AID amsAID)