Class MadxVaryResultImpl
- java.lang.Object
-
- cern.accsoft.steering.jmad.domain.result.match.output.MadxVaryResultImpl
-
- All Implemented Interfaces:
MadxVaryResult
public class MadxVaryResultImpl extends java.lang.Object implements MadxVaryResult
-
-
Constructor Summary
Constructors Constructor Description MadxVaryResultImpl(java.lang.String name, double finalValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getFinalValue()
java.lang.String
getName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMadxVaryResult
-
getFinalValue
public double getFinalValue()
- Specified by:
getFinalValue
in interfaceMadxVaryResult
-
-