Uses of Enum Class
cdc.graphs.Strictness
-
Uses of Strictness in cdc.graphs
Methods in cdc.graphs that return StrictnessModifier and TypeMethodDescriptionstatic StrictnessReturns the enum constant of this class with the specified name.static Strictness[]Strictness.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.graphs with parameters of type StrictnessModifier and TypeMethodDescriptiondefault 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.