Interface ILcdLabelDependencyProvider


public interface ILcdLabelDependencyProvider
Interface that makes it possible to specify dependencies between labels. The nature of this dependency is not specified in the interface, and should be correctly specified by implementations using it.
Since:
10.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method adds all TLcdLabelIdentifier objects that depend on the given TLcdLabelIdentifier objects to the given list.
  • Method Details

    • getDependingLabelsSFCT

      void getDependingLabelsSFCT(TLcdLabelIdentifier aLabel, List<TLcdLabelIdentifier> aDependingLabelsSFCT)
      This method adds all TLcdLabelIdentifier objects that depend on the given TLcdLabelIdentifier objects to the given list.
      Parameters:
      aLabel - a TLcdLabelIdentifier.
      aDependingLabelsSFCT - the list to which the TLcdLabelIdentifier objects that depend on the given TLcdLabelIdentifier are added.