Package-level declarations
Types
Link copied to clipboard
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.