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 according to
the partial order that this poset comparator employs.
|
boolean isLessOrEqual(Tuple left, Tuple right)
left
- the left tuple of poset elementsright
- the right tuple of poset elements