APRlib

TraversalGraph.getEdgeSet Method

The set of copies of the class graph edge with the given key in the traversal graph, or null if there are none.

Overload List

Inherited from TraversalBase.

public virtual TraversalEdgeSetBase getEdgeSet(IEdge);

The set of copies of the class graph edge with the given key in the traversal graph, or null if there are none.

public override TraversalEdgeSetBase getEdgeSet(string);

See Also

TraversalGraph Class | edu.neu.ccs.demeter.APRlib Namespace