Graph Stream Deployment
class GraphStreamDeployment<P : Position<P>>(createLinks: Boolean, graphStreamSupport: GraphStreamSupport<*, P>) : Deployment<P>
Content copied to clipboard
A deployment based on a GraphStream graph.
Constructors
Link copied to clipboard
fun <P : Position<P>> GraphStreamDeployment(environment: Environment<*, P>, randomGenerator: 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)
Content copied to clipboard
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 BaseGenerator), and its parameters.
Link copied to clipboard
fun <P : Position<P>> GraphStreamDeployment(createLinks: Boolean, graphStreamSupport: GraphStreamSupport<*, P>)
Content copied to clipboard
Functions
Link copied to clipboard
The LinkingRule associated with this GraphStreamDeployment, or null if the deployment has been created without static linking.
Link copied to clipboard
Link copied to clipboard