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 voidadd(MadxDynapVariable var, java.lang.Double value)store a value associated to the variablevoidclear()clear the resultjava.util.List<java.lang.Double>get(MadxDynapVariable variable)retrieve data associated to the variable.ResultTypegetResultType()
-
-
-
Method Detail
-
getResultType
public ResultType getResultType()
- Specified by:
getResultTypein interfaceResult
-
add
public void add(MadxDynapVariable var, java.lang.Double value)
Description copied from interface:DynapResultstore a value associated to the variable- Specified by:
addin interfaceDynapResult
-
clear
public void clear()
Description copied from interface:DynapResultclear the result- Specified by:
clearin interfaceDynapResult
-
get
public java.util.List<java.lang.Double> get(MadxDynapVariable variable)
Description copied from interface:DynapResultretrieve data associated to the variable.- Specified by:
getin interfaceDynapResult- Returns:
- all values for the variable
-
-