|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.util.graph.AlgorithmsBase
org.openanzo.jastor.util.graph.LCA
public class LCA
| Constructor Summary | |
|---|---|
LCA()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
INode |
getLCA(INode node1,
INode node2)
|
java.lang.Object |
result()
|
void |
setGraph(IGraph graph)
|
| Methods inherited from class org.openanzo.jastor.util.graph.AlgorithmsBase |
|---|
convertToAdjList, convertToAdjMatrix, convertToAdjMatrix, convertToPrintMatrix, convertToPrintMatrix, getGraph, printMatrix, printMatrix, printMatrix |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LCA()
| Method Detail |
|---|
public void setGraph(IGraph graph)
setGraph in class AlgorithmsBasepublic void execute()
execute in class AlgorithmsBasepublic java.lang.Object result()
result in class AlgorithmsBase
public INode getLCA(INode node1,
INode node2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||