Package it.unibo.alchemist.model.util
Class GraphStreamSupport
-
- All Implemented Interfaces:
public final class GraphStreamSupport<T extends Object, P extends Position<out P>>
Support class for GraphStream, composed of a linkingRule and a deployment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
GraphStreamSupport.Companion
Contains methods to generate a GraphStreamSupport.
-
Field Summary
Fields Modifier and Type Field Description private final LinkingRule<T, P>
linkingRule
private final Deployment<P>
deployment
public final static GraphStreamSupport.Companion
Companion
-
Constructor Summary
Constructors Constructor Description GraphStreamSupport(LinkingRule<T, P> linkingRule, Deployment<P> deployment)
-
Method Summary
Modifier and Type Method Description final LinkingRule<T, P>
getLinkingRule()
final Deployment<P>
getDeployment()
-
-
Constructor Detail
-
GraphStreamSupport
GraphStreamSupport(LinkingRule<T, P> linkingRule, Deployment<P> deployment)
-
-
Method Detail
-
getLinkingRule
final LinkingRule<T, P> getLinkingRule()
-
getDeployment
final Deployment<P> getDeployment()
-
-
-
-