|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.plugins.visualization.corebasics.basics.Cycle
public class Cycle
Constructor Summary | |
---|---|
Cycle()
|
|
Cycle(java.util.ArrayList<VertexModel> cycleVertices)
|
Method Summary | |
---|---|
void |
add(VertexModel v)
|
boolean |
endCycle(VertexModel v)
|
java.util.ArrayList<VertexModel> |
getCycle()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cycle(java.util.ArrayList<VertexModel> cycleVertices)
public Cycle()
Method Detail |
---|
public void add(VertexModel v)
public boolean endCycle(VertexModel v)
public java.util.ArrayList<VertexModel> getCycle()
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |