Class ModelAnalyzerConfiguration<T extends AbstractMoxConfiguration>

java.lang.Object
de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
org.somox.ui.runconfig.ModelAnalyzerConfiguration<T>
All Implemented Interfaces:
de.uka.ipd.sdq.workflow.configuration.IJobConfiguration, Cloneable
Direct Known Subclasses:
SoMoXModelAnalyzerConfiguration

public abstract class ModelAnalyzerConfiguration<T extends AbstractMoxConfiguration> extends de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected T
     

    Fields inherited from class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration

    isDebug, isInteractive

    Fields inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration

    isFixed
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    setMoxConfiguration(T moxConfiguration)
     

    Methods inherited from class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration

    clone, isDebug, isInteractive, setDebug, setInteractive

    Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration

    checkFixed, isFrozen, isValid, setDefaults, validateAndFreeze

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.uka.ipd.sdq.workflow.configuration.IJobConfiguration

    isValid, setDefaults
  • Field Details

  • Constructor Details

    • ModelAnalyzerConfiguration

      public ModelAnalyzerConfiguration()
  • Method Details

    • getMoxConfiguration

      public T getMoxConfiguration()
    • setMoxConfiguration

      public void setMoxConfiguration(T moxConfiguration)
    • getErrorMessage

      public String getErrorMessage()
      Specified by:
      getErrorMessage in interface de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
      Specified by:
      getErrorMessage in class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration