Class ModelRegistryConstants

java.lang.Object
de.aristaflow.adept2.model.ModelRegistryConstants

public class ModelRegistryConstants extends Object
Constants used by the ModelFactoryRegistry.
  • Field Details

    • 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:
    • MODEL_FACTORY_PROCESS

      public static final String MODEL_FACTORY_PROCESS
      The name of the process model factory.
      See Also:
    • MODEL_FACTORY_ACTIVITY

      public static final String MODEL_FACTORY_ACTIVITY
      The name of the activity model factory.
      See Also:
    • MODEL_FACTORY_WORKLIST

      public static final String MODEL_FACTORY_WORKLIST
      The name of the worklist model factory.
      See Also:
    • MODEL_FACTORY_FILTER

      public static final String MODEL_FACTORY_FILTER
      The name of the filter factory for filtering model elements.
      See Also:
    • 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:
    • MODEL_FACTORY_GRAPHICAL

      public static final String MODEL_FACTORY_GRAPHICAL
      The name of the graphical model factory.
      See Also:
    • MODEL_FACTORY_INIT_TAB

      public static final String MODEL_FACTORY_INIT_TAB
      The name of the init tab model factory.
      See Also:
    • 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:
    • MODEL_FACTORY_RESOURCE

      public static final String MODEL_FACTORY_RESOURCE
      The name of the resource model factory.
      See Also:
    • MODEL_FACTORY_LOCALISATION

      public static final String MODEL_FACTORY_LOCALISATION
      The name of the localisation factory.
      See Also:
    • MODEL_FACTORY_SYSTEM_DATA_FORMATTER

      public static final String MODEL_FACTORY_SYSTEM_DATA_FORMATTER
      The name of the system data formatter factory.
      See Also:
  • Constructor Details

    • ModelRegistryConstants

      public ModelRegistryConstants()