Jadex 0.941

jadex.adapter.fipa
Class AMSAgentDescription

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

public class AMSAgentDescription
extends AMSAgentDescriptionData

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_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
 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.


hashCode

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


toString

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

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

Jadex 0.941

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-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.