Package org.yamcs.xtce
Class CheckWindow
- java.lang.Object
-
- org.yamcs.xtce.CheckWindow
-
- All Implemented Interfaces:
Serializable
public class CheckWindow extends Object implements Serializable
From XTCE: Holds a time to stop checking and optional time to start checking and whether window is relative to command release or last verifier.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckWindow.TimeWindowIsRelativeToType
-
Constructor Summary
Constructors Constructor Description CheckWindow(long timeToStartChecking, long timeToStopChecking, CheckWindow.TimeWindowIsRelativeToType timeWindowIsRelativeTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTimeToStartChecking()longgetTimeToStopChecking()CheckWindow.TimeWindowIsRelativeToTypegetTimeWindowIsRelativeTo()booleanhasStart()StringtoString()
-
-
-
Constructor Detail
-
CheckWindow
public CheckWindow(long timeToStartChecking, long timeToStopChecking, CheckWindow.TimeWindowIsRelativeToType timeWindowIsRelativeTo)
-
-
Method Detail
-
getTimeToStartChecking
public long getTimeToStartChecking()
-
getTimeToStopChecking
public long getTimeToStopChecking()
-
getTimeWindowIsRelativeTo
public CheckWindow.TimeWindowIsRelativeToType getTimeWindowIsRelativeTo()
-
hasStart
public boolean hasStart()
-
-