Uses of Class
com.apicatalog.rdf.canon.Position
-
-
Uses of Position in com.apicatalog.rdf.canon
Fields in com.apicatalog.rdf.canon with type parameters of type Position Modifier and Type Field Description static java.util.Set<Position>Position. CAN_BE_BLANKSet of positions in a quad which can be blank.Methods in com.apicatalog.rdf.canon that return Position Modifier and Type Method Description static PositionPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Position[]Position. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.apicatalog.rdf.canon with parameters of type Position Modifier and Type Method Description 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) voidRdfCanon. setResource(Position position, Quad quad, java.lang.String name)
-