Class FmuMaxStepSizeHandler
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.variablestep.constraint.FmuMaxStepSizeHandler
-
- All Implemented Interfaces:
Observer,ConstraintHandler
public class FmuMaxStepSizeHandler extends Object implements Observer, ConstraintHandler
-
-
Constructor Summary
Constructors Constructor Description FmuMaxStepSizeHandler(InitializationMsgJson.Constraint jc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDecision()StringgetId()DoublegetMaxStepSize()BooleanisRelaxingStrongly()voidsetStepSize(double stepSize)voidupdate(Observable obs, Object arg)BooleanwasStepValid()
-
-
-
Constructor Detail
-
FmuMaxStepSizeHandler
public FmuMaxStepSizeHandler(InitializationMsgJson.Constraint jc)
-
-
Method Detail
-
update
public void update(Observable obs, Object arg)
-
getMaxStepSize
public Double getMaxStepSize()
- Specified by:
getMaxStepSizein interfaceConstraintHandler
-
getDecision
public String getDecision()
- Specified by:
getDecisionin interfaceConstraintHandler
-
getId
public String getId()
- Specified by:
getIdin interfaceConstraintHandler
-
isRelaxingStrongly
public Boolean isRelaxingStrongly()
- Specified by:
isRelaxingStronglyin interfaceConstraintHandler
-
wasStepValid
public Boolean wasStepValid()
- Specified by:
wasStepValidin interfaceConstraintHandler
-
setStepSize
public void setStepSize(double stepSize)
-
-