public class IriConstantsGenerator extends Object
| Modifier and Type | Method and Description |
|---|---|
static IriConstantsGenerator |
buildIriConstantsGenerator(OntologyOwlApi ontologyOwlApi,
Path outputDir)
Factory method creating a new
IriConstantsGenerator instance. |
void |
generateAnnotationIriConstants() |
void |
generateClassIriConstants()
Generates constants for the
IRIs of a OWL class entities in the
ontology. |
void |
generateDataPropertyIriConstants()
Generates constants for the
IRIs of a OWL data property entities
in the ontology. |
void |
generateIndividualPropertyIriConstants()
Generates constants for the
IRIs of a OWL individual entities in
the ontology. |
void |
generateObjectPropertyIriConstants()
Generates constants for the
IRIs of a OWL object property
entities in the ontology. |
public static IriConstantsGenerator buildIriConstantsGenerator(OntologyOwlApi ontologyOwlApi, Path outputDir)
IriConstantsGenerator instance.
The provided parameters are checked. If an parameter is invalid an
IllegalArgumentException is thrown.ontologyOwlApi - The ontology to use.outputDir - The output directory.IriConstantsGenerator.public void generateClassIriConstants()
throws IriConstantsGenerationFailedExpection
IRIs of a OWL class entities in the
ontology.public void generateObjectPropertyIriConstants()
throws IriConstantsGenerationFailedExpection
IRIs of a OWL object property
entities in the ontology.public void generateDataPropertyIriConstants()
throws IriConstantsGenerationFailedExpection
IRIs of a OWL data property entities
in the ontology.public void generateIndividualPropertyIriConstants()
throws IriConstantsGenerationFailedExpection
IRIs of a OWL individual entities in
the ontology.public void generateAnnotationIriConstants()
throws IriConstantsGenerationFailedExpection
Copyright © 2020 Jens Pelzetter. All rights reserved.