Package org.somox.configuration
Class AbstractMoxConfiguration
java.lang.Object
de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
org.somox.configuration.AbstractMoxConfiguration
- All Implemented Interfaces:
de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
,Cloneable
- Direct Known Subclasses:
SoMoXConfiguration
public abstract class AbstractMoxConfiguration
extends de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
implements de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
attribute key forgetFileLocations()
.getAnalyserInputFile()
/getFileLocations()
.setAnalyserInputFile(String)
static final String
static final String
static final String
static final String
Fields inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
isFixed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyAttributeMap
(Map<String, Object> attributeMap) boolean
Switch for interface reverse engineering.boolean
void
setReverseEngineerInterfacesNotAssignedToComponent
(boolean reverseEngineerInterfacesNotAssignedToComponent) Switch for interface reverse engineering.void
setReverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour
(boolean reverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour) toMap()
Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
addChildConfiguration, getChildConfiguration, getErrorMessage, isValid, setDefaults, toString
Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
checkFixed, clone, isFrozen, validateAndFreeze
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
getErrorMessage, isValid, setDefaults
-
Field Details
-
SOMOX_OUTPUT_FOLDER
- See Also:
-
SOMOX_PROJECT_NAME
- See Also:
-
SOMOX_ANALYZER_INPUT_FILE
attribute key forgetFileLocations()
.getAnalyserInputFile()
/getFileLocations()
.setAnalyserInputFile(String)
- See Also:
-
SOMOX_ANALYZER_REVERSE_ENGINEER_INTERFACES_NOT_ASSIGNED_TO_INTERFACES
attribute key forisReverseEngineerInterfacesNotAssignedToComponent()
/setReverseEngineerInterfacesNotAssignedToComponent(boolean)
- See Also:
-
SOMOX_ANALYZER_REVERSE_ENGINEER_INTERNAL_METHODS_AS_RESOURCE_DEMANDING_INTERNAL_BEHAVIOUR
public static final String SOMOX_ANALYZER_REVERSE_ENGINEER_INTERNAL_METHODS_AS_RESOURCE_DEMANDING_INTERNAL_BEHAVIOURattribute key forisReverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour()
/setReverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour(boolean)
- See Also:
-
-
Constructor Details
-
AbstractMoxConfiguration
public AbstractMoxConfiguration()
-
-
Method Details
-
getFileLocations
- Returns:
- the locations
-
isReverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour
public boolean isReverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour() -
setReverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour
public void setReverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour(boolean reverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour) -
isReverseEngineerInterfacesNotAssignedToComponent
public boolean isReverseEngineerInterfacesNotAssignedToComponent()Switch for interface reverse engineering. Serves for debugging-like use of SoMoX.- Returns:
-
setReverseEngineerInterfacesNotAssignedToComponent
public void setReverseEngineerInterfacesNotAssignedToComponent(boolean reverseEngineerInterfacesNotAssignedToComponent) Switch for interface reverse engineering. Serves for debugging-like use of SoMoX.- Parameters:
reverseEngineerInterfacesNotAssignedToComponent
-
-
applyAttributeMap
-
toMap
-