Uses of Enum Class
cdc.graphs.PartialOrderPosition
-
Uses of PartialOrderPosition in cdc.graphs
Methods in cdc.graphs that return PartialOrderPositionModifier and TypeMethodDescriptionstatic <E extends Comparable<? super E>>
PartialOrderPositionPartiallyComparable.partialCompare(E left, E right) Convert a total order comparison to a partial order comparison.PartiallyComparable.partialCompareTo(T o) Return the partial comparison of this object with another one.static PartialOrderPositionReturns the enum constant of this class with the specified name.static PartialOrderPosition[]PartialOrderPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.