Class GuidedDecisionTableModellerBoundsHelper


  • public class GuidedDecisionTableModellerBoundsHelper
    extends Object
    Helper class to calculate the maximum bounds enclosed by Decision Tables.
    • Constructor Detail

      • GuidedDecisionTableModellerBoundsHelper

        public GuidedDecisionTableModellerBoundsHelper()
    • Method Detail

      • getBounds

        public org.uberfire.ext.wires.core.grids.client.model.Bounds getBounds​(Set<GuidedDecisionTableView.Presenter> dtPresenters)
        Returns the maximum bounds (subject to a minimum) enclosed by the provided collection of Decision Tables.
        Parameters:
        dtPresenters - The collection of Decision Tables to check. Cannot be null. Can be empty, in which case the minimum bounds is returned.
        Returns:
        The maximum bounds enclosed by the Decision Tables.