Uses of Class
cdc.graphs.Strictness
-
-
Uses of Strictness in cdc.graphs
Methods in cdc.graphs that return Strictness Modifier and Type Method Description static StrictnessStrictness. valueOf(String name)Returns the enum constant of this type with the specified name.static Strictness[]Strictness. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.graphs with parameters of type Strictness Modifier and Type Method Description default booleanTreeAdapter. areRelated(N node1, N node2, Strictness strictness)default booleanTreeAdapter. isOver(N node1, N node2, Strictness strictness)Returnstruewhen a first node is loosely or strictly over a second node.default booleanTreeAdapter. isUnder(N node1, N node2, Strictness strictness)Returnstruewhen a first node is loosely or strictly under a second node.
-