Package org.somox.gast2seff.jobs
Class SoMoXBlackboard
java.lang.Object
de.uka.ipd.sdq.workflow.blackboard.Blackboard<Object>
org.somox.gast2seff.jobs.SoMoXBlackboard
- All Implemented Interfaces:
de.uka.ipd.sdq.workflow.blackboard.IBlackboard<Object>
Blackboard to transfer SoMoX analysis results between jobs of the overall
SoMoX run.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the analysis result.void
setAnalysisResult
(AnalysisResult analysisResult) Set the analysis result.Methods inherited from class de.uka.ipd.sdq.workflow.blackboard.Blackboard
addPartition, getPartition, getPartitionIds, hasPartition, removePartition
-
Constructor Details
-
SoMoXBlackboard
public SoMoXBlackboard()
-
-
Method Details
-
getAnalysisResult
Get the analysis result.- Returns:
- the analysisResult
-
setAnalysisResult
Set the analysis result.- Parameters:
analysisResult
- the analysisResult to set
-