Package jadex.bridge.fipa
Class CMSCreateComponent
- java.lang.Object
-
- jadex.bridge.fipa.CMSCreateComponent
-
- All Implemented Interfaces:
IComponentAction
public class CMSCreateComponent extends java.lang.Object implements IComponentAction
Java class for concept AMSCreateComponent of beanynizer_beans_fipa_default ontology.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map
arguments
Attribute for slot arguments.protected IComponentIdentifier
componentidentifier
Attribute for slot componentidentifier.protected java.lang.String
configuration
Attribute for slot configuration.protected boolean
master
Attribute for slot master.protected java.lang.String
name
Attribute for slot name.protected IComponentIdentifier
parent
Attribute for slot parent.protected IResourceIdentifier
rid
Attribute for slot rid.protected boolean
suspend
Attribute for slot suspend.protected java.lang.String
type
Attribute for slot type.
-
Constructor Summary
Constructors Constructor Description CMSCreateComponent()
Default Constructor.CMSCreateComponent(IComponentIdentifier result)
Create a newAMSCreateComponent
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map
getArguments()
Get the arguments of this AMSCreateComponent.IComponentIdentifier
getComponentIdentifier()
Get the componentidentifier of this AMSCreateComponent.java.lang.String
getConfiguration()
Get the configuration of this AMSCreateComponent.java.lang.String
getName()
Get the name of this AMSCreateComponent.IComponentIdentifier
getParent()
Get the parent of this AMSCreateComponent.IResourceIdentifier
getResourceIdentifier()
Get the parent of this AMSCreateComponent.java.lang.String
getType()
Get the type of this AMSCreateComponent.boolean
isMaster()
Get the master flag.boolean
isSuspend()
Get the suspend flag.void
setArguments(java.util.Map arguments)
Set the arguments of this AMSCreateComponent.void
setComponentIdentifier(IComponentIdentifier componentidentifier)
Set the componentidentifier of this AMSCreateComponent.void
setConfiguration(java.lang.String configuration)
Set the configuration of this AMSCreateComponent.void
setMaster(boolean master)
Set the master flag.void
setName(java.lang.String name)
Set the name of this AMSCreateComponent.void
setParent(IComponentIdentifier parent)
Set the parent of this AMSCreateComponent.void
setResourceIdentifier(IResourceIdentifier rid)
Set the parent of this AMSCreateComponent.void
setSuspend(boolean suspend)
Set the suspend flag.void
setType(java.lang.String type)
Set the type of this AMSCreateComponent.java.lang.String
toString()
Get a string representation of this AMSCreateComponent.
-
-
-
Field Detail
-
type
protected java.lang.String type
Attribute for slot type.
-
configuration
protected java.lang.String configuration
Attribute for slot configuration.
-
componentidentifier
protected IComponentIdentifier componentidentifier
Attribute for slot componentidentifier.
-
name
protected java.lang.String name
Attribute for slot name.
-
arguments
protected java.util.Map arguments
Attribute for slot arguments.
-
suspend
protected boolean suspend
Attribute for slot suspend.
-
master
protected boolean master
Attribute for slot master.
-
parent
protected IComponentIdentifier parent
Attribute for slot parent.
-
rid
protected IResourceIdentifier rid
Attribute for slot rid.
-
-
Constructor Detail
-
CMSCreateComponent
public CMSCreateComponent()
Default Constructor.
AMSCreateComponent.
-
CMSCreateComponent
public CMSCreateComponent(IComponentIdentifier result)
Create a newAMSCreateComponent
.
-
-
Method Detail
-
getType
public java.lang.String getType()
Get the type of this AMSCreateComponent.- Returns:
- type
-
setType
public void setType(java.lang.String type)
Set the type of this AMSCreateComponent.- Parameters:
type
- the value to be set
-
getConfiguration
public java.lang.String getConfiguration()
Get the configuration of this AMSCreateComponent.- Returns:
- configuration
-
setConfiguration
public void setConfiguration(java.lang.String configuration)
Set the configuration of this AMSCreateComponent.- Parameters:
configuration
- the value to be set
-
getComponentIdentifier
public IComponentIdentifier getComponentIdentifier()
Get the componentidentifier of this AMSCreateComponent.- Returns:
- componentidentifier
-
setComponentIdentifier
public void setComponentIdentifier(IComponentIdentifier componentidentifier)
Set the componentidentifier of this AMSCreateComponent.- Parameters:
componentidentifier
- the value to be set
-
getParent
public IComponentIdentifier getParent()
Get the parent of this AMSCreateComponent.- Returns:
- parent
-
setParent
public void setParent(IComponentIdentifier parent)
Set the parent of this AMSCreateComponent.- Parameters:
parent
- the value to be set
-
getResourceIdentifier
public IResourceIdentifier getResourceIdentifier()
Get the parent of this AMSCreateComponent.- Returns:
- parent
-
setResourceIdentifier
public void setResourceIdentifier(IResourceIdentifier rid)
Set the parent of this AMSCreateComponent.- Parameters:
nfparent
- the value to be set
-
getName
public java.lang.String getName()
Get the name of this AMSCreateComponent.- Returns:
- name
-
setName
public void setName(java.lang.String name)
Set the name of this AMSCreateComponent.- Parameters:
name
- the value to be set
-
getArguments
public java.util.Map getArguments()
Get the arguments of this AMSCreateComponent.- Returns:
- arguments
-
setArguments
public void setArguments(java.util.Map arguments)
Set the arguments of this AMSCreateComponent.- Parameters:
arguments
- the value to be set
-
isSuspend
public boolean isSuspend()
Get the suspend flag.- Returns:
- suspend.
-
setSuspend
public void setSuspend(boolean suspend)
Set the suspend flag.- Parameters:
suspend
- the value to be set
-
isMaster
public boolean isMaster()
Get the master flag.- Returns:
- master.
-
setMaster
public void setMaster(boolean master)
Set the master flag.- Parameters:
master
- the value to be set
-
toString
public java.lang.String toString()
Get a string representation of this AMSCreateComponent.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
-