Package de.aristaflow.adept2.model
Class ModelRegistryConstants
- java.lang.Object
-
- de.aristaflow.adept2.model.ModelRegistryConstants
-
public class ModelRegistryConstants extends Object
Constants used by theModelFactoryRegistry
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MODEL_FACTORY_ACTIVITY
The name of the activity model factory.static String
MODEL_FACTORY_EXECUTION
The name of the execution model factory (special objects needed only for execution).static String
MODEL_FACTORY_FILTER
The name of the filter factory for filtering model elements.static String
MODEL_FACTORY_GRAPHICAL
The name of the graphical model factory.static String
MODEL_FACTORY_INIT_TAB
The name of the init tab model factory.static String
MODEL_FACTORY_LOCALISATION
The name of the localisation factory.static String
MODEL_FACTORY_PROCESS
The name of the process model factory.static String
MODEL_FACTORY_RESOURCE
The name of the resource model factory.static String
MODEL_FACTORY_RUNTIME
The name of the runtime environment model factory (special objects needed for runtime environments, that is executing activities).static String
MODEL_FACTORY_SYSTEM_DATA_FORMATTER
The name of the system data formatter factory.static String
MODEL_FACTORY_WORKLIST
The name of the worklist model factory.static String
PREFIX_MODEL_FACTORY_PLUGIN_DATA
The prefix for the instances of model viewer classes.
-
Constructor Summary
Constructors Constructor Description ModelRegistryConstants()
-
-
-
Field Detail
-
PREFIX_MODEL_FACTORY_PLUGIN_DATA
public static final String PREFIX_MODEL_FACTORY_PLUGIN_DATA
The prefix for the instances of model viewer classes.- See Also:
- Constant Field Values
-
MODEL_FACTORY_PROCESS
public static final String MODEL_FACTORY_PROCESS
The name of the process model factory.- See Also:
- Constant Field Values
-
MODEL_FACTORY_ACTIVITY
public static final String MODEL_FACTORY_ACTIVITY
The name of the activity model factory.- See Also:
- Constant Field Values
-
MODEL_FACTORY_WORKLIST
public static final String MODEL_FACTORY_WORKLIST
The name of the worklist model factory.- See Also:
- Constant Field Values
-
MODEL_FACTORY_FILTER
public static final String MODEL_FACTORY_FILTER
The name of the filter factory for filtering model elements.- See Also:
- Constant Field Values
-
MODEL_FACTORY_EXECUTION
public static final String MODEL_FACTORY_EXECUTION
The name of the execution model factory (special objects needed only for execution).- See Also:
- Constant Field Values
-
MODEL_FACTORY_GRAPHICAL
public static final String MODEL_FACTORY_GRAPHICAL
The name of the graphical model factory.- See Also:
- Constant Field Values
-
MODEL_FACTORY_INIT_TAB
public static final String MODEL_FACTORY_INIT_TAB
The name of the init tab model factory.- See Also:
- Constant Field Values
-
MODEL_FACTORY_RUNTIME
public static final String MODEL_FACTORY_RUNTIME
The name of the runtime environment model factory (special objects needed for runtime environments, that is executing activities).- See Also:
- Constant Field Values
-
MODEL_FACTORY_RESOURCE
public static final String MODEL_FACTORY_RESOURCE
The name of the resource model factory.- See Also:
- Constant Field Values
-
MODEL_FACTORY_LOCALISATION
public static final String MODEL_FACTORY_LOCALISATION
The name of the localisation factory.- See Also:
- Constant Field Values
-
MODEL_FACTORY_SYSTEM_DATA_FORMATTER
public static final String MODEL_FACTORY_SYSTEM_DATA_FORMATTER
The name of the system data formatter factory.- See Also:
- Constant Field Values
-
-