Uses of Class
owltools.graph.shunt.OWLShuntGraph

Packages that use OWLShuntGraph
owltools.graph OWLGraph -- OBO-like Graph Wrapper for OWL Ontologies 
 

Uses of OWLShuntGraph in owltools.graph
 

Methods in owltools.graph that return OWLShuntGraph
 OWLShuntGraph OWLGraphWrapper.addAncestorsToShuntGraph(org.semanticweb.owlapi.model.OWLObject x, OWLShuntGraph g)
          Add a set of edges, as ancestors to x in OWLShuntGraph g.
 OWLShuntGraph OWLGraphWrapper.addDirectDescendentsToShuntGraph(org.semanticweb.owlapi.model.OWLObject x, OWLShuntGraph g)
          Add a set of edges, as descendents to x in OWLShuntGraph g.
 OWLShuntGraph OWLGraphWrapper.getSegmentShuntGraph(org.semanticweb.owlapi.model.OWLObject x)
          Gets all ancestors and direct descendents (distance == 1) that are OWLNamedObjects.
 

Methods in owltools.graph with parameters of type OWLShuntGraph
 OWLShuntGraph OWLGraphWrapper.addAncestorsToShuntGraph(org.semanticweb.owlapi.model.OWLObject x, OWLShuntGraph g)
          Add a set of edges, as ancestors to x in OWLShuntGraph g.
 OWLShuntGraph OWLGraphWrapper.addDirectDescendentsToShuntGraph(org.semanticweb.owlapi.model.OWLObject x, OWLShuntGraph g)
          Add a set of edges, as descendents to x in OWLShuntGraph g.
 



Copyright © 2010-2012. All Rights Reserved.