All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graphstream.scalags.graph.SingleGraph.scala Maven / Gradle / Ivy

The newest version!
package org.graphstream.scalags.graph

object SingleGraph {
	def apply(id:String):MultiGraph = new MultiGraph(id)
	def apply(graph:org.graphstream.graph.implementations.SingleGraph):RichGraph = new RichGraph(graph)
}

class SingleGraph(id:String) extends org.graphstream.graph.implementations.SingleGraph(id) with GraphHelpers




© 2015 - 2025 Weber Informatics LLC | Privacy Policy