Package jline.api.sn
Class SnIsDiscreteTime.Result
java.lang.Object
jline.api.sn.SnIsDiscreteTime.Result
- Enclosing class:
- SnIsDiscreteTime
Outcome of the test: the verdict, the slot length and why it failed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal booleanfinal booleanfinal booleanfinal Stringfinal double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isDiscreteTime
public final boolean isDiscreteTime -
slotLength
public final double slotLength -
hasLattice
public final boolean hasLattice -
hasContinuous
public final boolean hasContinuous -
hasDmap
public final boolean hasDmap -
reason
-
-
Constructor Details
-
Result
public Result(boolean isDiscreteTime, double slotLength, boolean hasLattice, boolean hasContinuous, boolean hasDmap, String reason)
-