Uses of Class
com.github.jsonldjava.core.UniqueNamer
-
Packages that use UniqueNamer Package Description com.github.jsonldjava.core -
-
Uses of UniqueNamer in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core declared as UniqueNamer Modifier and Type Field Description private UniqueNamer
NormalizeUtils. namer
(package private) UniqueNamer
NormalizeUtils.HashResult. pathNamer
Methods in com.github.jsonldjava.core that return UniqueNamer Modifier and Type Method Description UniqueNamer
UniqueNamer. clone()
Copies this UniqueNamer.Methods in com.github.jsonldjava.core with parameters of type UniqueNamer Modifier and Type Method Description private static NormalizeUtils.HashResult
NormalizeUtils. hashPaths(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> bnodes, UniqueNamer namer, UniqueNamer pathNamer)
Produces a hash for the paths of adjacent bnodes for a bnode, incorporating all information about its subgraph of bnodes.private static java.lang.String
NormalizeUtils. hashQuads(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> bnodes, UniqueNamer namer)
Hashes all of the quads about a blank node.Constructors in com.github.jsonldjava.core with parameters of type UniqueNamer Constructor Description NormalizeUtils(java.util.List<java.lang.Object> quads, java.util.Map<java.lang.String,java.lang.Object> bnodes, UniqueNamer namer, JsonLdOptions options)
-