Class DynapResultImpl
- java.lang.Object
-
- cern.accsoft.steering.jmad.domain.result.track.DynapResultImpl
-
- All Implemented Interfaces:
Result
,DynapResult
public class DynapResultImpl extends java.lang.Object implements DynapResult
Standard implementation of DynapResult
-
-
Constructor Summary
Constructors Constructor Description DynapResultImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(MadxDynapVariable var, java.lang.Double value)
store a value associated to the variablevoid
clear()
clear the resultjava.util.List<java.lang.Double>
get(MadxDynapVariable variable)
retrieve data associated to the variable.ResultType
getResultType()
-
-
-
Method Detail
-
getResultType
public ResultType getResultType()
- Specified by:
getResultType
in interfaceResult
-
add
public void add(MadxDynapVariable var, java.lang.Double value)
Description copied from interface:DynapResult
store a value associated to the variable- Specified by:
add
in interfaceDynapResult
-
clear
public void clear()
Description copied from interface:DynapResult
clear the result- Specified by:
clear
in interfaceDynapResult
-
get
public java.util.List<java.lang.Double> get(MadxDynapVariable variable)
Description copied from interface:DynapResult
retrieve data associated to the variable.- Specified by:
get
in interfaceDynapResult
- Returns:
- all values for the variable
-
-