com.hp.hpl.jena.ontology
Class OntTools.LCAIndex

java.lang.Object
  extended by com.hp.hpl.jena.ontology.OntTools.LCAIndex
Enclosing class:
OntTools

public static class OntTools.LCAIndex
extends Object

Simple data structure mapping RDF nodes to disjoint sets, and pairs of resources to their LCA.


Constructor Summary
OntTools.LCAIndex()
           
 
Method Summary
 Resource getLCA(Resource u, Resource v)
           
 OntTools.DisjointSet getSet(Resource r)
           
 void setLCA(Resource u, Resource v, Resource lca)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntTools.LCAIndex

public OntTools.LCAIndex()
Method Detail

getLCA

public Resource getLCA(Resource u,
                       Resource v)

setLCA

public void setLCA(Resource u,
                   Resource v,
                   Resource lca)

getSet

public OntTools.DisjointSet getSet(Resource r)


Licenced under the Apache License, Version 2.0