| Package | Description |
|---|---|
| org.obolibrary.macro | |
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package
|
| org.semanticweb.owlapi.dlsyntax.renderer | |
| org.semanticweb.owlapi.functional.renderer | |
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
| org.semanticweb.owlapi.manchestersyntax.renderer | |
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.owlxml.renderer | |
| org.semanticweb.owlapi.rdf.model |
RDF model package
|
| org.semanticweb.owlapi.reasoner.impl |
OWLReasoner implementation package
|
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapi.util |
Utilities package
|
| org.semanticweb.owlapitools.builders | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
| Modifier and Type | Method and Description |
|---|---|
OWLAxiom |
AbstractMacroExpansionVisitor.visit(OWLNegativeDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
static OWLNegativeDataPropertyAssertionAxiom |
OWLFunctionalSyntaxFactory.NegativeDataPropertyAssertion(OWLDataPropertyExpression property,
OWLIndividual source,
OWLLiteral target) |
static OWLNegativeDataPropertyAssertionAxiom |
OWLFunctionalSyntaxFactory.NegativeDataPropertyAssertion(OWLDataPropertyExpression property,
OWLIndividual source,
OWLLiteral target,
Set<OWLAnnotation> a) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLNegativeDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLNegativeDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLNegativeDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLNegativeDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLNegativeDataPropertyAssertionAxiom> |
AxiomType.NEGATIVE_DATA_PROPERTY_ASSERTION
NegativeDataPropertyAssertion
|
| Modifier and Type | Method and Description |
|---|---|
OWLNegativeDataPropertyAssertionAxiom |
OWLNegativeDataPropertyAssertionAxiom.getAxiomWithoutAnnotations() |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLNegativeDataPropertyAssertionAxiom> |
OWLAxiomIndex.getNegativeDataPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLNegativeDataPropertyAssertionAxiom s contained in
this ontology that have the specified individual as the subject
of the axiom. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLNegativeDataPropertyAssertionAxiom axiom)
visit OWLNegativeDataPropertyAssertionAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLNegativeDataPropertyAssertionAxiom axiom)
visit OWLNegativeDataPropertyAssertionAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLNegativeDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLNegativeDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLClassExpression |
SatisfiabilityReducer.visit(OWLNegativeDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLLiteral> |
Searcher.negValues(Collection<OWLNegativeDataPropertyAssertionAxiom> axioms,
OWLDataPropertyExpression p)
Retrieve literals from a collection of negative assertions.
|
| Modifier and Type | Method and Description |
|---|---|
OWLNegativeDataPropertyAssertionAxiom |
BuilderNegativeDataPropertyAssertion.buildObject() |
| Constructor and Description |
|---|
BuilderNegativeDataPropertyAssertion(OWLNegativeDataPropertyAssertionAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLNegativeDataPropertyAssertionAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLNegativeDataPropertyAssertionAxiom |
OWLNegativeDataPropertyAssertionAxiomImpl.getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
OWLNegativeDataPropertyAssertionAxiom |
OWLNegativeDataPropertyAssertionAxiomImpl.getAxiomWithoutAnnotations() |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactoryImpl.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactoryImpl.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLNegativeDataPropertyAssertionAxiom> |
OWLAxiomIndexImpl.getNegativeDataPropertyAssertionAxioms(OWLIndividual individual) |
| Modifier and Type | Method and Description |
|---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLNegativeDataPropertyAssertionAxiom axiom) |
void |
AbstractEntityRegistrationManager.visit(OWLNegativeDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLNegativeDataPropertyAssertionAxiom> |
ConcurrentOWLOntologyImpl.getNegativeDataPropertyAssertionAxioms(OWLIndividual owlIndividual) |
Copyright © 2016 The University of Manchester. All Rights Reserved.