Package | Description |
---|---|
owltools.graph |
OWLGraph -- OBO-like Graph Wrapper for OWL Ontologies
|
Modifier and Type | Field and Description |
---|---|
Set<OWLQuantifiedProperty> |
OWLGraphWrapperEdges.Config.graphEdgeExcludeSet |
Set<OWLQuantifiedProperty> |
OWLGraphWrapperEdges.Config.graphEdgeIncludeSet |
Modifier and Type | Method and Description |
---|---|
protected OWLQuantifiedProperty |
OWLGraphWrapperEdges.combinedQuantifiedPropertyPair(OWLQuantifiedProperty x,
OWLQuantifiedProperty y)
Edge composition rules
TODO - property chains of length > 2
|
OWLQuantifiedProperty |
OWLGraphEdge.getFinalQuantifiedProperty() |
OWLQuantifiedProperty |
OWLGraphEdge.getFirstQuantifiedProperty() |
OWLQuantifiedProperty |
OWLGraphEdge.getLastQuantifiedProperty() |
OWLQuantifiedProperty |
OWLGraphEdge.getSingleQuantifiedProperty() |
Modifier and Type | Method and Description |
---|---|
List<OWLQuantifiedProperty> |
OWLGraphEdge.getQuantifiedPropertyList() |
Modifier and Type | Method and Description |
---|---|
protected OWLQuantifiedProperty |
OWLGraphWrapperEdges.combinedQuantifiedPropertyPair(OWLQuantifiedProperty x,
OWLQuantifiedProperty y)
Edge composition rules
TODO - property chains of length > 2
|
protected boolean |
OWLGraphWrapperEdges.isExcluded(OWLQuantifiedProperty qp) |
void |
OWLGraphEdge.setSingleQuantifiedProperty(OWLQuantifiedProperty qp) |
boolean |
OWLQuantifiedProperty.subsumes(OWLQuantifiedProperty other)
true if this is equal to other.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
OWLGraphWrapperEdges.combineEdgePair(OWLGraphEdge mergedEdge,
List<OWLQuantifiedProperty> neQp,
List<OWLQuantifiedProperty> extEdgeQp,
int nextDist)
Combine the
OWLQuantifiedProperty List s neQp and
extEdgeQp and assigned the resulting OWLQuantifiedProperty s
to mergedEdge . |
protected boolean |
OWLGraphWrapperEdges.combineEdgePair(OWLGraphEdge mergedEdge,
List<OWLQuantifiedProperty> neQp,
List<OWLQuantifiedProperty> extEdgeQp,
int nextDist)
Combine the
OWLQuantifiedProperty List s neQp and
extEdgeQp and assigned the resulting OWLQuantifiedProperty s
to mergedEdge . |
void |
OWLGraphEdge.setQuantifiedPropertyList(List<OWLQuantifiedProperty> qps) |
Constructor and Description |
---|
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject source,
org.semanticweb.owlapi.model.OWLObject target,
org.semanticweb.owlapi.model.OWLOntology ontology,
OWLQuantifiedProperty qp) |
OWLGraphEdge(org.semanticweb.owlapi.model.OWLRestriction<?,?,?> s,
org.semanticweb.owlapi.model.OWLObject t,
OWLQuantifiedProperty el,
org.semanticweb.owlapi.model.OWLOntology o) |
Constructor and Description |
---|
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject source,
org.semanticweb.owlapi.model.OWLObject target,
List<OWLQuantifiedProperty> qpl,
org.semanticweb.owlapi.model.OWLOntology ontology) |
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject source,
org.semanticweb.owlapi.model.OWLObject target,
List<OWLQuantifiedProperty> qpl,
org.semanticweb.owlapi.model.OWLOntology ontology,
Set<org.semanticweb.owlapi.model.OWLAxiom> axioms,
org.semanticweb.owlapi.model.OWLClass gciFiller,
org.semanticweb.owlapi.model.OWLObjectPropertyExpression gciRelation) |
Copyright © 2010–2015. All rights reserved.