Package org.yamcs.xtce
Class ContextCalibrator
- java.lang.Object
-
- org.yamcs.xtce.ContextCalibrator
-
- All Implemented Interfaces:
Serializable
public class ContextCalibrator extends Object implements Serializable
Context calibrations are applied when the ContextMatch is true. Context calibrators override Default calibrators- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextCalibrator(MatchCriteria context, Calibrator calibrator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalibratorgetCalibrator()MatchCriteriagetContextMatch()voidsetCalibrator(Calibrator calibrator)voidsetContext(MatchCriteria context)StringtoString()
-
-
-
Constructor Detail
-
ContextCalibrator
public ContextCalibrator(MatchCriteria context, Calibrator calibrator)
-
-
Method Detail
-
getCalibrator
public Calibrator getCalibrator()
-
setCalibrator
public void setCalibrator(Calibrator calibrator)
-
getContextMatch
public MatchCriteria getContextMatch()
-
setContext
public void setContext(MatchCriteria context)
-
-