Uses of Enum Class
cdc.graphs.Strictness

  • Uses of Strictness in cdc.graphs

    Methods in cdc.graphs that return Strictness
    Modifier and Type
    Method
    Description
    static Strictness
    Strictness.valueOf(String name)
    Returns 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 Strictness
    Modifier and Type
    Method
    Description
    default boolean
    TreeAdapter.areRelated(N node1, N node2, Strictness strictness)
     
    default boolean
    TreeAdapter.isOver(N node1, N node2, Strictness strictness)
    Returns true when a first node is loosely or strictly over a second node.
    default boolean
    TreeAdapter.isUnder(N node1, N node2, Strictness strictness)
    Returns true when a first node is loosely or strictly under a second node.