dCsharp

ObjectGraph.Traverse Method (Strategy, Visitor[])

Traverse the subgraph of the object graph determined by s using visitors in array v in parallel, returning the value of v[0].getReturnValue() at the end of the traversal.

public virtual object Traverse(
   Strategy strategy,
   Visitor[] v
);

See Also

ObjectGraph Class | edu.neu.ccs.demeter.dCsharp Namespace | ObjectGraph.Traverse Overload List