public class OWLGraphUtil extends Object
Constructor and Description |
---|
OWLGraphUtil() |
Modifier and Type | Method and Description |
---|---|
static Set<org.semanticweb.owlapi.model.OWLObject> |
findCommonAncestors(OWLGraphWrapper g,
org.semanticweb.owlapi.model.OWLObject x,
org.semanticweb.owlapi.model.OWLObject y) |
static Set<org.semanticweb.owlapi.model.OWLObject> |
findCommonAncestors(OWLGraphWrapper g,
org.semanticweb.owlapi.model.OWLObject x,
org.semanticweb.owlapi.model.OWLObject y,
Set<org.semanticweb.owlapi.model.OWLPropertyExpression> overProps)
Find common ancestors to
x and y that can be reached
over the specified set of relations. |
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<org.semanticweb.owlapi.model.OWLObject> |
findLeastCommonAncestors(OWLGraphWrapper g,
org.semanticweb.owlapi.model.OWLObject x,
org.semanticweb.owlapi.model.OWLObject y,
Set<org.semanticweb.owlapi.model.OWLPropertyExpression> overProps)
Find lest common ancestors to
x and y that can be reached
over the specified set of relations. |
static Set<OWLGraphEdge> |
findLeastCommonSubsumersAsEdges(OWLGraphWrapper g,
org.semanticweb.owlapi.model.OWLObject x,
org.semanticweb.owlapi.model.OWLObject y) |
public static Set<OWLGraphEdge> findCommonSubsumersAsEdges(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject x, org.semanticweb.owlapi.model.OWLObject y)
g
- x
- y
- public static Set<OWLGraphEdge> findLeastCommonSubsumersAsEdges(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject x, org.semanticweb.owlapi.model.OWLObject y)
public static Set<org.semanticweb.owlapi.model.OWLObject> findCommonAncestors(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject x, org.semanticweb.owlapi.model.OWLObject y)
public static Set<org.semanticweb.owlapi.model.OWLObject> findLeastCommonAncestors(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject x, org.semanticweb.owlapi.model.OWLObject y)
public static Set<org.semanticweb.owlapi.model.OWLObject> findCommonAncestors(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject x, org.semanticweb.owlapi.model.OWLObject y, Set<org.semanticweb.owlapi.model.OWLPropertyExpression> overProps)
x
and y
that can be reached
over the specified set of relations.g
- x
- y
- overProps
- public static Set<org.semanticweb.owlapi.model.OWLObject> findLeastCommonAncestors(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject x, org.semanticweb.owlapi.model.OWLObject y, Set<org.semanticweb.owlapi.model.OWLPropertyExpression> overProps)
x
and y
that can be reached
over the specified set of relations.g
- x
- y
- overProps
- Copyright © 2010–2015. All rights reserved.