Class Maestro1SimulationController.IninializationData.BoundedDifferenceConstraint

    • Constructor Summary

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

      • 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()