GraphStreamDeployment

constructor(createLinks: Boolean, graphStreamSupport: GraphStreamSupport<*, P>)


constructor(environment: Environment<*, P>, randomGenerator: ERROR CLASS: Symbol not found for RandomGenerator, nodeCount: Int, offsetX: Double = 0.0, offsetY: Double = 0.0, zoom: Double = 1.0, layoutQuality: Double = 1.0, createLinks: Boolean = true, generatorName: String, vararg parameters: Any)

Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.