public static class MonotonicityCounterexamples.ConceptPair extends java.lang.Object implements java.util.Map.Entry<Concept,Concept>
| Modifier and Type | Field and Description |
|---|---|
Concept |
greater
The greater of the concepts (i.e. x2)
|
Concept |
lesser
The lesser of the concepts (i.e. x1)
|
| Constructor and Description |
|---|
ConceptPair(Concept l,
Concept g)
Create a counterexample pair given both of the concepts that make
up the counterexample.
|
| Modifier and Type | Method and Description |
|---|---|
Concept |
getKey()
Return the lesser concept of the counterexample.
|
Concept |
getValue()
Return the greater concept of the counterexample.
|
Concept |
setValue(Concept value)
Do nothing.
|
public Concept lesser
public Concept greater
public Concept getKey()
public Concept getValue()
getValue in interface java.util.Map.Entry<Concept,Concept>Map.Entry.getValue(),
setValue(Concept)public Concept setValue(Concept value)
setValue in interface java.util.Map.Entry<Concept,Concept>value - IgnoredMap.Entry.setValue(java.lang.Object),
getValue()