Class VarStepConstraint.BoundedDifferenceConstraint

    • Constructor Detail

      • BoundedDifferenceConstraint

        public BoundedDifferenceConstraint()
      • BoundedDifferenceConstraint

        public BoundedDifferenceConstraint​(java.util.List<java.lang.String> ports,
                                           java.lang.Double reltol,
                                           java.lang.Double abstol,
                                           java.lang.Double safety,
                                           java.lang.Boolean skipDiscrete)
    • Method Detail

      • getPorts

        public java.util.List<java.lang.String> getPorts()
      • getReltol

        public java.lang.Double getReltol()
      • getAbstol

        public java.lang.Double getAbstol()
      • getSafety

        public java.lang.Double getSafety()
      • getSkipDiscrete

        public java.lang.Boolean getSkipDiscrete()
      • validate

        public void validate()
                      throws java.lang.Exception
        Specified by:
        validate in class VarStepConstraint
        Throws:
        java.lang.Exception