dCsharp

Traversal Constructor

Compute the traversal determined by strategy s and cg. @throws TraversalException if the resulting traversal is empty.

Overload List

Compute the traversal determined by s and cg. @throws TraversalException if the resulting traversal is empty.

public Traversal(IStrategy,ClassGraph);

Compute the traversal determined by strategy s and cg. @throws TraversalException if the resulting traversal is empty.

public Traversal(string,ClassGraph);

See Also

Traversal Class | edu.neu.ccs.demeter.dCsharp Namespace