Class ProcessGraph.ParallelPartition

java.lang.Object
neqsim.process.processmodel.graph.ProcessGraph.ParallelPartition
All Implemented Interfaces:
Serializable
Enclosing class:
ProcessGraph

public static class ProcessGraph.ParallelPartition extends Object implements Serializable
Result of parallel execution partitioning.
Version:
1.0
Author:
NeqSim
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getLevels

      public List<List<ProcessNode>> getLevels()
      Returns:
      list of parallel execution levels
    • getNodeToLevel

      public Map<ProcessNode, Integer> getNodeToLevel()
      Returns:
      map from node to its level
    • getLevelCount

      public int getLevelCount()
      Returns:
      number of parallel levels
    • getMaxParallelism

      public int getMaxParallelism()
      Returns:
      maximum parallelism (max nodes in any level)