Class InitializationData.ZeroCrossingConstraint

    • Constructor Summary

      Constructors 
      Constructor Description
      ZeroCrossingConstraint()  
      ZeroCrossingConstraint​(java.util.List<java.lang.String> ports, java.lang.Integer order, java.lang.Double abstol, java.lang.Double safety)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getAbstol()  
      java.lang.Integer getOrder()  
      java.util.List<java.lang.String> getPorts()  
      java.lang.Double getSafety()  
      void validate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZeroCrossingConstraint

        public ZeroCrossingConstraint()
      • ZeroCrossingConstraint

        public ZeroCrossingConstraint​(java.util.List<java.lang.String> ports,
                                      java.lang.Integer order,
                                      java.lang.Double abstol,
                                      java.lang.Double safety)
    • Method Detail

      • getPorts

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

        public java.lang.Integer getOrder()
      • getAbstol

        public java.lang.Double getAbstol()
      • getSafety

        public java.lang.Double getSafety()
      • validate

        public void validate()
                      throws java.lang.Exception
        Specified by:
        validate in interface IVarStepConstraint
        Throws:
        java.lang.Exception