|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lri.bd.olap.dto.GraphPath
public class GraphPath
GraphPath class represents path in the graph.
| Constructor Summary | |
|---|---|
GraphPath(OlapTree tree,
List<edu.uci.ics.jung.graph.Vertex> preds,
edu.uci.ics.jung.graph.Vertex mTo)
Default constructor |
|
GraphPath(OlapTree tree,
edu.uci.ics.jung.graph.Vertex mTo)
Minimal constructor |
|
| Method Summary | |
|---|---|
List<edu.uci.ics.jung.graph.Edge> |
getEdges()
|
String |
getName()
|
List<edu.uci.ics.jung.graph.Edge> |
getOriginalEdges()
In case that this path belongs to datamart, function returns list of edges in original tree. |
edu.uci.ics.jung.graph.Vertex |
getOriginalVertexTo()
In case that this path belongs to datamart, function returns destination vertex in original tree. |
List<edu.uci.ics.jung.graph.Vertex> |
getPreds()
|
edu.uci.ics.jung.graph.Vertex |
getRoot()
|
edu.uci.ics.jung.graph.Vertex |
getVertexTo()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphPath(OlapTree tree,
edu.uci.ics.jung.graph.Vertex mTo)
tree - OlapTree classmTo - destination vertex
public GraphPath(OlapTree tree,
List<edu.uci.ics.jung.graph.Vertex> preds,
edu.uci.ics.jung.graph.Vertex mTo)
tree - OlapTree classpreds - vertexes from root vertex to destination vertex sorted in ordermTo - destination vertex| Method Detail |
|---|
public List<edu.uci.ics.jung.graph.Edge> getEdges()
public edu.uci.ics.jung.graph.Vertex getVertexTo()
public edu.uci.ics.jung.graph.Vertex getOriginalVertexTo()
public List<edu.uci.ics.jung.graph.Vertex> getPreds()
public edu.uci.ics.jung.graph.Vertex getRoot()
public String getName()
public List<edu.uci.ics.jung.graph.Edge> getOriginalEdges()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||