public interface OWLEntityFactory
| Modifier and Type | Method and Description |
|---|---|
OWLEntityCreationSet<org.semanticweb.owlapi.model.OWLAnnotationProperty> |
createOWLAnnotationProperty(String shortName,
org.semanticweb.owlapi.model.IRI baseIRI) |
OWLEntityCreationSet<org.semanticweb.owlapi.model.OWLClass> |
createOWLClass(String shortName,
org.semanticweb.owlapi.model.IRI baseIRI) |
OWLEntityCreationSet<org.semanticweb.owlapi.model.OWLDataProperty> |
createOWLDataProperty(String shortName,
org.semanticweb.owlapi.model.IRI baseIRI) |
<T extends org.semanticweb.owlapi.model.OWLEntity> |
createOWLEntity(Class<T> type,
String shortName,
org.semanticweb.owlapi.model.IRI baseIRI) |
OWLEntityCreationSet<org.semanticweb.owlapi.model.OWLNamedIndividual> |
createOWLIndividual(String shortName,
org.semanticweb.owlapi.model.IRI baseIRI) |
OWLEntityCreationSet<org.semanticweb.owlapi.model.OWLObjectProperty> |
createOWLObjectProperty(String shortName,
org.semanticweb.owlapi.model.IRI baseIRI) |
<T extends org.semanticweb.owlapi.model.OWLEntity> |
preview(Class<T> type,
String shortName,
org.semanticweb.owlapi.model.IRI baseIRI) |
void |
tryCreate(Class<? extends org.semanticweb.owlapi.model.OWLEntity> type,
String shortName,
org.semanticweb.owlapi.model.IRI baseIRI) |
OWLEntityCreationSet<org.semanticweb.owlapi.model.OWLClass> createOWLClass(String shortName, org.semanticweb.owlapi.model.IRI baseIRI) throws OWLEntityCreationException
shortName - shortNamebaseIRI - baseIRIOWLEntityCreationException - OWLEntityCreationExceptionOWLEntityCreationSet<org.semanticweb.owlapi.model.OWLObjectProperty> createOWLObjectProperty(String shortName, org.semanticweb.owlapi.model.IRI baseIRI) throws OWLEntityCreationException
shortName - shortNamebaseIRI - baseIRIOWLEntityCreationException - OWLEntityCreationExceptionOWLEntityCreationSet<org.semanticweb.owlapi.model.OWLAnnotationProperty> createOWLAnnotationProperty(String shortName, org.semanticweb.owlapi.model.IRI baseIRI) throws OWLEntityCreationException
shortName - shortNamebaseIRI - baseIRIOWLEntityCreationException - OWLEntityCreationExceptionOWLEntityCreationSet<org.semanticweb.owlapi.model.OWLDataProperty> createOWLDataProperty(String shortName, org.semanticweb.owlapi.model.IRI baseIRI) throws OWLEntityCreationException
shortName - shortNamebaseIRI - baseIRIOWLEntityCreationException - OWLEntityCreationExceptionOWLEntityCreationSet<org.semanticweb.owlapi.model.OWLNamedIndividual> createOWLIndividual(String shortName, org.semanticweb.owlapi.model.IRI baseIRI) throws OWLEntityCreationException
shortName - shortNamebaseIRI - baseIRIOWLEntityCreationException - OWLEntityCreationException<T extends org.semanticweb.owlapi.model.OWLEntity> OWLEntityCreationSet<T> createOWLEntity(Class<T> type, String shortName, org.semanticweb.owlapi.model.IRI baseIRI) throws OWLEntityCreationException
T - class typetype - typeshortName - shortNamebaseIRI - baseIRIOWLEntityCreationException - OWLEntityCreationExceptionvoid tryCreate(Class<? extends org.semanticweb.owlapi.model.OWLEntity> type, String shortName, org.semanticweb.owlapi.model.IRI baseIRI) throws OWLEntityCreationException
type - typeshortName - shortNamebaseIRI - baseIRIOWLEntityCreationException - OWLEntityCreationException<T extends org.semanticweb.owlapi.model.OWLEntity> OWLEntityCreationSet<T> preview(Class<T> type, String shortName, org.semanticweb.owlapi.model.IRI baseIRI) throws OWLEntityCreationException
T - class typetype - typeshortName - shortNamebaseIRI - baseIRIOWLEntityCreationException - OWLEntityCreationExceptionCopyright © 2015 The University of Manchester. All Rights Reserved.