Uses of Interface
org.incenp.obofoundry.kgcl.IAutoIDGenerator
Packages that use IAutoIDGenerator
-
Uses of IAutoIDGenerator in org.incenp.obofoundry.kgcl
Classes in org.incenp.obofoundry.kgcl that implement IAutoIDGeneratorModifier and TypeClassDescriptionclass
Generates numerical IDs within a given a range.class
Generates numerical IDs sequentially within a given range.Constructors in org.incenp.obofoundry.kgcl with parameters of type IAutoIDGeneratorModifierConstructorDescriptionAutoIDAllocator
(IAutoIDGenerator generator) Creates a new instance. -
Uses of IAutoIDGenerator in org.incenp.obofoundry.kgcl.robot
Methods in org.incenp.obofoundry.kgcl.robot that return IAutoIDGeneratorModifier and TypeMethodDescriptionstatic IAutoIDGenerator
IDRangeHelper.getIDGenerator
(org.semanticweb.owlapi.model.OWLOntology ontology, String rangeFile, String rangeName, String[] altNames, boolean random) Gets an ID generator initialised with data from the specified range file.static IAutoIDGenerator
IDRangeHelper.maybeGetIDGenerator
(org.semanticweb.owlapi.model.OWLOntology ontology, String rangeFile, String rangeName, String[] altNames, boolean random) Gets an ID generator initialised with data from the specified range file, or a default file.