Compute the traversal determined by an encapsulated strategy and a class graph. @throws TraversalException if the resulting traversal graph is empty.
Compute the traversal determined by an encapsulated strategy and a class graph. @throws TraversalException if the resulting traversal graph is empty.
public static TraversalBase Compute(IStrategy,IClassGraph);
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,IClassGraph,INameMap,IConstraintMap);