Class ContainerDependencyGraph


@Deprecated
public class ContainerDependencyGraph
extends AbstractDependencyGraph<ExecutionContainer>
Deprecated.
1.15 ported to teetime
This class represents container dependency graphs.
Since:
1.6
  • Constructor Details

    • ContainerDependencyGraph

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