Interface Dependent

    • Method Detail

      • getChildDependencies

        @NotNull
        Collection<SBuildType> getChildDependencies()
        Returns all child dependencies collected down the chain. Note that returned dependencies are sorted by depth in the chain. Note that returned collection will contain accessible by current authority holder objects only.
        Returns:
        see above
        Since:
        5.0
      • intersectsWith

        boolean intersectsWith​(@NotNull
                               Dependent dependent)
        Returns true if this object dependencies intersect (have same nodes) with specified object dependencies.
        Parameters:
        dependent - another object
        Returns:
        see above