owltools.graph
Class OWLGraphUtil
java.lang.Object
owltools.graph.OWLGraphUtil
public class OWLGraphUtil
- extends Object
general static methods for additional graph operations
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLGraphUtil
public OWLGraphUtil()
findCommonSubsumersAsEdges
public static Set<OWLGraphEdge> findCommonSubsumersAsEdges(OWLGraphWrapper g,
org.semanticweb.owlapi.model.OWLObject x,
org.semanticweb.owlapi.model.OWLObject y)
- Parameters:
g
- x
- y
-
- Returns:
findLeastCommonSubsumersAsEdges
public static Set<OWLGraphEdge> findLeastCommonSubsumersAsEdges(OWLGraphWrapper g,
org.semanticweb.owlapi.model.OWLObject x,
org.semanticweb.owlapi.model.OWLObject y)
findCommonAncestors
public static Set<org.semanticweb.owlapi.model.OWLObject> findCommonAncestors(OWLGraphWrapper g,
org.semanticweb.owlapi.model.OWLObject x,
org.semanticweb.owlapi.model.OWLObject y)
findLeastCommonAncestors
public static Set<org.semanticweb.owlapi.model.OWLObject> findLeastCommonAncestors(OWLGraphWrapper g,
org.semanticweb.owlapi.model.OWLObject x,
org.semanticweb.owlapi.model.OWLObject y)
Copyright © 2010-2012. All Rights Reserved.