Interface PersistenceConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONFIG_FILE
      Name of the non ivml configuration file.
      static java.lang.String EASY_FILES_DEFAULT
      Default folder name for persistent configuration files.
      static java.lang.String INSTANTIATOR_ENGINE
      Instantiator: Denotes which instantiator should be used.
      static java.lang.String INSTANTIATOR_FILE
      Instantiator: Denotes all files to instantiate ny this instantiator.
      static java.lang.String INSTANTIATOR_INHERITED
      Instantiator: Denotes the inheritance chain of the instantiator.
      static java.lang.String INSTANTIATOR_PATH_REGEX
      Instantiator: Denotes the regular expression to split the file and project paths that were saved as concatenations of Strings into the persistancy layer.
      static java.lang.String INSTANTIATOR_PATHS
      Instantiator: Denotes the last known path of the predecessor project and the path of the current context project of an instantiator.
      static java.lang.String INSTANTIATOR_UUID
      Instantiator: Denotes for which UUID is connected with the given instantiator.
      static java.lang.String PLP_LOCATION
      PLP: Denotes the physical location of the product line project.
      static java.lang.String PLP_VERSION
      PLP: Denotes the current version of the product line project.
      static java.lang.String PRESUCCESSOR_LOCATION
      Predecessor and Successor: Denotes the location for the linked Predecessor or Successor.
      static java.lang.String PRESUCCESSOR_MEMEBERNAME
      Predecessor and Successor: Denotes the member name for the linked Predecessor or Successor.
      static java.lang.String PRESUCCESSOR_UUID
      Predecessor and Successor: Denotes the UUID for the linked Predecessor or Successor.
      static java.lang.String PRESUCCESSOR_VERSION
      Predecessor and Successor: Denotes the version for the linked Predecessor or Successor.
      static java.lang.String PTN_PROJECTNAME
      PTN: Denotes the name for the given PTN.
      static java.lang.String PTN_UUID
      PTN: Denotes the UUID for the given PTN.
      static java.lang.String REASONER_ATTRIBUTE
      Reasoner Configuration: One attribute.
      static java.lang.String REASONER_TIMEOUT
      Reasoner Configuration: Specifies the timeout for reasoning in ms.
      static java.lang.String REASONER_VALUE_SEPARATOR
      Reasoner Configuration: Separates values of an attribute.
      static java.lang.String REASONER_VALUES
      Reasoner Configuration: Values of an attribute.
      static java.lang.String SETTINGS_DEBUG
      Project Settings: Specification whether debug information shall be stored or not.
    • Field Detail

      • EASY_FILES_DEFAULT

        static final java.lang.String EASY_FILES_DEFAULT
        Default folder name for persistent configuration files.
        See Also:
        Constant Field Values
      • CONFIG_FILE

        static final java.lang.String CONFIG_FILE
        Name of the non ivml configuration file.
        See Also:
        Constant Field Values
      • REASONER_TIMEOUT

        static final java.lang.String REASONER_TIMEOUT
        Reasoner Configuration: Specifies the timeout for reasoning in ms.
        See Also:
        Constant Field Values
      • REASONER_ATTRIBUTE

        static final java.lang.String REASONER_ATTRIBUTE
        Reasoner Configuration: One attribute.
        See Also:
        Constant Field Values
      • REASONER_VALUES

        static final java.lang.String REASONER_VALUES
        Reasoner Configuration: Values of an attribute.
        See Also:
        Constant Field Values
      • REASONER_VALUE_SEPARATOR

        static final java.lang.String REASONER_VALUE_SEPARATOR
        Reasoner Configuration: Separates values of an attribute.
        See Also:
        Constant Field Values
      • SETTINGS_DEBUG

        static final java.lang.String SETTINGS_DEBUG
        Project Settings: Specification whether debug information shall be stored or not.
        See Also:
        Constant Field Values
      • INSTANTIATOR_ENGINE

        static final java.lang.String INSTANTIATOR_ENGINE
        Instantiator: Denotes which instantiator should be used.
        See Also:
        Constant Field Values
      • INSTANTIATOR_FILE

        static final java.lang.String INSTANTIATOR_FILE
        Instantiator: Denotes all files to instantiate ny this instantiator.
        See Also:
        Constant Field Values
      • INSTANTIATOR_UUID

        static final java.lang.String INSTANTIATOR_UUID
        Instantiator: Denotes for which UUID is connected with the given instantiator.
        See Also:
        Constant Field Values
      • INSTANTIATOR_INHERITED

        static final java.lang.String INSTANTIATOR_INHERITED
        Instantiator: Denotes the inheritance chain of the instantiator.
        See Also:
        Constant Field Values
      • INSTANTIATOR_PATHS

        static final java.lang.String INSTANTIATOR_PATHS
        Instantiator: Denotes the last known path of the predecessor project and the path of the current context project of an instantiator.
        See Also:
        Constant Field Values
      • INSTANTIATOR_PATH_REGEX

        static final java.lang.String INSTANTIATOR_PATH_REGEX
        Instantiator: Denotes the regular expression to split the file and project paths that were saved as concatenations of Strings into the persistancy layer.
        See Also:
        Constant Field Values
      • PTN_UUID

        static final java.lang.String PTN_UUID
        PTN: Denotes the UUID for the given PTN.
        See Also:
        Constant Field Values
      • PTN_PROJECTNAME

        static final java.lang.String PTN_PROJECTNAME
        PTN: Denotes the name for the given PTN.
        See Also:
        Constant Field Values
      • PLP_VERSION

        static final java.lang.String PLP_VERSION
        PLP: Denotes the current version of the product line project.
        See Also:
        Constant Field Values
      • PLP_LOCATION

        static final java.lang.String PLP_LOCATION
        PLP: Denotes the physical location of the product line project.
        See Also:
        Constant Field Values
      • PRESUCCESSOR_UUID

        static final java.lang.String PRESUCCESSOR_UUID
        Predecessor and Successor: Denotes the UUID for the linked Predecessor or Successor.
        See Also:
        Constant Field Values
      • PRESUCCESSOR_MEMEBERNAME

        static final java.lang.String PRESUCCESSOR_MEMEBERNAME
        Predecessor and Successor: Denotes the member name for the linked Predecessor or Successor.
        See Also:
        Constant Field Values
      • PRESUCCESSOR_VERSION

        static final java.lang.String PRESUCCESSOR_VERSION
        Predecessor and Successor: Denotes the version for the linked Predecessor or Successor.
        See Also:
        Constant Field Values
      • PRESUCCESSOR_LOCATION

        static final java.lang.String PRESUCCESSOR_LOCATION
        Predecessor and Successor: Denotes the location for the linked Predecessor or Successor.
        See Also:
        Constant Field Values