|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.plugins.graphgenerator.generators.PathGenerator
graphlab.plugins.graphgenerator.generators.CircleGenerator
public class CircleGenerator
Field Summary |
---|
Fields inherited from class graphlab.plugins.graphgenerator.generators.PathGenerator |
---|
n |
Constructor Summary | |
---|---|
CircleGenerator()
|
Method Summary | |
---|---|
static GraphModel |
generateCircle(int n)
generates a Circle Graph with given parameters |
GraphModel |
generateGraph()
|
java.lang.String |
getDescription()
|
EdgeModel[] |
getEdges()
|
java.lang.String |
getName()
|
java.awt.Point[] |
getVertexPositions()
|
VertexModel[] |
getVertices()
|
Methods inherited from class graphlab.plugins.graphgenerator.generators.PathGenerator |
---|
checkParameters, generatePath, setWorkingGraph |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CircleGenerator()
Method Detail |
---|
public java.lang.String getName()
getName
in interface Extension
getName
in class PathGenerator
public java.lang.String getDescription()
getDescription
in interface Extension
getDescription
in class PathGenerator
public EdgeModel[] getEdges()
getEdges
in interface SimpleGeneratorInterface
getEdges
in class PathGenerator
public VertexModel[] getVertices()
getVertices
in interface SimpleGeneratorInterface
getVertices
in class PathGenerator
public GraphModel generateGraph()
generateGraph
in interface GraphGeneratorInterface
generateGraph
in class PathGenerator
public java.awt.Point[] getVertexPositions()
getVertexPositions
in interface SimpleGeneratorInterface
getVertexPositions
in class PathGenerator
public static GraphModel generateCircle(int n)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |