Package | Description |
---|---|
jadex.bdi.model | |
jadex.bpmn | |
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.commons.collection |
This package contains useful extensions to java.util.collection classes.
|
jadex.xml.reader | |
jadex.xml.writer |
Constructor and Description |
---|
BDIErrorReportBuilder(String name,
String filename,
MultiCollection entries,
Map<String,String> externals,
jadex.rules.state.IOAVState state) |
OAVAgentModel(jadex.rules.state.IOAVState state,
Object handle,
ModelInfo modelinfo,
Set types,
long lastmod,
MultiCollection entries)
Create a model.
|
OAVCapabilityModel(jadex.rules.state.IOAVState state,
Object handle,
ModelInfo modelinfo,
Set types,
long lastmod,
MultiCollection entries)
Create a model.
|
Modifier and Type | Method and Description |
---|---|
static IErrorReport |
BpmnXMLReader.buildReport(String modelname,
String filename,
MultiCollection entries)
Build the error report.
|
Constructor and Description |
---|
AbstractErrorReportBuilder(String name,
String filename,
String[] categories,
MultiCollection entries,
Map externals)
Build the error based on the given entries (if any).
|
Modifier and Type | Class and Description |
---|---|
class |
TwoWayMultiCollection
The two-way multi-collection allows fast reverse lookup,
by containing a second multi-collection,
which reversely maps values to keys.
|
Modifier and Type | Method and Description |
---|---|
static MultiCollection |
SCollection.createMultiCollection()
Return a fresh multi collection.
|
Modifier and Type | Method and Description |
---|---|
MultiCollection |
AReadContext.getPostProcessors()
Get the postprocessors.
|
Modifier and Type | Method and Description |
---|---|
void |
AReadContext.setPostProcessors(MultiCollection postprocessors)
Set the postprocessors.
|
Constructor and Description |
---|
AReadContext(TypeInfoPathManager pathmanager,
IObjectReaderHandler handler,
T parser,
XMLReporter reporter,
Object callcontext,
ClassLoader classloader,
Object root,
List stack,
StackElement topse,
String comment,
Map readobjects,
int readignore,
MultiCollection postprocessors)
Create a new read context.
|
ReadContextDesktop(TypeInfoPathManager pathmanager,
IObjectReaderHandler handler,
XMLStreamReader parser,
XMLReporter reporter,
Object callcontext,
ClassLoader classloader,
Object root,
List stack,
StackElement topse,
String comment,
Map readobjects,
int readignore,
MultiCollection postprocessors) |
Modifier and Type | Method and Description |
---|---|
MultiCollection |
AWriteContext.getPreProcessors()
Get the preprocessors.
|
Modifier and Type | Method and Description |
---|---|
void |
AWriteContext.setPreProcessors(MultiCollection preprocessors)
Set the preprocessors.
|
Constructor and Description |
---|
AWriteContext(IObjectWriterHandler handler,
T writer,
Object usercontext,
Object rootobject,
ClassLoader classloader,
Map writtenobs,
List stack,
MultiCollection preprocessors)
Create a new write context.
|
WriteContextDesktop(IObjectWriterHandler handler,
XMLStreamWriter writer,
Object usercontext,
Object rootobject,
ClassLoader classloader,
Map writtenobs,
List stack,
MultiCollection preprocessors)
Create a new write context.
|
Copyright © 2012. All Rights Reserved.