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