Class AggregatedDependencyAccess

  • All Implemented Interfaces:
    IAggregatedDependencyAccess, IElementAccess, INamedElementAccess

    public final class AggregatedDependencyAccess
    extends ElementAccess<com.hello2morrow.sonargraph.core.model.programming.AggregatedDependency>
    implements IAggregatedDependencyAccess
    Representation for a set of aggregated dependencies. Aggregated dependencies are created to collect all dependencies between two arbitrary programming elements. For example the dependencies between two classes contain all dependencies from all members of the first class to any member of the second class.
    • Constructor Detail

      • AggregatedDependencyAccess

        public AggregatedDependencyAccess​(com.hello2morrow.sonargraph.core.model.programming.AggregatedDependency element,
                                          ElementAccess.IAccessFactory factory)
        Internal use only