Class Maestro1SimulationController.IninializationData.SamplingConstraint

    • Constructor Summary

      Constructors 
      Constructor Description
      SamplingConstraint​(java.lang.Integer base, java.lang.Integer rate, java.lang.Integer startTime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getBase()  
      java.lang.Integer getRate()  
      java.lang.Integer getStartTime()  
      void validate()  
      • Methods inherited from class java.lang.Object

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

      • SamplingConstraint

        public SamplingConstraint​(java.lang.Integer base,
                                  java.lang.Integer rate,
                                  java.lang.Integer startTime)
    • Method Detail

      • getBase

        public java.lang.Integer getBase()
      • getRate

        public java.lang.Integer getRate()
      • getStartTime

        public java.lang.Integer getStartTime()