Package jadex.bridge.fipa
Class CMSSearchComponents
- java.lang.Object
- 
- jadex.bridge.fipa.CMSSearchComponents
 
- 
- All Implemented Interfaces:
- IComponentAction
 
 public class CMSSearchComponents extends java.lang.Object implements IComponentAction Java class for concept AMSSearchComponents of beanynizer_beans_fipa_default ontology.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IComponentDescriptioncomponentdescriptionAttribute for slot componentdescription.protected java.util.ListcomponentdescriptionsAttribute for slot componentdescriptions.protected booleanremoteFlag if remote search should be done.protected ISearchConstraintssearchconstraintsAttribute for slot searchconstraints.
 - 
Constructor SummaryConstructors Constructor Description CMSSearchComponents()Default Constructor.CMSSearchComponents(IComponentDescription componentdescription, IComponentDescription[] results)Create a newDFSearch.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddComponentDescription(IComponentDescription componentdescription)Add a componentdescription to this CMSSearchComponents.IComponentDescriptiongetComponentDescription()Get the componentdescription of this CMSSearchComponents.IComponentDescriptiongetComponentDescription(int idx)Get an componentdescriptions of this CMSSearchComponents.IComponentDescription[]getComponentDescriptions()Get the componentdescriptions of this CMSSearchComponents.ISearchConstraintsgetSearchConstraints()Get the searchconstraints of this CMSSearchComponents.booleanisRemote()Test if remote.booleanremoveComponentDescription(IComponentDescription componentdescription)Remove a componentdescription from this CMSSearchComponents.voidsetComponentDescription(int idx, IComponentDescription componentdescription)Set a componentdescription to this CMSSearchComponents.voidsetComponentDescription(IComponentDescription componentdescription)Set the componentdescription of this CMSSearchComponents.voidsetComponentDescriptions(IComponentDescription[] componentdescriptions)Set the componentdescriptions of this CMSSearchComponents.voidsetRemote(boolean remote)Set remote flag.voidsetSearchConstraints(ISearchConstraints searchconstraints)Set the searchconstraints of this CMSSearchComponents.java.lang.StringtoString()Get a string representation of this CMSSearchComponents.
 
- 
- 
- 
Field Detail- 
searchconstraintsprotected ISearchConstraints searchconstraints Attribute for slot searchconstraints.
 - 
componentdescriptionsprotected java.util.List componentdescriptions Attribute for slot componentdescriptions.
 - 
componentdescriptionprotected IComponentDescription componentdescription Attribute for slot componentdescription.
 - 
remoteprotected boolean remote Flag if remote search should be done.
 
- 
 - 
Constructor Detail- 
CMSSearchComponentspublic CMSSearchComponents() Default Constructor.
 CMSSearchComponents.
 - 
CMSSearchComponentspublic CMSSearchComponents(IComponentDescription componentdescription, IComponentDescription[] results) Create a newDFSearch.
 
- 
 - 
Method Detail- 
getSearchConstraintspublic ISearchConstraints getSearchConstraints() Get the searchconstraints of this CMSSearchComponents.- Returns:
- searchconstraints
 
 - 
setSearchConstraintspublic void setSearchConstraints(ISearchConstraints searchconstraints) Set the searchconstraints of this CMSSearchComponents.- Parameters:
- searchconstraints- the value to be set
 
 - 
getComponentDescriptionspublic IComponentDescription[] getComponentDescriptions() Get the componentdescriptions of this CMSSearchComponents.- Returns:
- componentdescriptions
 
 - 
setComponentDescriptionspublic void setComponentDescriptions(IComponentDescription[] componentdescriptions) Set the componentdescriptions of this CMSSearchComponents.- Parameters:
- componentdescriptions- the value to be set
 
 - 
getComponentDescriptionpublic IComponentDescription getComponentDescription(int idx) Get an componentdescriptions of this CMSSearchComponents.- Parameters:
- idx- The index.
- Returns:
- componentdescriptions
 
 - 
setComponentDescriptionpublic void setComponentDescription(int idx, IComponentDescription componentdescription)Set a componentdescription to this CMSSearchComponents.- Parameters:
- idx- The index.
- componentdescription- a value to be added
 
 - 
addComponentDescriptionpublic void addComponentDescription(IComponentDescription componentdescription) Add a componentdescription to this CMSSearchComponents.- Parameters:
- componentdescription- a value to be removed
 
 - 
removeComponentDescriptionpublic boolean removeComponentDescription(IComponentDescription componentdescription) Remove a componentdescription from this CMSSearchComponents.- Parameters:
- componentdescription- a value to be removed
- Returns:
- True when the componentdescriptions have changed.
 
 - 
getComponentDescriptionpublic IComponentDescription getComponentDescription() Get the componentdescription of this CMSSearchComponents.- Returns:
- componentdescription
 
 - 
setComponentDescriptionpublic void setComponentDescription(IComponentDescription componentdescription) Set the componentdescription of this CMSSearchComponents.- Parameters:
- componentdescription- the value to be set
 
 - 
isRemotepublic boolean isRemote() Test if remote.- Returns:
- True, if is remote.
 
 - 
setRemotepublic void setRemote(boolean remote) Set remote flag.- Parameters:
- remote- The remote flag to set.
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this CMSSearchComponents.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-