Class AbstractMatchConstraintResult
- java.lang.Object
-
- cern.accsoft.steering.jmad.domain.result.match.output.AbstractMatchConstraintResult
-
- All Implemented Interfaces:
MatchConstraintResult
- Direct Known Subclasses:
MatchConstraintResultGlobal,MatchConstraintResultLocal
public abstract class AbstractMatchConstraintResult extends java.lang.Object implements MatchConstraintResult
-
-
Constructor Summary
Constructors Constructor Description AbstractMatchConstraintResult(java.lang.String constraint, double finalValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConstraint()doublegetFinalValue()doublegetTargetValue()voidsetTargetValue(double targetValue)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cern.accsoft.steering.jmad.domain.result.match.output.MatchConstraintResult
isGlobal
-
-
-
-
Method Detail
-
getConstraint
public java.lang.String getConstraint()
- Specified by:
getConstraintin interfaceMatchConstraintResult
-
getFinalValue
public double getFinalValue()
- Specified by:
getFinalValuein interfaceMatchConstraintResult
-
getTargetValue
public double getTargetValue()
- Specified by:
getTargetValuein interfaceMatchConstraintResult
-
setTargetValue
public void setTargetValue(double targetValue)
-
-