Package | Description |
---|---|
jadex.base | |
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.search | |
jadex.commons |
This package contains generic utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileFilter
The default file filter allows using different file extensions.
|
class |
ModelFileFilter
Filter for Jadex component models.
|
Modifier and Type | Method and Description |
---|---|
static IIntermediateFuture<FileData> |
SRemoteGui.listFiles(FileData dir,
IRemoteFilter filter,
IExternalAccess exta)
List files in a directory matching a filter (if any).
|
static IIntermediateFuture<FileData> |
SRemoteGui.listJarFileEntries(FileData file,
IRemoteFilter filter,
IExternalAccess exta)
List files of a remote jar file
|
Modifier and Type | Class and Description |
---|---|
class |
FactoryFilter
Filtering specific component factories.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyFilter
Test if a class is a proxy.
|
class |
ServiceIdFilter
Filter for service ids.
|
Modifier and Type | Field and Description |
---|---|
static IRemoteFilter |
ProxyFilter.PROXYFILTER
Static proxy filter instance.
|
Modifier and Type | Method and Description |
---|---|
IRemoteFilter |
BasicResultSelector.getFilter()
Get the filter.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicResultSelector.setFilter(IRemoteFilter filter)
Set the filter.
|
Constructor and Description |
---|
BasicResultSelector(IRemoteFilter filter)
Create a type result listener.
|
BasicResultSelector(IRemoteFilter filter,
boolean oneresult)
Create a type result listener.
|
BasicResultSelector(IRemoteFilter filter,
boolean oneresult,
boolean remote)
Create a type result listener.
|
BasicResultSelector(IRemoteFilter filter,
boolean oneresult,
boolean remote,
IFilter<T> sfilter)
Create a type result listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ComposedRemoteFilter
A filter checks if an object matches
the given subfilters.
|
static class |
IRemoteFilter.AlwaysFilter
A filter that always returns true.
|
static class |
IRemoteFilter.NeverFilter
A filter that always returns false.
|
Modifier and Type | Field and Description |
---|---|
static IRemoteFilter |
IRemoteFilter.ALWAYS
A filter that always returns true.
|
static IRemoteFilter |
IRemoteFilter.NEVER
A filter that always returns false.
|
Modifier and Type | Method and Description |
---|---|
IRemoteFilter[] |
ComposedRemoteFilter.getFilters()
Get the filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ComposedRemoteFilter.addFilter(IRemoteFilter filter)
Add a filter.
|
void |
ComposedRemoteFilter.setFilters(IRemoteFilter[] filters)
Set the filters.
|
Constructor and Description |
---|
ComposedRemoteFilter(IRemoteFilter[] filters)
Create a composed filter.
|
ComposedRemoteFilter(IRemoteFilter[] filters,
int operator)
Create a composed filter.
|
Copyright © 2013. All Rights Reserved.