Package | Description |
---|---|
jadex.bridge.fipa | |
jadex.bridge.service.types.cms | |
jadex.bridge.service.types.df |
Modifier and Type | Class and Description |
---|---|
class |
SearchConstraints
Java class for concept SearchConstraints of beanynizer_beans_fipa_default ontology.
|
Modifier and Type | Method and Description |
---|---|
ISearchConstraints |
DFSearch.getSearchConstraints()
Get the searchconstraints of this DFSearch.
|
ISearchConstraints |
CMSSearchComponents.getSearchConstraints()
Get the searchconstraints of this CMSSearchComponents.
|
Modifier and Type | Method and Description |
---|---|
void |
DFSearch.setSearchConstraints(ISearchConstraints searchconstraints)
Set the searchconstraints of this DFSearch.
|
void |
CMSSearchComponents.setSearchConstraints(ISearchConstraints searchconstraints)
Set the searchconstraints of this CMSSearchComponents.
|
Modifier and Type | Method and Description |
---|---|
IFuture<IComponentDescription[]> |
IComponentManagementService.searchComponents(IComponentDescription adesc,
ISearchConstraints con)
Search for components matching the given description.
|
IFuture<IComponentDescription[]> |
IComponentManagementService.searchComponents(IComponentDescription adesc,
ISearchConstraints con,
boolean remote)
Search for components matching the given description.
|
Modifier and Type | Method and Description |
---|---|
ISearchConstraints |
IDF.createSearchConstraints(int maxresults,
int maxdepth)
Create a search constraints object.
|
Modifier and Type | Method and Description |
---|---|
IFuture<IDFComponentDescription[]> |
IDF.search(IDFComponentDescription adesc,
ISearchConstraints con)
Search for components matching the given description.
|
IFuture<IDFComponentDescription[]> |
IDF.search(IDFComponentDescription adesc,
ISearchConstraints con,
boolean remote)
Search for components matching the given description.
|
Copyright © 2012. All Rights Reserved.