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 StringMODEL_FACTORY_ACTIVITYThe name of the activity model factory.static StringMODEL_FACTORY_EXECUTIONThe name of the execution model factory (special objects needed only for execution).static StringMODEL_FACTORY_FILTERThe name of the filter factory for filtering model elements.static StringMODEL_FACTORY_GRAPHICALThe name of the graphical model factory.static StringMODEL_FACTORY_INIT_TABThe name of the init tab model factory.static StringMODEL_FACTORY_LOCALISATIONThe name of the localisation factory.static StringMODEL_FACTORY_PROCESSThe name of the process model factory.static StringMODEL_FACTORY_RESOURCEThe name of the resource model factory.static StringMODEL_FACTORY_RUNTIMEThe name of the runtime environment model factory (special objects needed for runtime environments, that is executing activities).static StringMODEL_FACTORY_SYSTEM_DATA_FORMATTERThe name of the system data formatter factory.static StringMODEL_FACTORY_WORKLISTThe name of the worklist model factory.static StringPREFIX_MODEL_FACTORY_PLUGIN_DATAThe 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
-
-