Package | Description |
---|---|
owltools.graph |
OWLGraph -- OBO-like Graph Wrapper for OWL Ontologies
|
owltools.graph.shunt |
OWL Shunt
|
owltools.util |
Modifier and Type | Method and Description |
---|---|
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.addDirectDescendentsToShuntGraph(org.semanticweb.owlapi.model.OWLObject x,
OWLShuntGraph g,
List<String> rel_ids)
Add a set of edges, as descendants to x in OWLShuntGraph g.
|
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.addStepwiseAncestorsToShuntGraph(org.semanticweb.owlapi.model.OWLObject x,
OWLShuntGraph g,
List<String> rel_ids)
Add a set of edges, as ancestors to x in OWLShuntGraph g.
|
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.addTransitiveAncestorsToShuntGraph(org.semanticweb.owlapi.model.OWLObject x,
OWLShuntGraph g,
List<String> rel_ids)
Add a set of edges, as ancestors to x in OWLShuntGraph g.
|
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.getLineageShuntGraph(org.semanticweb.owlapi.model.OWLObject x,
List<String> rel_ids)
Gets all ancestors that are OWLNamedObjects.
|
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.getNeighbors(org.semanticweb.owlapi.model.OWLObject x)
Retrieve direct neighbors of x in a shunt graph.
|
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.getNeighbors(org.semanticweb.owlapi.model.OWLObject x,
List<String> sargs)
Retrieve direct neighbors of x in a shunt graph.
|
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.getNeighborsLimited(org.semanticweb.owlapi.model.OWLObject x,
int edgeLimit) |
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.getSegmentShuntGraph(org.semanticweb.owlapi.model.OWLObject x,
List<String> rel_ids)
Gets all ancestors and direct descendants (distance == 1) that are OWLNamedObjects.
|
Modifier and Type | Method and Description |
---|---|
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.addDirectDescendentsToShuntGraph(org.semanticweb.owlapi.model.OWLObject x,
OWLShuntGraph g,
List<String> rel_ids)
Add a set of edges, as descendants to x in OWLShuntGraph g.
|
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.addStepwiseAncestorsToShuntGraph(org.semanticweb.owlapi.model.OWLObject x,
OWLShuntGraph g,
List<String> rel_ids)
Add a set of edges, as ancestors to x in OWLShuntGraph g.
|
OWLShuntGraph |
OWLGraphWrapperEdgesAdvanced.addTransitiveAncestorsToShuntGraph(org.semanticweb.owlapi.model.OWLObject x,
OWLShuntGraph g,
List<String> rel_ids)
Add a set of edges, as ancestors to x in OWLShuntGraph g.
|
Constructor and Description |
---|
OWLShuntGraphDFIterator(OWLShuntGraph g)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static OWLShuntGraph |
ShuntGraphUtils.createShuntGraph(OWLGraphWrapper ogw,
org.semanticweb.owlapi.model.OWLObject focusObject,
Set<org.semanticweb.owlapi.model.OWLPropertyExpression> props,
boolean isIncludeDirectChildren)
Generate a shunt graph G = (V,E) which is a subset of the ontology
GO = (VO,EO)
from a focus object X and relationset R
such that:
V contains every node reachable from X over some relations r1,t2,...
|
OWLShuntGraph |
ShuntGraphUtils.ShuntGraphPair.getInferredGraph() |
OWLShuntGraph |
ShuntGraphUtils.ShuntGraphPair.getTopologyGraph() |
Constructor and Description |
---|
ShuntGraphPair(OWLShuntGraph topologyGraph,
OWLShuntGraph inferredGraph) |
Copyright © 2010–2016. All rights reserved.