GraphStreamSupport

class GraphStreamSupport<T, P : Position<out P>>(val linkingRule: LinkingRule<T, P>, val deployment: Deployment<P>)

Support class for GraphStream, composed of a linkingRule and a deployment.

Constructors

Link copied to clipboard
constructor(linkingRule: LinkingRule<T, P>, deployment: Deployment<P>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard