
org.graphstream.scalags.graph.SingleGraph.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalags Show documentation
Show all versions of scalags Show documentation
A Scala implementation of graph.
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