|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface STEMTime
A STEMTime
instance represents a point in time in in the STEM
system.
Sequencer
Nested Class Summary | |
---|---|
static class |
STEMTime.Units
This is an enumeration of different common time units with their duration in milliseconds. |
Method Summary | |
---|---|
STEMTime |
addIncrement(long timeIncrement)
|
boolean |
equals(java.lang.Object obj)
|
java.util.Date |
getTime()
|
int |
hashCode()
|
void |
setTime(java.util.Date value)
Sets the value of the ' Time ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.util.Date getTime()
void setTime(java.util.Date value)
Time
' attribute.
value
- the new value of the 'Time' attribute.getTime()
STEMTime addIncrement(long timeIncrement)
timeIncrement
- the number of milliseconds the new STEMTime is in the future.
int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |