Jadex 0.96-beta1

jadex.adapter.fipa
Class AMSAgentDescription

java.lang.Object
  extended by jadex.adapter.fipa.AMSAgentDescriptionData
      extended by jadex.adapter.fipa.AMSAgentDescription
All Implemented Interfaces:
BeanInfo, Serializable, Cloneable

public class AMSAgentDescription
extends AMSAgentDescriptionData
implements Cloneable

Java class for concept AMSAgentDescription of beanynizer_beans_fipa_new ontology.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jadex.adapter.fipa.AMSAgentDescriptionData
STATE_ACTIVE, STATE_INITIATED, STATE_SUSPENDED, STATE_TERMINATED, STATE_TERMINATING, STATE_TRANSIT, STATE_WAITING
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
AMSAgentDescription()
          Create a new AMSAgentDescription.
AMSAgentDescription(AgentIdentifier aid)
          Create a new AMSAgentDescription.
 
Method Summary
 Object clone()
          Clone an agent description.
 boolean equals(Object o)
          Test if this description equals another description.
 int hashCode()
          Get the hash code of this description.
 String toString()
          Get a string representation of this description.
 
Methods inherited from class jadex.adapter.fipa.AMSAgentDescriptionData
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getName, getOwnership, getPropertyDescriptors, getState, loadImage, setName, setOwnership, setState
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMSAgentDescription

public AMSAgentDescription()
Create a new AMSAgentDescription.


AMSAgentDescription

public AMSAgentDescription(AgentIdentifier aid)
Create a new AMSAgentDescription.

Method Detail

equals

public boolean equals(Object o)
Test if this description equals another description.

Overrides:
equals in class Object

hashCode

public int hashCode()
Get the hash code of this description.

Overrides:
hashCode in class Object

toString

public String toString()
Get a string representation of this description.

Overrides:
toString in class AMSAgentDescriptionData
Returns:
The string representation.

clone

public Object clone()
Clone an agent description.

Overrides:
clone in class Object

Jadex 0.96-beta1

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.