Uses of Class
com.apicatalog.rdf.canon.Quad
-
-
Uses of Quad in com.apicatalog.rdf.canon
Fields in com.apicatalog.rdf.canon with type parameters of type Quad Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Collection<Quad>>RdfCanon. blankIdToQuadSetMap of blank IDs to all the quads that reference that specific blank ID.protected static java.util.Comparator<Quad>QuadComparator. INSTANCEprivate java.util.Set<Quad>RdfCanon. quadsAll the n-quads in the dataset to be processed.Methods in com.apicatalog.rdf.canon that return types with arguments of type Quad Modifier and Type Method Description static java.util.Comparator<Quad>QuadComparator. asc()Methods in com.apicatalog.rdf.canon with parameters of type Quad Modifier and Type Method Description intQuadComparator. compare(Quad o1, Quad o2)(package private) java.lang.StringRdfCanon. forBlank(Quad q0, java.lang.String blankNodeId)(package private) abstract java.lang.StringPosition. get(Quad quad)Get the value at this position in the quad.private java.lang.StringRdfCanon.HashNDegreeQuads. hashRelatedBlankNode(java.lang.String related, Quad quad, IdentifierIssuer issuer, Position position)Create a hash of the related blank nodes, as described in the specification.(package private) abstract booleanPosition. isBlank(Quad quad)Is the value at this position in the quad a blank node identifier?.(package private) abstract voidPosition. set(Quad quad, java.lang.String value, Blank blank)(package private) voidRdfCanon. setResource(Position position, Quad quad, java.lang.String name)Method parameters in com.apicatalog.rdf.canon with type arguments of type Quad Modifier and Type Method Description (package private) static RdfCanonRdfCanon. newInstance(java.util.Set<Quad> nquads, java.security.MessageDigest digest, RdfCanonTicker ticker)Constructor parameters in com.apicatalog.rdf.canon with type arguments of type Quad Constructor Description RdfCanon(java.util.Map<java.lang.String,java.util.Collection<Quad>> blankIdToQuadSet, java.util.Map<java.lang.String,Blank> resources, java.security.MessageDigest digest, java.util.Set<Quad> nquads, RdfCanonTicker ticker)RdfCanon(java.util.Map<java.lang.String,java.util.Collection<Quad>> blankIdToQuadSet, java.util.Map<java.lang.String,Blank> resources, java.security.MessageDigest digest, java.util.Set<Quad> nquads, RdfCanonTicker ticker)
-