public class Path
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
consistency |
Graph |
graph |
float |
influence |
java.lang.String |
label |
int |
length |
java.util.Vector<Node> |
nodeSequence |
int |
numberOfActiveNodes |
boolean |
selected |
int |
source |
float |
summaryActivity |
int |
target |
Constructor and Description |
---|
Path() |
Path(Graph _graph,
java.lang.String sourceNodeId) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Edge> |
getAsEdgeVector() |
java.lang.String |
toString() |
public Graph graph
public int source
public int target
public java.util.Vector<Node> nodeSequence
public int length
public float influence
public java.lang.String label
public int consistency
public float summaryActivity
public int numberOfActiveNodes
public boolean selected
public Path()
public Path(Graph _graph, java.lang.String sourceNodeId)
public java.util.Vector<Edge> getAsEdgeVector()
public java.lang.String toString()
toString
in class java.lang.Object