Skip navigation links
B D G I L O P R T U V 

B

buildClassPathOntologyLoaderGenerator(OntologyOwlApi, Path, List<String>) - Static method in class de.jpdigital.owl.apigenerator.core.OntologyLoaderGenerator
 
buildDirectoryOntologyLoaderGenerator(OntologyOwlApi, Path) - Static method in class de.jpdigital.owl.apigenerator.core.OntologyLoaderGenerator
 
buildIriConstantsGenerator(OntologyOwlApi, Path) - Static method in class de.jpdigital.owl.apigenerator.core.IriConstantsGenerator
Factory method creating a new IriConstantsGenerator instance.
buildRepositoryGenerator(OntologyOwlApi, Path) - Static method in class de.jpdigital.owl.apigenerator.core.RepositoryGenerator
Factory method creating a new IriConstantsGenerator instance.The provided parameters are checked.

D

de.jpdigital.owl.apigenerator.core - package de.jpdigital.owl.apigenerator.core
 

G

generateAnnotationIriConstants() - Method in class de.jpdigital.owl.apigenerator.core.IriConstantsGenerator
 
generateClassIriConstants() - Method in class de.jpdigital.owl.apigenerator.core.IriConstantsGenerator
Generates constants for the IRIs of a OWL class entities in the ontology.
generateDataPropertyIriConstants() - Method in class de.jpdigital.owl.apigenerator.core.IriConstantsGenerator
Generates constants for the IRIs of a OWL data property entities in the ontology.
generateIndividualPropertyIriConstants() - Method in class de.jpdigital.owl.apigenerator.core.IriConstantsGenerator
Generates constants for the IRIs of a OWL individual entities in the ontology.
generateObjectPropertyIriConstants() - Method in class de.jpdigital.owl.apigenerator.core.IriConstantsGenerator
Generates constants for the IRIs of a OWL object property entities in the ontology.
generateOntologyLoader() - Method in class de.jpdigital.owl.apigenerator.core.OntologyLoaderGenerator
 
generatePackageName(IRI) - Static method in class de.jpdigital.owl.apigenerator.core.Utils
Helper method for generating a valid Java package name from the namespace IRI.
generatePackageName(IRI, boolean) - Static method in class de.jpdigital.owl.apigenerator.core.Utils
 
generatePackagePath(String) - Static method in class de.jpdigital.owl.apigenerator.core.Utils
Returns the path for the package.
generateRepositoryClasses() - Method in class de.jpdigital.owl.apigenerator.core.RepositoryGenerator
 
getAllAnnotationProperties() - Method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
Get all annotation properties from the ontology
getAllClasses() - Method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
Get all classes from the ontology.
getAllDataProperties() - Method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
Get all data properties from the ontology
getAllIndividuals() - Method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
Get all individuals from the ontology
getAllObjectProperties() - Method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
Get all object properties from the ontology
getLoadedOntologies() - Method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
 
getOntology() - Method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
 
getOntologyManager() - Method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
 
getReasoner() - Method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
 
getTemplateService() - Static method in class de.jpdigital.owl.apigenerator.core.TemplateService
Get the instance of the TemplateService.

I

IriConstantsGenerationFailedExpection - Exception in de.jpdigital.owl.apigenerator.core
Expection throw by the IriConstantsGenerator if the generation of the IRI constants fails.
IriConstantsGenerationFailedExpection() - Constructor for exception de.jpdigital.owl.apigenerator.core.IriConstantsGenerationFailedExpection
Creates a new instance of IriConstantsGenerationFailedExpection without detail message.
IriConstantsGenerationFailedExpection(String) - Constructor for exception de.jpdigital.owl.apigenerator.core.IriConstantsGenerationFailedExpection
Constructs an instance of IriConstantsGenerationFailedExpection with the specified detail message.
IriConstantsGenerationFailedExpection(Exception) - Constructor for exception de.jpdigital.owl.apigenerator.core.IriConstantsGenerationFailedExpection
Constructs an instance of IriConstantsGenerationFailedExpection which wraps the specified exception.
IriConstantsGenerationFailedExpection(String, Exception) - Constructor for exception de.jpdigital.owl.apigenerator.core.IriConstantsGenerationFailedExpection
Constructs an instance of IriConstantsGenerationFailedExpection with the specified message which also wraps the specified exception.
IriConstantsGenerator - Class in de.jpdigital.owl.apigenerator.core
Generates constants for the IRIs of OWL entities in an ontology.

L

loadOntologies(String[]) - Static method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
Load the provided ontologies.
loadOntologies(List<Path>) - Static method in class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
Load the provided ontologies.

O

OntologyLoaderGenerationFailedException - Exception in de.jpdigital.owl.apigenerator.core
 
OntologyLoaderGenerationFailedException() - Constructor for exception de.jpdigital.owl.apigenerator.core.OntologyLoaderGenerationFailedException
Creates a new instance of OntologyLoaderGenerationFailedException without detail message.
OntologyLoaderGenerationFailedException(String) - Constructor for exception de.jpdigital.owl.apigenerator.core.OntologyLoaderGenerationFailedException
Constructs an instance of OntologyLoaderGenerationFailedException with the specified detail message.
OntologyLoaderGenerationFailedException(Exception) - Constructor for exception de.jpdigital.owl.apigenerator.core.OntologyLoaderGenerationFailedException
Constructs an instance of OntologyLoaderGenerationFailedException which wraps the specified exception.
OntologyLoaderGenerationFailedException(String, Exception) - Constructor for exception de.jpdigital.owl.apigenerator.core.OntologyLoaderGenerationFailedException
Constructs an instance of OntologyLoaderGenerationFailedException with the specified message which also wraps the specified exception.
OntologyLoaderGenerator - Class in de.jpdigital.owl.apigenerator.core
Generatates an implementation of the OwlApiSimplexUtilsBuilder for the ontology files provided to the owlapi-simplex-generator.
OntologyLoadingException - Exception in de.jpdigital.owl.apigenerator.core
Expection thrown if loading an ontoloy fails.
OntologyLoadingException() - Constructor for exception de.jpdigital.owl.apigenerator.core.OntologyLoadingException
Creates a new instance of OntologyLoadingException without detail message.
OntologyLoadingException(String) - Constructor for exception de.jpdigital.owl.apigenerator.core.OntologyLoadingException
Constructs an instance of OntologyLoadingException with the specified detail message.
OntologyLoadingException(Exception) - Constructor for exception de.jpdigital.owl.apigenerator.core.OntologyLoadingException
Constructs an instance of OntologyLoadingException which wraps the specified exception.
OntologyLoadingException(String, Exception) - Constructor for exception de.jpdigital.owl.apigenerator.core.OntologyLoadingException
Constructs an instance of OntologyLoadingException with the specified message which also wraps the specified exception.
OntologyOwlApi - Class in de.jpdigital.owl.apigenerator.core
This class provides several methods for working with OWL ontologies required by the code generators.
OntologyOwlApi(OWLOntology, List<OWLOntology>, OWLOntologyManager, OWLReasoner) - Constructor for class de.jpdigital.owl.apigenerator.core.OntologyOwlApi
Creates a new OntologyOwlApi instance.
OwlEntityType - Enum in de.jpdigital.owl.apigenerator.core
Enum for the OWL entity types.
OwlFileSource - Enum in de.jpdigital.owl.apigenerator.core
Enum for the supported ontology file sources.

P

processTemplate(String, Map<String, Object>) - Method in class de.jpdigital.owl.apigenerator.core.TemplateService
Process a templats

R

RepositoryGenerationFailedException - Exception in de.jpdigital.owl.apigenerator.core
 
RepositoryGenerationFailedException() - Constructor for exception de.jpdigital.owl.apigenerator.core.RepositoryGenerationFailedException
Creates a new instance of RepositoryGenerationFailedException without detail message.
RepositoryGenerationFailedException(String) - Constructor for exception de.jpdigital.owl.apigenerator.core.RepositoryGenerationFailedException
Constructs an instance of RepositoryGenerationFailedException with the specified detail message.
RepositoryGenerationFailedException(Exception) - Constructor for exception de.jpdigital.owl.apigenerator.core.RepositoryGenerationFailedException
Constructs an instance of RepositoryGenerationFailedException which wraps the specified exception.
RepositoryGenerationFailedException(String, Exception) - Constructor for exception de.jpdigital.owl.apigenerator.core.RepositoryGenerationFailedException
Constructs an instance of RepositoryGenerationFailedException with the specified message which also wraps the specified exception.
RepositoryGenerator - Class in de.jpdigital.owl.apigenerator.core
Generates a repository class for each OWL class from the ontology.

T

TemplateService - Class in de.jpdigital.owl.apigenerator.core
Service class for the Freemarker templates used to generate the code.

U

UnexpectedErrorException - Exception in de.jpdigital.owl.apigenerator.core
Thrown if an unexpected error occurs.
UnexpectedErrorException() - Constructor for exception de.jpdigital.owl.apigenerator.core.UnexpectedErrorException
Creates a new instance of UnexpectedErrorException without detail message.
UnexpectedErrorException(String) - Constructor for exception de.jpdigital.owl.apigenerator.core.UnexpectedErrorException
Constructs an instance of UnexpectedErrorException with the specified detail message.
UnexpectedErrorException(Exception) - Constructor for exception de.jpdigital.owl.apigenerator.core.UnexpectedErrorException
Constructs an instance of UnexpectedErrorException which wraps the specified exception.
UnexpectedErrorException(String, Exception) - Constructor for exception de.jpdigital.owl.apigenerator.core.UnexpectedErrorException
Constructs an instance of UnexpectedErrorException with the specified message which also wraps the specified exception.
Utils - Class in de.jpdigital.owl.apigenerator.core
 

V

valueOf(String) - Static method in enum de.jpdigital.owl.apigenerator.core.OwlEntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.jpdigital.owl.apigenerator.core.OwlFileSource
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.jpdigital.owl.apigenerator.core.OwlEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.jpdigital.owl.apigenerator.core.OwlFileSource
Returns an array containing the constants of this enum type, in the order they are declared.
B D G I L O P R T U V 
Skip navigation links

Copyright © 2020 Jens Pelzetter. All rights reserved.