Jadex 0.941

jadex.adapter.fipa
Class AMSCreateAgent

java.lang.Object
  extended byjadex.adapter.fipa.AgentAction
      extended byjadex.adapter.fipa.AMSCreateAgent
All Implemented Interfaces:
BeanInfo, Serializable

public class AMSCreateAgent
extends AgentAction
implements BeanInfo

Java class for concept AMSCreateAgent 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
AMSCreateAgent()
          Default Constructor.
 
Method Summary
 void addArgument(Object argument)
          Add a argument to this AMSCreateAgent.
 BeanInfo[] getAdditionalBeanInfo()
          Get additional bean info.
 AgentIdentifier getAgentIdentifier()
          Get the agentidentifier of this AMSCreateAgent.
 Object getArgument(int idx)
          Get an arguments of this AMSCreateAgent.
 Object[] getArguments()
          Get the arguments of this AMSCreateAgent.
 BeanDescriptor getBeanDescriptor()
          Get the bean descriptor.
 String getConfiguration()
          Get the configuration of this AMSCreateAgent.
 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.
 String getName()
          Get the name of this AMSCreateAgent.
 PropertyDescriptor[] getPropertyDescriptors()
          Get the property descriptors.
 String getType()
          Get the type of this AMSCreateAgent.
 Image loadImage(String resourceName)
          Load the image.
 boolean removeArgument(Object argument)
          Remove a argument from this AMSCreateAgent.
 void setAgentIdentifier(AgentIdentifier agentidentifier)
          Set the agentidentifier of this AMSCreateAgent.
 void setArgument(int idx, Object argument)
          Set a argument to this AMSCreateAgent.
 void setArguments(Object[] arguments)
          Set the arguments of this AMSCreateAgent.
 void setConfiguration(String configuration)
          Set the configuration of this AMSCreateAgent.
 void setName(String name)
          Set the name of this AMSCreateAgent.
 void setType(String type)
          Set the type of this AMSCreateAgent.
 String toString()
          Get a string representation of this AMSCreateAgent.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMSCreateAgent

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

Method Detail

getName

public String getName()
Get the name of this AMSCreateAgent.

Returns:
name

setName

public void setName(String name)
Set the name of this AMSCreateAgent.

Parameters:
name - the value to be set

getArguments

public Object[] getArguments()
Get the arguments of this AMSCreateAgent.

Returns:
arguments

setArguments

public void setArguments(Object[] arguments)
Set the arguments of this AMSCreateAgent.

Parameters:
arguments - the value to be set

getArgument

public Object getArgument(int idx)
Get an arguments of this AMSCreateAgent.

Parameters:
idx - The index.
Returns:
arguments

setArgument

public void setArgument(int idx,
                        Object argument)
Set a argument to this AMSCreateAgent.

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

addArgument

public void addArgument(Object argument)
Add a argument to this AMSCreateAgent.

Parameters:
argument - a value to be removed

removeArgument

public boolean removeArgument(Object argument)
Remove a argument from this AMSCreateAgent.

Parameters:
argument - a value to be removed
Returns:
True when the arguments have changed.

getAgentIdentifier

public AgentIdentifier getAgentIdentifier()
Get the agentidentifier of this AMSCreateAgent.

Returns:
agentidentifier

setAgentIdentifier

public void setAgentIdentifier(AgentIdentifier agentidentifier)
Set the agentidentifier of this AMSCreateAgent.

Parameters:
agentidentifier - the value to be set

getConfiguration

public String getConfiguration()
Get the configuration of this AMSCreateAgent.

Returns:
configuration

setConfiguration

public void setConfiguration(String configuration)
Set the configuration of this AMSCreateAgent.

Parameters:
configuration - the value to be set

getType

public String getType()
Get the type of this AMSCreateAgent.

Returns:
type

setType

public void setType(String type)
Set the type of this AMSCreateAgent.

Parameters:
type - 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 AMSCreateAgent.

Overrides:
toString in class AgentAction
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.