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:
AnnotationsMoxConfiguration,SoMoXConfiguration
public abstract class AbstractMoxConfiguration
extends de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
implements de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringattribute key forgetFileLocations().getAnalyserInputFile()/getFileLocations().setAnalyserInputFile(String)static final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
isFixed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyAttributeMap(Map<String, Object> attributeMap) booleanSwitch for interface reverse engineering.booleanvoidsetReverseEngineerInterfacesNotAssignedToComponent(boolean reverseEngineerInterfacesNotAssignedToComponent) Switch for interface reverse engineering.voidsetReverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour(boolean reverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour) toMap()Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
addChildConfiguration, getChildConfiguration, getErrorMessage, isValid, setDefaults, toStringMethods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
checkFixed, clone, isFrozen, validateAndFreezeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-