| Package | Description |
|---|---|
| de.aristaflow.adept2.model.activitymodel |
TODO This is completely outdated.
|
| de.aristaflow.adept2.model.common | |
| de.aristaflow.adept2.model.graphical | |
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| de.aristaflow.adept2.model.worklistmodel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityModelFactory
TODO Describe inheritance.
|
| Modifier and Type | Method and Description |
|---|---|
static ActivityConfiguration |
XMLImportTools.getActivityConfiguration(CommonModelFactory cmf,
org.w3c.dom.Element confElement) |
static ChangeableActivityConfiguration |
XMLImportTools.getChangeableActivityConfiguration(CommonModelFactory cmf,
org.w3c.dom.Element confElement) |
static Configuration |
XMLImportTools.getConfiguration(CommonModelFactory cmf,
org.w3c.dom.Element confElement) |
static ConfigurationDescription |
XMLImportTools.getConfigurationDescription(CommonModelFactory cmf,
org.w3c.dom.Element element) |
static PluginDataContainer |
XMLImportTools.getPluginDataContainer(CommonModelFactory cmf,
org.w3c.dom.Element pdcElement)
Returns all plug-in data mappings from the given element.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphicalModelFactory
Factory for the graphical model.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessModelFactory
The factory of the processmodel is used to create new objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorklistModelFactory
Interface for the construction of worklist objects.
|