APRlib

TraversalBase.getStartSet Method

An unmodifiable List of NodeSet objects representing the start set of the traversal (Ts).

Overload List

An unmodifiable List of NodeSet objects representing the start set of the traversal (Ts).

public abstract IList getStartSet();

A NodeSet representing the start set of tokens (indices) for the class graph node v, or null if v has no start tokens in the traversal.

public abstract TraversalNodeSetBase getStartSet(object);

See Also

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