Package | Description |
---|---|
ptolemy.graph |
Algorithms for manipulation and analyzing mathematical graphs.
|
Modifier and Type | Class and Description |
---|---|
static class |
NonLatticeCounterExample.GraphExampleType
An enumeration type to represent the types of counterexamples
that can be found when checking to see if a graph is a lattice.
|
Modifier and Type | Method and Description |
---|---|
NonLatticeCounterExample.ExampleType |
NonLatticeCounterExample.getExampleType()
Return the example type for this NonLatticeCounterExample.
|
Constructor and Description |
---|
NonLatticeCounterExample(NonLatticeCounterExample.ExampleType exampleType)
Construct a NonLatticeCounterExample object with the given example
type.
|
NonLatticeCounterExample(NonLatticeCounterExample.ExampleType exampleType,
java.util.List nodeList)
Construct a NonLatticeCounterExample object with the given example
type and list of nodes in the graph.
|