GraphStreamSupport

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

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

Constructors

Link copied to clipboard
fun <T, P : Position<out P>> GraphStreamSupport(linkingRule: LinkingRule<T, P>, deployment: Deployment<P>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deployment: Deployment<P>
Link copied to clipboard
val linkingRule: LinkingRule<T, P>