Class AbstractReconfigurationLoader

    • Constructor Detail

      • AbstractReconfigurationLoader

        public AbstractReconfigurationLoader()
    • Method Detail

      • load

        public void load​(SimuLizarWorkflowConfiguration configuration)
        The method loads all transformation that are stored in the reconfiguration rules folder.
        Parameters:
        configuration - The configuration object contains the information of the reconfiguration rules location.
      • getTransformationFileExtension

        protected abstract String getTransformationFileExtension()
        The method specifies the file extension of the reconfigurations files that are supposed to be loaded.
        Returns:
        the file extension.
      • setTransformations

        protected abstract void setTransformations​(URI[] transURIs)
        The method sets an array of URIs, specifying the location of reconfigurations.
        Parameters:
        transURIs - Reconfiguration locations.