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 | |
jadex.bridge.service.component | |
jadex.bridge.service.component.multiinvoke | |
jadex.bridge.service.search | |
jadex.bridge.service.types.cron | |
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 |
---|---|
<T> IFuture<T> |
BasicServiceContainer.getRequiredService(RequiredServiceInfo info,
RequiredServiceBinding binding,
boolean rebind,
IFilter<T> filter)
Get a required service.
|
<T> IFuture<T> |
BasicServiceContainer.getRequiredService(RequiredServiceInfo info,
RequiredServiceBinding binding,
IFilter<T> filter)
Get a required service.
|
IFuture |
CacheServiceContainer.getRequiredService(String name,
boolean rebind,
IFilter filter) |
<T> IFuture<T> |
IServiceContainer.getRequiredService(String name,
boolean rebind,
IFilter<T> filter)
Get a required service.
|
<T> IFuture<T> |
BasicServiceContainer.getRequiredService(String name,
boolean rebind,
IFilter<T> filter)
Get a required service.
|
<T> IIntermediateFuture<T> |
BasicServiceContainer.getRequiredServices(RequiredServiceInfo info,
RequiredServiceBinding binding,
boolean rebind,
IFilter<T> filter)
Get required services.
|
<T> IIntermediateFuture<T> |
BasicServiceContainer.getRequiredServices(RequiredServiceInfo info,
RequiredServiceBinding binding,
IFilter<T> filter)
Get required services.
|
IIntermediateFuture |
CacheServiceContainer.getRequiredServices(String name,
boolean rebind,
IFilter filter) |
<T> IIntermediateFuture<T> |
IServiceContainer.getRequiredServices(String name,
boolean rebind,
IFilter<T> filter)
Get a required services.
|
<T> IIntermediateFuture<T> |
BasicServiceContainer.getRequiredServices(String name,
boolean rebind,
IFilter<T> filter)
Get a required services.
|
<T> IFuture<T> |
IRequiredServiceFetcher.getService(RequiredServiceInfo info,
RequiredServiceBinding binding,
boolean rebind,
IFilter<T> filter)
Get a required service.
|
<T> IIntermediateFuture<T> |
IRequiredServiceFetcher.getServices(RequiredServiceInfo info,
RequiredServiceBinding binding,
boolean rebind,
IFilter<T> filter)
Get a required multi service.
|
Modifier and Type | Method and Description |
---|---|
<T> IFuture<T> |
ComponentServiceContainer.getRequiredService(RequiredServiceInfo info,
RequiredServiceBinding binding,
boolean rebind,
IFilter<T> filter)
Get a required service.
|
<T> IIntermediateFuture<T> |
ComponentServiceContainer.getRequiredServices(RequiredServiceInfo info,
RequiredServiceBinding binding,
boolean rebind,
IFilter<T> filter)
Get required services.
|
<T> IFuture<T> |
DefaultServiceFetcher.getService(RequiredServiceInfo info,
RequiredServiceBinding bd,
boolean rebind,
IFilter<T> filter)
Get a required service.
|
<T> IIntermediateFuture<T> |
DefaultServiceFetcher.getServices(RequiredServiceInfo info,
RequiredServiceBinding bd,
boolean rebind,
IFilter<T> filter)
Get a required multi service.
|
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 |
---|---|
static <T> IFuture<T> |
SServiceProvider.getService(IServiceProvider provider,
Class<T> type,
String scope,
IFilter<T> filter)
Get one service of a type.
|
static <T> IIntermediateFuture<T> |
SServiceProvider.getServices(IServiceProvider provider,
Class<T> type,
String scope,
IFilter<T> filter)
Get all services of a type.
|
Constructor and Description |
---|
BasicResultSelector(IRemoteFilter filter,
boolean oneresult,
boolean remote,
IFilter<T> sfilter)
Create a type result listener.
|
TypeResultSelector(Class<?> type,
boolean oneresult,
boolean remote,
IFilter<T> filter)
Create a type result listener.
|
Modifier and Type | Method and Description |
---|---|
IFilter<Long> |
CronJob.getFilter()
Get the filter.
|
Modifier and Type | Method and Description |
---|---|
void |
CronJob.setFilter(IFilter<Long> filter)
Set the filter.
|
Constructor and Description |
---|
CronJob(String pattern,
IFilter<Long> filter,
IResultCommand<IFuture<T>,Tuple2<IInternalAccess,Long>> command)
Create a new cron job.
|
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<T>
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<T>[] |
ComposedFilter.getFilters()
Get the filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ComposedFilter.addFilter(IFilter<T> filter)
Add a filter.
|
static void |
SReflect.scanDir(URL[] urls,
File file,
IFilter filter,
List<String> results,
List<String> donedirs)
Scan directories.
|
static Class<?>[] |
SReflect.scanForClasses(ClassLoader classloader,
IFilter filefilter,
IFilter classfilter)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static Class<?>[] |
SReflect.scanForClasses(ClassLoader classloader,
IFilter filefilter,
IFilter classfilter)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static Class<?>[] |
SReflect.scanForClasses(URL[] urls,
ClassLoader classloader,
IFilter filefilter,
IFilter classfilter)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static Class<?>[] |
SReflect.scanForClasses(URL[] urls,
ClassLoader classloader,
IFilter filefilter,
IFilter classfilter)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static String[] |
SReflect.scanForFiles(URL[] urls,
IFilter filter)
Scan for files in a given list of urls.
|
void |
ComposedFilter.setFilters(IFilter<T>[] filters)
Set the filters.
|
Constructor and Description |
---|
ComposedFilter(IFilter<T>[] filters)
Create a composed filter.
|
ComposedFilter(IFilter<T>[] 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 © 2013. All Rights Reserved.