Interface UniversalIndefiniteGraph<N,​E,​NP,​EP>

    • Method Detail

      • getNodeProperty

        NP getNodeProperty​(N node)
        Retrieves the property of a given node.
        Parameters:
        node - the node
        Returns:
        the property of the specified node
      • getEdgeProperty

        EP getEdgeProperty​(E edge)
        Retrieves the property of a given edge.
        Parameters:
        edge - the edge
        Returns:
        the property of the specified edge