com.hp.hpl.jena.sparql.util
Interface PrintSerializable

All Superinterfaces:
Printable
All Known Subinterfaces:
Op, Plan, Procedure, QueryIterator
All Known Implementing Classes:
debug, Op0, Op1, Op2, OpAssign, OpBase, OpBGP, OpConditional, OpDatasetNames, OpDiff, OpDisjunction, OpDistinct, OpExt, OpExtend, OpFetch, OpFilter, OpGraph, OpGroup, OpJoin, OpLabel, OpLeftJoin, OpList, OpMinus, OpModifier, OpN, OpNull, OpOrder, OpPath, OpProcedure, OpProject, OpPropFunc, OpQuad, OpQuadPattern, OpReduced, OpSequence, OpService, OpSlice, OpTable, OpTopN, OpTriple, OpUnion, PlanBase, PlanOp, PrintSerializableBase, ProcedureBase, ProcedureEval, ProcedurePF, PropFuncArg, QueryIter, QueryIter1, QueryIter2, QueryIter2LoopOnLeft, QueryIterAssign, QueryIterAssignVarValue, QueryIteratorBase, QueryIteratorCaching, QueryIteratorCheck, QueryIteratorCloseable, QueryIteratorLogging, QueryIteratorResultSet, QueryIteratorTiming, QueryIteratorWrapper, QueryIterBlockTriples, QueryIterBlockTriplesQH, QueryIterCommonParent, QueryIterConcat, QueryIterConvert, QueryIterDefaulting, QueryIterDiff, QueryIterDistinct, QueryIterDistinctReduced, QueryIterDistinguishedVars, QueryIterExtendByVar, QueryIterFilterExpr, QueryIterGraph, QueryIterGroup, QueryIterJoin, QueryIterJoinBase, QueryIterLeftJoin, QueryIterMinus, QueryIterNullIterator, QueryIterOptionalIndex, QueryIterPath, QueryIterPeek, QueryIterPlainWrapper, QueryIterProcedure, QueryIterProcessBinding, QueryIterProject, QueryIterProject2, QueryIterReduced, QueryIterRepeatApply, QueryIterRoot, QueryIterService, QueryIterSingleton, QueryIterSlice, QueryIterSort, QueryIterSub, QueryIterTopN, QueryIterTracked, QueryIterTriplePattern, QueryIterUnion, QueryIterYieldN, SortCondition, Update, UpdateAdd, UpdateBinaryOp, UpdateClear, UpdateCopy, UpdateCreate, UpdateData, UpdateDataDelete, UpdateDataInsert, UpdateDeleteInsert, UpdateDeleteWhere, UpdateDrop, UpdateDropClear, UpdateLoad, UpdateModify, UpdateMove, UpdateWithUsing

public interface PrintSerializable
extends Printable


Method Summary
 void output(IndentedWriter out, SerializationContext sCxt)
           
 String toString(com.hp.hpl.jena.shared.PrefixMapping pmap)
           
 
Methods inherited from interface org.openjena.atlas.io.Printable
output
 

Method Detail

output

void output(IndentedWriter out,
            SerializationContext sCxt)

toString

String toString(com.hp.hpl.jena.shared.PrefixMapping pmap)


Licenced under the Apache License, Version 2.0