Package | Description |
---|---|
owltools |
OWLTools - an OWL API wrapper
|
owltools.graph |
OWLGraph -- OBO-like Graph Wrapper for OWL Ontologies
|
Modifier and Type | Method and Description |
---|---|
Set<Set<org.semanticweb.owlapi.model.OWLAxiom>> |
InferenceBuilder.getExplaination(String c1,
String c2,
OWLQuantifiedProperty.Quantifier quantifier) |
Modifier and Type | Method and Description |
---|---|
OWLQuantifiedProperty.Quantifier |
OWLQuantifiedProperty.getQuantifier() |
static OWLQuantifiedProperty.Quantifier |
OWLQuantifiedProperty.Quantifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OWLQuantifiedProperty.Quantifier[] |
OWLQuantifiedProperty.Quantifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OWLGraphWrapperEdges.Config.excludeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p,
OWLQuantifiedProperty.Quantifier q) |
void |
OWLGraphWrapperEdges.Config.includeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p,
OWLQuantifiedProperty.Quantifier q) |
void |
OWLQuantifiedProperty.setQuantifier(OWLQuantifiedProperty.Quantifier quantifier) |
Constructor and Description |
---|
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject s,
org.semanticweb.owlapi.model.OWLObject t,
org.semanticweb.owlapi.model.OWLObjectPropertyExpression p,
OWLQuantifiedProperty.Quantifier q,
org.semanticweb.owlapi.model.OWLOntology o) |
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject s,
org.semanticweb.owlapi.model.OWLObject t,
org.semanticweb.owlapi.model.OWLObjectPropertyExpression p,
OWLQuantifiedProperty.Quantifier q,
org.semanticweb.owlapi.model.OWLOntology o,
org.semanticweb.owlapi.model.OWLAxiom ax) |
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject s,
org.semanticweb.owlapi.model.OWLObject t,
org.semanticweb.owlapi.model.OWLObjectPropertyExpression p,
OWLQuantifiedProperty.Quantifier q,
org.semanticweb.owlapi.model.OWLOntology o,
org.semanticweb.owlapi.model.OWLAxiom ax,
org.semanticweb.owlapi.model.OWLClass gciFiller,
org.semanticweb.owlapi.model.OWLObjectPropertyExpression gciRelation) |
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject s,
org.semanticweb.owlapi.model.OWLObject t,
OWLQuantifiedProperty.Quantifier q) |
OWLQuantifiedProperty(org.semanticweb.owlapi.model.OWLObjectPropertyExpression p,
OWLQuantifiedProperty.Quantifier q) |
OWLQuantifiedProperty(OWLQuantifiedProperty.Quantifier q) |
Copyright © 2010–2016. All rights reserved.