Uses of Class
com.github.jsonldjava.core.NormalizeUtils.HashResult
-
Packages that use NormalizeUtils.HashResult Package Description com.github.jsonldjava.core -
-
Uses of NormalizeUtils.HashResult in com.github.jsonldjava.core
Methods in com.github.jsonldjava.core that return NormalizeUtils.HashResult 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.
-