74757677787980
return null; if( endGraph instanceof AnnotatedGraph ) return endGraph; return new ElementMultiGraph( endGraph ); }
42434445464748
} @Override public Transformed<ElementGraph> transform( PlannerContext plannerContext, ElementGraph rootGraph ) { return super.transform( plannerContext, new ElementMultiGraph( rootGraph ) ); }