Skip navigation links
B D G I L O V 

B

build() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtilsBuilder
Loads the ontologies and creates an instance of OwlApiSimplexUtils for the loaded ontologies.
buildDataProperties(OWLOntologyManager, OWLReasoner) - Static method in class de.jpdigital.owlapisimplex.DataProperties
Factory method for generating new instances of DataProperties.
buildDataProperties() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtils
Builds a new instance of DataProperties using the OWL API objects passed to the OwlApiSimplexUtils instance.
buildInstances(OWLOntology, OWLOntologyManager, OWLReasoner) - Static method in class de.jpdigital.owlapisimplex.Instances
Factory method for generating new intances of {
buildInstances() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtils
Builds a new instance of Instances using the OWL API objects passed to the OwlApiSimplexUtils instance.
buildObjectProperties(OWLOntologyManager, OWLReasoner) - Static method in class de.jpdigital.owlapisimplex.ObjectProperties
Factory method for generating new instances of ObjectProperties.
buildObjectProperties() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtils
Builds a new instance of ObjectProperties using the OWL API objects passed to the OwlApiSimplexUtils instance.

D

DataProperties - Class in de.jpdigital.owlapisimplex
An Utility class for working with OWL data properties.
dataPropertyValues(OWLNamedIndividual, IRI) - Method in class de.jpdigital.owlapisimplex.DataProperties
Get the values of an data property for an individual as Stream.
de.jpdigital.owlapisimplex - package de.jpdigital.owlapisimplex
 

G

getDataPropertyValues(OWLNamedIndividual, IRI) - Method in class de.jpdigital.owlapisimplex.DataProperties
Get the values of an data property for an individual as List.
getInstances(String) - Method in class de.jpdigital.owlapisimplex.Instances
Find all instances matching the provided DL query.
getInstances(IRI) - Method in class de.jpdigital.owlapisimplex.Instances
Get all instances with the provided IRI.
getObjectPropertyValues(OWLNamedIndividual, IRI) - Method in class de.jpdigital.owlapisimplex.ObjectProperties
Get the values of an object property for an individual as List.
getOntology() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtils
 
getOntologyManager() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtils
 
getOntologyManager() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtilsBuilder
 
getReasoner() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtils
 

I

Instances - Class in de.jpdigital.owlapisimplex
An Utility class for working with OWL individuals.
instances(String) - Method in class de.jpdigital.owlapisimplex.Instances
Retrieves the instances of an OWL class.
instances(IRI) - Method in class de.jpdigital.owlapisimplex.Instances
Get all instances with the provided IRI.

L

loadOntologies() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtilsBuilder
Abstract method for loading ontologies.
loadOntologies() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtilsFromPathsBuilder
Load the ontology documents from the file system.
loadOntologies() - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtilsFromResourcesBuilder
Load the ontology documents from the class path.
loadOntology(InputStream) - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtilsBuilder
Helper method for loading an ontology document from an InputStream.

O

ObjectProperties - Class in de.jpdigital.owlapisimplex
An Utility class for working with OWL object properties.
objectPropertyValues(OWLNamedIndividual, IRI) - Method in class de.jpdigital.owlapisimplex.ObjectProperties
Get the values of an object property for an individual as Stream.
OwlApiSimplexException - Exception in de.jpdigital.owlapisimplex
Generic exception used by owlapi-simplex-utils
OwlApiSimplexException() - Constructor for exception de.jpdigital.owlapisimplex.OwlApiSimplexException
Creates a new instance of OwlApiSimplexException without detail message.
OwlApiSimplexException(String) - Constructor for exception de.jpdigital.owlapisimplex.OwlApiSimplexException
Constructs an instance of OwlApiSimplexException with the specified detail message.
OwlApiSimplexException(Exception) - Constructor for exception de.jpdigital.owlapisimplex.OwlApiSimplexException
Constructs an instance of OwlApiSimplexException which wraps the specified exception.
OwlApiSimplexException(String, Exception) - Constructor for exception de.jpdigital.owlapisimplex.OwlApiSimplexException
Constructs an instance of OwlApiSimplexException with the specified message which also wraps the specified exception.
OwlApiSimplexUtils - Class in de.jpdigital.owlapisimplex
A helper class for owlapi-simplex-utils.
OwlApiSimplexUtilsBuilder - Class in de.jpdigital.owlapisimplex
Base class for the builder classes.
OwlApiSimplexUtilsFromPathsBuilder - Class in de.jpdigital.owlapisimplex
Loads the ontology document of an ontology from the file system.
OwlApiSimplexUtilsFromPathsBuilder(List<Path>) - Constructor for class de.jpdigital.owlapisimplex.OwlApiSimplexUtilsFromPathsBuilder
Creates new instance using the provided list of paths.
OwlApiSimplexUtilsFromResourcesBuilder - Class in de.jpdigital.owlapisimplex
An implementation of OwlApiSimplexUtilsBuilder which loads the ontology document from the class path.
OwlApiSimplexUtilsFromResourcesBuilder(List<String>) - Constructor for class de.jpdigital.owlapisimplex.OwlApiSimplexUtilsFromResourcesBuilder
 

V

validate(List<OWLOntology>) - Method in class de.jpdigital.owlapisimplex.OwlApiSimplexUtilsBuilder
Validate if all required ontologies are available.Intented to be overwritten by subclasses the the owlapi-simplex-generator.
B D G I L O V 
Skip navigation links

Copyright © 2020 Jens Pelzetter. All rights reserved.