Class StrengthResult
- java.lang.Object
-
- cern.accsoft.steering.jmad.domain.result.StrengthResult
-
-
Constructor Summary
Constructors Constructor Description StrengthResult(java.util.List<Strength> strengths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Double>
getDoubleValues()
ResultType
getResultType()
java.util.List<Strength>
getValues()
-
-
-
Constructor Detail
-
StrengthResult
public StrengthResult(java.util.List<Strength> strengths)
-
-
Method Detail
-
getResultType
public ResultType getResultType()
- Specified by:
getResultType
in interfaceResult
-
getValues
public java.util.List<Strength> getValues()
-
getDoubleValues
public java.util.List<java.lang.Double> getDoubleValues()
-
-