Graph Stream Support
class GraphStreamSupport<T, P : Position<out P>>(linkingRule: LinkingRule<T, P>, deployment: Deployment<P>)
Content copied to clipboard
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>)
Content copied to clipboard