Uses of Interface
org.apache.jena.riot.lang.BlankNodeAllocator
-
Packages that use BlankNodeAllocator Package Description org.apache.jena.riot.lang -
-
Uses of BlankNodeAllocator in org.apache.jena.riot.lang
Classes in org.apache.jena.riot.lang that implement BlankNodeAllocator Modifier and Type Class Description classBlankNodeAllocatorFixedSeedHashA variant ofBlankNodeAllocatorHashwhere a fixed seed is used so repeated runs produce identical allocationsclassBlankNodeAllocatorGlobalAllocate blank nodes by creating a randomly generated blank node.classBlankNodeAllocatorHashAllocate bnode labels using a per-run seed and the label presented.classBlankNodeAllocatorLabelAllocate blank nodes according to the label given.classBlankNodeAllocatorLabelEncodedAllocate blank nodes according to the label given.
-