public class NonProductLatticeCounterExample extends NonLatticeCounterExample
Modifier and Type | Class and Description |
---|---|
static class |
NonProductLatticeCounterExample.ProductExampleType
An enumeration type to represent the types of counterexamples
that can be found when checking to see if product lattice ontology is a
lattice.
|
NonLatticeCounterExample.ExampleType, NonLatticeCounterExample.GraphExampleType
Constructor and Description |
---|
NonProductLatticeCounterExample(Ontology subOntology)
Construct a NonProductLatticeCounterExample object that indicates that
the specified sub ontology is not a lattice.
|
Modifier and Type | Method and Description |
---|---|
Ontology |
getSubOntology()
Return the sub ontology that is the reason the product lattice ontology
is not a lattice.
|
getExampleType, getNodeList
public NonProductLatticeCounterExample(Ontology subOntology)
subOntology
- The sub ontology of the product lattice ontology
that is the reason that the product lattice ontology is not a lattice.public Ontology getSubOntology()