Package | Description |
---|---|
jadex.bpmn.runtime | |
jadex.bridge |
This package contains the interfaces of the adapter layer,
which is used to establish a connection between the Jadex runtime
system and an underlying platform.
|
jadex.bridge.service.component.multiinvoke | |
jadex.bridge.service.types.email | |
jadex.bridge.service.types.message | |
jadex.commons |
This package contains generic utility classes.
|
jadex.commons.transformation.traverser | |
jadex.extension.envsupport.environment | |
jadex.extension.envsupport.environment.space2d | |
jadex.extension.envsupport.environment.space3d | |
jadex.micro | |
jadex.xml | |
jadex.xml.bean |
Modifier and Type | Method and Description |
---|---|
IFilter |
ProcessThread.getWaitFilter()
Get the wait filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessThread.setWaitFilter(IFilter waitfilter)
Set the wait filter.
|
Modifier and Type | Method and Description |
---|---|
IFilter<IComponentChangeEvent> |
TerminationAdapter.getFilter()
Returns an event filter, indicating which events
get passed to the eventOccured() method.
|
IFilter |
RemoteComponentListener.getFilter()
Returns an event filter, indicating which events
get passed to the eventOccured() method.
|
IFilter<IComponentChangeEvent> |
IComponentListener.getFilter()
Returns an event filter, indicating which events
get passed to the eventOccured() method.
|
IFilter |
ComponentStepAdapter.getFilter()
Filter to match step events.
|
IFilter |
ComponentAdapter.getFilter()
Returns an event filter, indicating which events
get passed to the eventOccured() method.
|
Modifier and Type | Method and Description |
---|---|
IIntermediateFuture<Object> |
SimpleMultiplexDistributor.init(Method method,
Object[] args,
IFilter<Tuple2<IService,Object[]>> filter,
IParameterConverter conv)
Start the distributor.
|
IIntermediateFuture<Object> |
SequentialMultiplexDistributor.init(Method method,
Object[] args,
IFilter<Tuple2<IService,Object[]>> filter,
IParameterConverter conv)
Start the distributor.
|
IIntermediateFuture<Object> |
IMultiplexDistributor.init(Method method,
Object[] args,
IFilter<Tuple2<IService,Object[]>> filter,
IParameterConverter conv)
Init the call distributor.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<Email> |
IEmailService.subscribeForEmail(IFilter<Email> filter,
EmailAccount account)
Subscribe for email.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
IMessageService.addMessageListener(IMessageListener listener,
IFilter filter)
Add a message listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ComposedFilter
A filter checks if an object matches
the given subfilters.
|
class |
ConstantFilter<T>
Filter with fixed return value.
|
Modifier and Type | Field and Description |
---|---|
static IFilter<Object> |
IFilter.ALWAYS
A filter that always returns true.
|
static IFilter<Object> |
IFilter.NEVER
A filter that always returns false.
|
Modifier and Type | Method and Description |
---|---|
IFilter[] |
ComposedFilter.getFilters()
Get the filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ComposedFilter.addFilter(IFilter filter)
Add a filter.
|
static void |
SReflect.scanDir(URL[] urls,
File file,
IFilter filter,
List<String> results,
List<String> donedirs) |
static Class<?>[] |
SReflect.scanForClasses(URL[] urls,
ClassLoader classloader,
IFilter filefilter,
IFilter classfilter) |
static Class<?>[] |
SReflect.scanForClasses(URL[] urls,
ClassLoader classloader,
IFilter filefilter,
IFilter classfilter) |
static String[] |
SReflect.scanForFiles(URL[] urls,
IFilter filter) |
void |
ComposedFilter.setFilters(IFilter[] filters)
Set the filters.
|
Constructor and Description |
---|
ComposedFilter(IFilter[] filters)
Create a composed filter.
|
ComposedFilter(IFilter[] filters,
int operator)
Create a composed filter.
|
Constructor and Description |
---|
FilterProcessor(IFilter filter)
Create a new filter processor.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentActionList.executeActions(IFilter filter,
boolean wakeup)
Should be called on environment thread only.
|
void |
PerceptList.processPercepts(IFilter filter)
Process scheduled percepts.
|
void |
ComponentActionList.wakeupComponents(IFilter filter)
Should be called on environment thread only.
|
Modifier and Type | Method and Description |
---|---|
ISpaceObject |
KdTree.getNearestObject(IVector2 point,
double searchRadius,
IFilter filter)
Finds an object closest to the given point with a given search radius,
while filtering objects.
|
ISpaceObject |
KdNode.getNearestObject(IVector2 point,
double radiusSquared,
IFilter filter)
Finds the object nearest to a given point within a search radius while filtering objects.
|
ISpaceObject |
KdTree.getNearestObject(IVector2 point,
IFilter filter)
Finds an object closest to the given point while filtering objects (exhaustive search!).
|
List<ISpaceObject> |
KdTree.getNearestObjects(IVector2 point,
double radius,
IFilter filter)
Finds all objects within a given search radius.
|
List<ISpaceObject> |
KdNode.getNearestObjects(IVector2 point,
double radiusSquared,
IFilter filter)
Finds all objects within a given search radius.
|
Set |
Space2D.getNearObjects(IVector2 position,
IVector1 maxdist,
IFilter filter)
Retrieve all objects in the distance for a position
|
Set |
Space2D.getNearObjects(IVector2 position,
IVector1 maxdist,
String type,
IFilter filter)
Retrieve all objects in the distance for a position
|
Modifier and Type | Method and Description |
---|---|
Set |
Space3D.getNearObjects(IVector3 position,
IVector1 maxdist,
IFilter filter)
Retrieve all objects in the distance for a position
|
Modifier and Type | Class and Description |
---|---|
class |
MessageConversationFilter
Filter for message conversations.
|
Modifier and Type | Method and Description |
---|---|
IFilter |
IMessageHandler.getFilter()
Get the filter.
|
IFilter |
AbstractMessageHandler.getFilter()
Get the filter.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageHandler.setFilter(IFilter filter)
Set the filter.
|
Constructor and Description |
---|
AbstractMessageHandler(IFilter filter)
Create a new message handler.
|
AbstractMessageHandler(IFilter filter,
long timeout)
Create a new message handler.
|
AbstractMessageHandler(IFilter filter,
long timeout,
boolean remove)
Create a new message handler.
|
Modifier and Type | Method and Description |
---|---|
IFilter |
XMLInfo.getFilter()
Get the filter.
|
IFilter |
AbstractInfo.getFilter()
Get the filter.
|
Constructor and Description |
---|
XMLInfo(QName[] xmlpathelements,
IFilter filter)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements,
IFilter filter,
boolean createfromtag)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements,
IFilter filter,
boolean createfromtag,
IPreProcessor preprocessor)
Create a new xml info.
|
XMLInfo(QName xmltag,
IFilter filter)
Create a new xml info.
|
XMLInfo(QName xmltag,
IFilter filter,
boolean createfromtag)
Create a new xml info.
|
XMLInfo(String xmlpath,
IFilter filter)
Create a new xml info.
|
XMLInfo(String xmlpath,
IFilter filter,
boolean createfromtag)
Create a new xml info.
|
XMLInfo(String xmlpath,
IFilter filter,
boolean createfromtag,
IPreProcessor preprocessor)
Create a new xml info.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanObjectReaderHandler.addPostProcessor(IFilter filter,
IPostProcessor processor)
Add a post processor.
|
void |
BeanObjectWriterHandler.addPreProcessor(IFilter filter,
IPreProcessor processor)
Add a pre processor.
|
void |
BeanObjectReaderHandler.removePostProcessor(IFilter filter)
Remove a post processor.
|
void |
BeanObjectWriterHandler.removePreProcessor(IFilter filter)
Remove a pre processor.
|
Copyright © 2012. All Rights Reserved.