public class HWAnalysisResultData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
hw_instance
The hw instance.
|
java.lang.String |
hw_res
The hw res.
|
java.lang.String |
hw_utilization
The hw utilization.
|
org.eclipse.uml2.uml.InstanceSpecification |
hwInstSpec
The hw inst spec.
|
Constructor and Description |
---|
HWAnalysisResultData() |
Modifier and Type | Method and Description |
---|---|
org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.HardwareBaseline.CH_HwProcessor |
getProcessor()
Returns the CH_HWProcessor of the hwInstanceSpecification.
|
java.lang.String |
getResultString()
Gets the result string.
|
public org.eclipse.uml2.uml.InstanceSpecification hwInstSpec
public java.lang.String hw_instance
public java.lang.String hw_utilization
public java.lang.String hw_res
public java.lang.String getResultString()
public org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.HardwareBaseline.CH_HwProcessor getProcessor()