APRlib

TraversalBase.getEdgeSet Method

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

Overload List

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

public virtual TraversalEdgeSetBase getEdgeSet(IEdge);

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

public abstract TraversalEdgeSetBase getEdgeSet(string);

See Also

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