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.String
getConstraint()
double
getFinalValue()
double
getTargetValue()
void
setTargetValue(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:
getConstraint
in interfaceMatchConstraintResult
-
getFinalValue
public double getFinalValue()
- Specified by:
getFinalValue
in interfaceMatchConstraintResult
-
getTargetValue
public double getTargetValue()
- Specified by:
getTargetValue
in interfaceMatchConstraintResult
-
setTargetValue
public void setTargetValue(double targetValue)
-
-