GraphLab Project

graphlab.plugins.visualization.corebasics.basics
Class Path

java.lang.Object
  extended by graphlab.plugins.visualization.corebasics.basics.Path

public class Path
extends java.lang.Object

Author:
Rouzbeh Ebrahimi

Constructor Summary
Path()
           
 
Method Summary
 boolean add(VertexModel v)
           
 void removeFirstVertex()
           
 void removeLastVertex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path()
Method Detail

add

public boolean add(VertexModel v)

removeLastVertex

public void removeLastVertex()

removeFirstVertex

public void removeFirstVertex()

GraphLab Project