Overview  Package   Class  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

sajas.core
Class AID
java.lang.Object
  jade.core.AID
      sajas.core.AID
All Implemented Interfaces:
jade.util.leap.Comparable, Comparable, jade.util.leap.Serializable, Serializable

public class AID
extends jade.core.AID
This new AID class, which extends the JADE version, provides a means to properly set and use a platform name.
Author:
hlc
See Also:
jade.core.AID

Fields inherited from class jade.core.AID
AGENT_CLASSNAME, HAP_SEPARATOR, ISGUID, ISLOCALNAME
Constructor Summary
AID()
AID(String name, boolean isGUID)
Method Summary
static String
getPlatformID()
void
setLocalName(String n)
          Overridden to use a proper platform name.
static void
setPlatformID(String id)
Methods inherited from class jade.core.AID
addAddresses, addResolvers, addUserDefinedSlot, clearAllAddresses, clearAllResolvers, clone, compareTo, createGUID, equals, getAddressesArray, getAllAddresses, getAllResolvers, getAllUserDefinedSlot, getHap, getLocalName, getName, getResolversArray, hashCode, removeAddresses, removeResolvers, removeUserDefinedSlot, setName, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Constructor Detail
AID
public AID()
See Also:
jade.core.AID.AID()

AID
public AID(String name,
           boolean isGUID)
See Also:
jade.core.AID.AID(String, boolean)
Method Detail
getPlatformID
public static final String getPlatformID()
See Also:
jade.core.AID.getPlatformID(String)

setPlatformID
public static final void setPlatformID(String id)
See Also:
jade.core.AID.setPlatformID(String)

setLocalName
public void setLocalName(String n)
Overridden to use a proper platform name. The problem is that jade.core.AID#setPlatformID(String) is not public.
Overrides:
setLocalName in class jade.core.AID
See Also:
jade.core.AID.setLocalName(String)

Overview  Package   Class  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Java API documentation generated with DocFlex/Doclet 1.6.1 using JavadocPro template set.
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc, which is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com