Jadex 0.96-beta1

jadex.adapter.fipa
Class AMSSearchAgents

java.lang.Object
  extended by jadex.adapter.fipa.AgentAction
      extended by jadex.adapter.fipa.AMSSearchAgents
All Implemented Interfaces:
BeanInfo, Serializable

public class AMSSearchAgents
extends AgentAction
implements BeanInfo

Java class for concept AMSSearchAgents of beanynizer_beans_fipa_default ontology.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
AMSSearchAgents()
          Default Constructor.
 
Method Summary
 void addAgentdescription(AMSAgentDescription agentdescription)
          Add a agentdescription to this AMSSearchAgents.
 BeanInfo[] getAdditionalBeanInfo()
          Get additional bean info.
 AMSAgentDescription getAgentDescription()
          Get the agentdescription of this AMSSearchAgents.
 AMSAgentDescription getAgentdescription(int idx)
          Get an agentdescriptions of this AMSSearchAgents.
 AMSAgentDescription[] getAgentDescriptions()
          Get the agentdescriptions of this AMSSearchAgents.
 BeanDescriptor getBeanDescriptor()
          Get the bean descriptor.
 int getDefaultEventIndex()
          Get the default event index.
 int getDefaultPropertyIndex()
          Get the default property index.
 EventSetDescriptor[] getEventSetDescriptors()
          Get the event set descriptors.
 Image getIcon(int iconKind)
          Get the icon.
 MethodDescriptor[] getMethodDescriptors()
          Get the method descriptors.
 PropertyDescriptor[] getPropertyDescriptors()
          Get the property descriptors.
 SearchConstraints getSearchConstraints()
          Get the searchconstraints of this AMSSearchAgents.
 Image loadImage(String resourceName)
          Load the image.
 boolean removeAgentdescription(AMSAgentDescription agentdescription)
          Remove a agentdescription from this AMSSearchAgents.
 void setAgentDescription(AMSAgentDescription agentdescription)
          Set the agentdescription of this AMSSearchAgents.
 void setAgentdescription(int idx, AMSAgentDescription agentdescription)
          Set a agentdescription to this AMSSearchAgents.
 void setAgentDescriptions(AMSAgentDescription[] agentdescriptions)
          Set the agentdescriptions of this AMSSearchAgents.
 void setSearchConstraints(SearchConstraints searchconstraints)
          Set the searchconstraints of this AMSSearchAgents.
 String toString()
          Get a string representation of this AMSSearchAgents.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMSSearchAgents

public AMSSearchAgents()
Default Constructor.
Create a new AMSSearchAgents.

Method Detail

getAgentDescriptions

public AMSAgentDescription[] getAgentDescriptions()
Get the agentdescriptions of this AMSSearchAgents.

Returns:
agentdescriptions

setAgentDescriptions

public void setAgentDescriptions(AMSAgentDescription[] agentdescriptions)
Set the agentdescriptions of this AMSSearchAgents.

Parameters:
agentdescriptions - the value to be set

getAgentdescription

public AMSAgentDescription getAgentdescription(int idx)
Get an agentdescriptions of this AMSSearchAgents.

Parameters:
idx - The index.
Returns:
agentdescriptions

setAgentdescription

public void setAgentdescription(int idx,
                                AMSAgentDescription agentdescription)
Set a agentdescription to this AMSSearchAgents.

Parameters:
idx - The index.
agentdescription - a value to be added

addAgentdescription

public void addAgentdescription(AMSAgentDescription agentdescription)
Add a agentdescription to this AMSSearchAgents.

Parameters:
agentdescription - a value to be removed

removeAgentdescription

public boolean removeAgentdescription(AMSAgentDescription agentdescription)
Remove a agentdescription from this AMSSearchAgents.

Parameters:
agentdescription - a value to be removed
Returns:
True when the agentdescriptions have changed.

getAgentDescription

public AMSAgentDescription getAgentDescription()
Get the agentdescription of this AMSSearchAgents.

Returns:
agentdescription

setAgentDescription

public void setAgentDescription(AMSAgentDescription agentdescription)
Set the agentdescription of this AMSSearchAgents.

Parameters:
agentdescription - the value to be set

getSearchConstraints

public SearchConstraints getSearchConstraints()
Get the searchconstraints of this AMSSearchAgents.

Returns:
searchconstraints

setSearchConstraints

public void setSearchConstraints(SearchConstraints searchconstraints)
Set the searchconstraints of this AMSSearchAgents.

Parameters:
searchconstraints - the value to be set

getBeanDescriptor

public BeanDescriptor getBeanDescriptor()
Get the bean descriptor.

Specified by:
getBeanDescriptor in interface BeanInfo
Overrides:
getBeanDescriptor in class AgentAction
Returns:
The bean descriptor.

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
Get the property descriptors.

Specified by:
getPropertyDescriptors in interface BeanInfo
Overrides:
getPropertyDescriptors in class AgentAction
Returns:
The property descriptors.

getDefaultPropertyIndex

public int getDefaultPropertyIndex()
Get the default property index.

Specified by:
getDefaultPropertyIndex in interface BeanInfo
Overrides:
getDefaultPropertyIndex in class AgentAction
Returns:
The property index.

getEventSetDescriptors

public EventSetDescriptor[] getEventSetDescriptors()
Get the event set descriptors.

Specified by:
getEventSetDescriptors in interface BeanInfo
Overrides:
getEventSetDescriptors in class AgentAction
Returns:
The event set descriptors.

getDefaultEventIndex

public int getDefaultEventIndex()
Get the default event index.

Specified by:
getDefaultEventIndex in interface BeanInfo
Overrides:
getDefaultEventIndex in class AgentAction
Returns:
The default event index.

getMethodDescriptors

public MethodDescriptor[] getMethodDescriptors()
Get the method descriptors.

Specified by:
getMethodDescriptors in interface BeanInfo
Overrides:
getMethodDescriptors in class AgentAction
Returns:
The method descriptors.

getAdditionalBeanInfo

public BeanInfo[] getAdditionalBeanInfo()
Get additional bean info.

Specified by:
getAdditionalBeanInfo in interface BeanInfo
Overrides:
getAdditionalBeanInfo in class AgentAction
Returns:
Get additional bean info.

getIcon

public Image getIcon(int iconKind)
Get the icon.

Specified by:
getIcon in interface BeanInfo
Overrides:
getIcon in class AgentAction
Returns:
The icon.

loadImage

public Image loadImage(String resourceName)
Load the image.

Overrides:
loadImage in class AgentAction
Returns:
The image.

toString

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

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

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.