Example #1
0
 public void pushGraphRestrictions() {
   if (graphPattern != null) {
     if (graphRestriction != null) {
       graphPattern.setGraphRestriction(graphRestriction);
     }
     pushGraphRestrictions(Collections.singletonList(graphPattern));
   }
   super.pushGraphRestrictions();
 }