|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LCAFinder
Method Summary | |
---|---|
Set<org.openrdf.model.URI> |
getLCAs(slib.sglib.model.graph.G graph,
org.openrdf.model.URI a,
org.openrdf.model.URI b)
Compute the set of Disjoint Common Ancestors of a pair of concepts The processed graph do not require to be transitively reduced. |
Method Detail |
---|
Set<org.openrdf.model.URI> getLCAs(slib.sglib.model.graph.G graph, org.openrdf.model.URI a, org.openrdf.model.URI b) throws slib.utils.ex.SLIB_Exception
graph
- the graph in which the search requires to be performed An
exception is thrown if the queried vertices are not expressed in the
grapha
- the first query vertexb
- the second query vertex
slib.utils.ex.SLIB_Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |