Package | Description |
---|---|
ptolemy.graph |
Algorithms for manipulation and analyzing mathematical graphs.
|
Modifier and Type | Method and Description |
---|---|
static CPO.BoundType |
CPO.BoundType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPO.BoundType[] |
CPO.BoundType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NonLatticeCounterExample(CPO.BoundType bound,
java.lang.Object node1,
java.lang.Object node2)
Construct a NonLatticeCounterExample object for a pair of nodes that
have either no least upper or greatest lower bound.
|