Interface RuleEngineConfiguration

All Superinterfaces:
de.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
All Known Implementing Classes:
RuleEngineConfigurationImpl

public interface RuleEngineConfiguration extends de.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
  • Method Details

    • getInputFolder

      URI getInputFolder()
    • setInputFolder

      void setInputFolder(URI createFileURI)
    • getOutputFolder

      URI getOutputFolder()
    • setOutputFolder

      void setOutputFolder(URI createFileURI)
    • getConfig

      <T extends Service> ServiceConfiguration<T> getConfig(Class<T> serviceClass)