Class ContainerDependencyGraph


public class ContainerDependencyGraph extends AbstractDependencyGraph<ExecutionContainer>
This class represents container dependency graphs.
Since:
1.6
Author:
Holger Knoche
  • Constructor Details

    • ContainerDependencyGraph

      public ContainerDependencyGraph(ExecutionContainer rootEntity)
      Creates a new graph with the given root entity.
      Parameters:
      rootEntity - The root entity to use for this graph