GraphStreamSupport
class GraphStreamSupport<T, P : Position<out P>>(val linkingRule: LinkingRule<T, P>, val deployment: Deployment<P>)(source)
Support class for GraphStream, composed of a linkingRule and a deployment.
Types
Link copied to clipboard
object Companion
Contains methods to generate a GraphStreamSupport.