Class ComponentAllocationDependencyGraph


public class ComponentAllocationDependencyGraph extends AbstractDependencyGraph<AllocationComponent>
This class represents component dependency graphs on the allocation level.
Since:
1.6
Author:
Holger Knoche
  • Constructor Details

    • ComponentAllocationDependencyGraph

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