public interface IPosetComparator
Modifier and Type | Method and Description |
---|---|
boolean |
isLessOrEqual(Tuple left,
Tuple right)
Returns true if the 'left' tuple of poset elements is smaller or equal than the 'right' tuple of poset elements.
|
boolean isLessOrEqual(Tuple left, Tuple right)
left
- the first tuple of poset elementsright
- the second tuple of poset elements