Interface IPartBasedObjectContext

All Known Implementing Classes:
FormExtContainmentContext, FormExtContext, ModelUpdaterContainmentContext, ModelUpdaterContext, PartBasedContainmentContext, PartBasedObjectContext

public interface IPartBasedObjectContext
Common interface of the part based object contexts. Defines common interface of part computation for both top and containment object contexts
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the set of DD parts being collected within this context.
  • Method Details

    • getParts

      Set<String> getParts()
      Gets the set of DD parts being collected within this context.
      Returns:
      The set of DD parts scheduled for the re-computation.