Package | Description |
---|---|
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.bridge.modelinfo |
Modifier and Type | Method and Description |
---|---|
static IErrorReport |
BpmnXMLReader.buildReport(String modelname,
String filename,
MultiCollection entries)
Build the error report.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorReport
Error report that holds information about model errors.
|
Modifier and Type | Method and Description |
---|---|
IErrorReport |
AbstractErrorReportBuilder.buildErrorReport()
Build the error based on the given entries (if any).
|
Modifier and Type | Method and Description |
---|---|
IErrorReport |
ModelInfo.getReport()
Get the report.
|
IErrorReport |
IModelInfo.getReport()
Get the report.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInfo.setReport(IErrorReport report)
Set the report.
|
Constructor and Description |
---|
ModelInfo(String name,
String packagename,
String description,
IErrorReport report,
IArgument[] arguments,
IArgument[] results,
boolean startable,
String filename,
Map<String,Object> properties,
ClassLoader classloader,
RequiredServiceInfo[] requiredservices,
ProvidedServiceInfo[] providedservices,
ConfigurationInfo[] configurations,
SubcomponentTypeInfo[] subcomponents,
String[] imports,
IResourceIdentifier rid)
Create a new model info.
|
Copyright © 2012. All Rights Reserved.