owltools.graph
Class OWLGraphUtil

java.lang.Object
  extended by owltools.graph.OWLGraphUtil

public class OWLGraphUtil
extends Object

general static methods for additional graph operations


Constructor Summary
OWLGraphUtil()
           
 
Method Summary
static Set<org.semanticweb.owlapi.model.OWLObject> findCommonAncestors(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject x, org.semanticweb.owlapi.model.OWLObject y)
           
static Set<OWLGraphEdge> findCommonSubsumersAsEdges(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject x, org.semanticweb.owlapi.model.OWLObject y)
           
static Set<org.semanticweb.owlapi.model.OWLObject> findLeastCommonAncestors(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject x, org.semanticweb.owlapi.model.OWLObject y)
           
static Set<OWLGraphEdge> findLeastCommonSubsumersAsEdges(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject x, org.semanticweb.owlapi.model.OWLObject y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLGraphUtil

public OWLGraphUtil()
Method Detail

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:
set of edges

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.