APRlib

TraversalBase.Compute Method (IStrategy, IClassGraph, INameMap, IConstraintMap)

Compute the traversal determined by an encapsulated strategy, a class graph, a name map, and a constraint map. The two maps, if not null, are combined with the maps in the encapsulated strategy. @throws TraversalException if:

>

public static TraversalBase Compute(
   IStrategy strategy,
   IClassGraph classGraph,
   INameMap nameMap,
   IConstraintMap constraintMap
);

See Also

TraversalBase Class | edu.neu.ccs.demeter.APRlib Namespace | TraversalBase.Compute Overload List