Class GraphStreamDeployment

  • All Implemented Interfaces:
    it.unibo.alchemist.model.Deployment , kotlin.collections.Iterable , kotlin.collections.MutableIterable

    
    public final class GraphStreamDeployment<P extends Position<P>>
     implements Deployment<P>
                        

    A deployment based on a GraphStream graph.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, Double offsetX, Double offsetY, Double zoom, Double layoutQuality, Boolean createLinks, String generatorName, Object parameters) Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, Double offsetX, Double offsetY, Double zoom, Double layoutQuality, String generatorName, Object parameters) Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, Double offsetX, Double offsetY, Double zoom, String generatorName, Object parameters) Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, Double offsetX, Double offsetY, String generatorName, Object parameters) Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, Double offsetX, String generatorName, Object parameters) Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, String generatorName, Object parameters) Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      GraphStreamDeployment(Boolean createLinks, GraphStreamSupport<?, P> graphStreamSupport)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <T extends Any> LinkingRule<T, P> getAssociatedLinkingRule() The LinkingRule associated with this GraphStreamDeployment, or null if the deployment has been created without static linking.
      • Methods inherited from class it.unibo.alchemist.model.Deployment

        iterator, stream
      • Methods inherited from class kotlin.collections.Iterable

        forEach, spliterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphStreamDeployment

        GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, Double offsetX, Double offsetY, Double zoom, Double layoutQuality, Boolean createLinks, String generatorName, Object parameters)
        Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      • GraphStreamDeployment

        GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, Double offsetX, Double offsetY, Double zoom, Double layoutQuality, String generatorName, Object parameters)
        Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      • GraphStreamDeployment

        GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, Double offsetX, Double offsetY, Double zoom, String generatorName, Object parameters)
        Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      • GraphStreamDeployment

        GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, Double offsetX, Double offsetY, String generatorName, Object parameters)
        Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      • GraphStreamDeployment

        GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, Double offsetX, String generatorName, Object parameters)
        Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.
      • GraphStreamDeployment

        GraphStreamDeployment(Environment<?, P> environment, RandomGenerator randomGenerator, Integer nodeCount, String generatorName, Object parameters)
        Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.