Package tools.descartes.dlim
Interface ReferenceClockObject
- All Known Implementing Classes:
ReferenceClockObjectImpl
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 Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Loop Time' attribute.getName()
Returns the value of the 'Name' attribute.double
Returns the value of the 'Seq Time' attribute.void
setLoopTime
(double value) Sets the value of the 'Loop Time
' attribute.void
Sets the value of the 'Name
' attribute.void
setSeqTime
(double value) Sets the value of the 'Seq Time
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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
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.
-