public interface Sample
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
double |
getMaxValue() |
double |
getMinValue() |
Sample |
glb(Sample s)
Return the greatest lower bound of this and s.
|
boolean |
isLogicX()
returns true iff this sample is "X" (unknown)
|
boolean |
isLogicZ()
returns true iff this sample is "Z" (unconnected)
|
Sample |
lub(Sample s)
Return the least upper bound of this and s.
|
boolean isLogicX()
boolean isLogicZ()
double getMinValue()
double getMaxValue()
Sample lub(Sample s)