Class Dependency


  • public class Dependency
    extends java.lang.Object
    • Constructor Detail

      • Dependency

        public Dependency​(Expr dependant,
                          Expr other)
      • Dependency

        public Dependency​(Expr dependant,
                          Expr other,
                          Expr condition,
                          boolean expectedOutput)
    • Method Detail

      • setMandatory

        public void setMandatory​(boolean mandatory)
      • isMandatory

        public boolean isMandatory()
      • isConditional

        public boolean isConditional()
      • getOther

        public Expr getOther()
      • getDependant

        public Expr getDependant()
      • getExpectedOutput

        public boolean getExpectedOutput()
      • getCondition

        public Expr getCondition()
      • elevate

        public void elevate()
      • isElevated

        public boolean isElevated()