Package | Description |
---|---|
jadex.bdi.runtime | |
jadex.bdi.runtime.interpreter | |
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.nonfunctional.hardconstraints | |
jadex.bridge.service.component.multiinvoke | |
jadex.bridge.service.types.cron | |
jadex.bridge.service.types.email | |
jadex.bridge.service.types.message | |
jadex.bridge.service.types.monitoring | |
jadex.commons |
This package contains generic utility classes.
|
jadex.commons.future | |
jadex.commons.gui.autocombo | |
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 |
---|---|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
ICapability.subscribeToEvents(IFilter<IMonitoringEvent> filter,
boolean initial,
IMonitoringService.PublishEventLevel elm)
Subscribe to monitoring events.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
BDIInterpreter.subscribeToEvents(IFilter<IMonitoringEvent> filter,
boolean initial,
IMonitoringService.PublishEventLevel emitlevel)
Subscribe to monitoring events.
|
Modifier and Type | Method and Description |
---|---|
IFilter<Object> |
ProcessThread.getWaitFilter()
Get the wait filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessThread.setWaitFilter(IFilter<Object> waitfilter)
Set the wait filter.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
IInternalAccess.subscribeToEvents(IFilter<IMonitoringEvent> filter,
boolean initial,
IMonitoringService.PublishEventLevel elm)
Subscribe to component events.
|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
IExternalAccess.subscribeToEvents(IFilter<IMonitoringEvent> filter,
boolean initial,
IMonitoringService.PublishEventLevel elm)
Subscribe to component events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IHardConstraintsFilter |
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 |
---|---|
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 | Field and Description |
---|---|
static IFilter<IMonitoringEvent> |
IMonitoringEvent.TERMINATION_FILTER |
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
IMonitoringService.subscribeToEvents(IFilter<IMonitoringEvent> filter)
Subscribe to monitoring events.
|
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 ISubscriptionIntermediateFuture<String> |
SReflect.asyncScanDir(URL[] urls,
File file,
IFilter filter,
List<String> donedirs)
Scan directories.
|
static ISubscriptionIntermediateFuture<Class<?>> |
SReflect.asyncScanForClasses(ClassLoader classloader,
IFilter<Object> filefilter,
IFilter<Class<?>> classfilter,
int max,
boolean includebootpath)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static ISubscriptionIntermediateFuture<Class<?>> |
SReflect.asyncScanForClasses(ClassLoader classloader,
IFilter<Object> filefilter,
IFilter<Class<?>> classfilter,
int max,
boolean includebootpath)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static ISubscriptionIntermediateFuture<Class<?>> |
SReflect.asyncScanForClasses(URL[] urls,
ClassLoader classloader,
IFilter<Object> filefilter,
IFilter<Class<?>> classfilter,
int max)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static ISubscriptionIntermediateFuture<Class<?>> |
SReflect.asyncScanForClasses(URL[] urls,
ClassLoader classloader,
IFilter<Object> filefilter,
IFilter<Class<?>> classfilter,
int max)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static ISubscriptionIntermediateFuture<String> |
SReflect.asyncScanForFiles(URL[] urls,
IFilter<Object> filter)
Scan for files in a given list of urls.
|
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,
boolean includebootpath)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static Class<?>[] |
SReflect.scanForClasses(ClassLoader classloader,
IFilter filefilter,
IFilter classfilter,
boolean includebootpath)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TerminableIntermediateFuture.addBackwardCommand(IFilter<Object> filter,
ICommand<Object> command)
Add a backward command with a filter.
|
void |
TerminableFuture.addBackwardCommand(IFilter<Object> filter,
ICommand<Object> command)
Add a backward command with a filter.
|
void |
Future.addForwardCommand(IFilter<Object> filter,
ICommand<Object> command)
Add a forward command with a filter.
|
Constructor and Description |
---|
ClassComboModel(AutoCompleteCombo combo,
int max,
boolean inter,
boolean absclasses,
boolean inclasses,
boolean classes,
IFilter<String> filefilter,
IFilter<Class<?>> classfilter)
Create a new ClassComboModel.
|
ClassComboModel(AutoCompleteCombo combo,
int max,
boolean inter,
boolean absclasses,
boolean inclasses,
boolean classes,
IFilter<String> filefilter,
IFilter<Class<?>> classfilter)
Create a new ClassComboModel.
|
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.
|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
MicroAgent.subscribeToEvents(IFilter<IMonitoringEvent> filter,
boolean initial,
IMonitoringService.PublishEventLevel elm)
Subscribe to component events.
|
Constructor and Description |
---|
AbstractMessageHandler(IFilter filter,
long timeout,
boolean remove,
boolean realtime)
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.