public class ModelRegistryConstants
extends java.lang.Object
ModelFactoryRegistry.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MODEL_FACTORY_ACTIVITY
The name of the activity model factory.
|
static java.lang.String |
MODEL_FACTORY_EXECUTION
The name of the execution model factory (special objects needed only for
execution).
|
static java.lang.String |
MODEL_FACTORY_FILTER
The name of the filter factory for filtering model elements.
|
static java.lang.String |
MODEL_FACTORY_GRAPHICAL
The name of the graphical model factory.
|
static java.lang.String |
MODEL_FACTORY_INIT_TAB
The name of the init tab model factory.
|
static java.lang.String |
MODEL_FACTORY_LOCALISATION
The name of the localisation factory.
|
static java.lang.String |
MODEL_FACTORY_PROCESS
The name of the process model factory.
|
static java.lang.String |
MODEL_FACTORY_RUNTIME
The name of the runtime environment model factory (special objects needed
for runtime environments, that is executing activities).
|
static java.lang.String |
MODEL_FACTORY_SYSTEM_DATA_FORMATTER
The name of the system data formatter factory.
|
static java.lang.String |
MODEL_FACTORY_WORKLIST
The name of the worklist model factory.
|
static java.lang.String |
PREFIX_MODEL_FACTORY_PLUGIN_DATA
The prefix for the instances of model viewer classes.
|
| Constructor and Description |
|---|
ModelRegistryConstants() |
public static final java.lang.String PREFIX_MODEL_FACTORY_PLUGIN_DATA
public static final java.lang.String MODEL_FACTORY_PROCESS
public static final java.lang.String MODEL_FACTORY_ACTIVITY
public static final java.lang.String MODEL_FACTORY_WORKLIST
public static final java.lang.String MODEL_FACTORY_FILTER
public static final java.lang.String MODEL_FACTORY_EXECUTION
public static final java.lang.String MODEL_FACTORY_GRAPHICAL
public static final java.lang.String MODEL_FACTORY_INIT_TAB
public static final java.lang.String MODEL_FACTORY_RUNTIME
public static final java.lang.String MODEL_FACTORY_LOCALISATION
public static final java.lang.String MODEL_FACTORY_SYSTEM_DATA_FORMATTER