36373839404142
{ private Predicate scopedPredicate; public ReduceScopeVisitor( String scope ) { scopedPredicate = new EdgeWithinScopePredicate( scope ); }
35363738394041