Class IntervalSet.BoundsHelper

  • Enclosing class:
    IntervalSet

    public class IntervalSet.BoundsHelper
    extends Object
    Helper class to allow the access to the bounds of a set through: credalSet.boundsFor(state1).set(0.2, 0.4);
    Author:
    huber
    • Constructor Detail

      • BoundsHelper

        public BoundsHelper​(int... states)
    • Method Detail

      • set

        public void set​(double lower,
                        double upper)