347348349350351352
@Override public void output(IndentedWriter out, SerializationContext sCxt) { throw new ARQNotImplemented() ; } @Override public String toString(PrefixMapping pmap) { throw new ARQNotImplemented() ; }
350351352353354355
@Override public String toString(PrefixMapping pmap) { throw new ARQNotImplemented() ; } @Override public void output(IndentedWriter out) { throw new ARQNotImplemented() ; }
338339340341342343344
if ( false ) { OpGraph op = new OpGraph(dsNames.getGraphNode(), new OpBGP()) ; return execute(op, input) ; } throw new ARQNotImplemented("execute/OpDatasetNames") ; }
638639640641642643644
* @param booleanResult The boolean result to encode */ static public void outputAsSSE(OutputStream outStream, boolean booleanResult) { throw new ARQNotImplemented("outputAsSSE") ; }
675676677678679680681
* @param prologue */ static public void outputAsSSE(OutputStream outStream, ResultSet resultSet, Prologue prologue) { throw new ARQNotImplemented("outputAsSSE") ; }
39404142434445
} @Override public NodeValue evalSpecial(Binding binding, FunctionEnv env) { throw new ARQNotImplemented() ; }
45464748495051
} @Override protected NodeValue eval(List<NodeValue> args) { throw new ARQNotImplemented() ; }
124125126127128129
public void visit(OpTriple opTriple) { currentGroup().addElement(process(opTriple.getTriple())) ; } @Override public void visit(OpQuad opQuad) { throw new ARQNotImplemented("OpQuad") ; }
130131132133134135136
@Override public void visit(OpProcedure opProcedure) { throw new ARQNotImplemented("OpProcedure") ; }
184185186187188189190
} @Override public void visit(OpDisjunction opDisjunction) { throw new ARQNotImplemented("OpDisjunction") ; }