Uses of Interface
org.apache.jena.riot.lang.BlankNodeAllocator

Packages that use BlankNodeAllocator
org.apache.jena.riot.lang   
 

Uses of BlankNodeAllocator in org.apache.jena.riot.lang
 

Classes in org.apache.jena.riot.lang that implement BlankNodeAllocator
 class BlankNodeAllocatorFixedSeedHash
          A variant of BlankNodeAllocatorHash where a fixed seed is used so repeated runs produce identical allocations
 class BlankNodeAllocatorHash
          Allocate bnode labels using a per-run seed and the label presented.
 class BlankNodeAllocatorLabel
          Allocate blank nodes according to the label given.
 class BlankNodeAllocatorLabelEncoded
          Allocate blank nodes according to the label given.
 class BlankNodeAllocatorTraditional
          Allocate blank ndoes according to the traditional policy (up to jena 2.10.0) This allocator has arbitrary sized state.
 



Licenced under the Apache License, Version 2.0