Interface ReferenceClockObject

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ReferenceClockObjectImpl

public interface ReferenceClockObject extends EObject
A representation of the model object ' Reference Clock Object'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getName

      String getName()
      Returns the value of the 'Name' attribute.

      If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.
    • getLoopTime

      double getLoopTime()
      Returns the value of the 'Loop Time' attribute. The default value is "0.0".

      If the meaning of the 'Loop Time' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Loop Time' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="0.0" derived="true"
    • setLoopTime

      void setLoopTime(double value)
      Sets the value of the ' Loop Time' attribute.
      Parameters:
      value - the new value of the 'Loop Time' attribute.
      See Also:
      Generated class or method.
    • getSeqTime

      double getSeqTime()
      Returns the value of the 'Seq Time' attribute. The default value is "0.0".

      If the meaning of the 'Seq Time' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Seq Time' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="0.0" derived="true"
    • setSeqTime

      void setSeqTime(double value)
      Sets the value of the ' Seq Time' attribute.
      Parameters:
      value - the new value of the 'Seq Time' attribute.
      See Also:
      Generated class or method.