Interface ElementLocationDependency


  • @OpenApiAll
    public interface ElementLocationDependency
    Represents a dependency between locations of elements.
    • Method Detail

      • getElementLocation

        ElementLocation getElementLocation()
        Returns an element location that depends.
        Returns:
        element location.
      • getDependsOnLocation

        ElementLocation getDependsOnLocation()
        Returns an element location on which depends.
        Returns:
        location on that depends.
      • isPartOfCyclicDependency

        boolean isPartOfCyclicDependency()
        Returns whether the dependency is a part of cyclic dependency.
        Returns:
        true if the dependency is a part of cyclic dependency, otherwise - false.