Package org.somox.ui.runconfig
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:
AnnotationsMoxAnalyzerConfiguration
,SoMoXModelAnalyzerConfiguration
public abstract class ModelAnalyzerConfiguration<T extends AbstractMoxConfiguration>
extends de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
-
Field Summary
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
-
Method Summary
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
-
moxConfiguration
-
-
Constructor Details
-
ModelAnalyzerConfiguration
public ModelAnalyzerConfiguration()
-
-
Method Details
-
getMoxConfiguration
-
setMoxConfiguration
-
getErrorMessage
- Specified by:
getErrorMessage
in interfacede.uka.ipd.sdq.workflow.configuration.IJobConfiguration
- Specified by:
getErrorMessage
in classde.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
-