org.eodisp.hla.crc.omt
Interface Time

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TimeImpl

public interface Time
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Time'.

The following features are supported:

See Also:
OmtPackage.getTime()
generated
model
extendedMetaData="name='Time' kind='elementOnly'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Lookahead getLookahead()
          Returns the value of the 'Lookahead' containment reference.
 TimeStamp getTimeStamp()
          Returns the value of the 'Time Stamp' containment reference.
 void setLookahead(Lookahead value)
          Sets the value of the 'Lookahead' containment reference.
 void setTimeStamp(TimeStamp value)
          Sets the value of the 'Time Stamp' containment reference.
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
generated
Method Detail

getTimeStamp

TimeStamp getTimeStamp()
Returns the value of the 'Time Stamp' containment reference.

If the meaning of the 'Time Stamp' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Time Stamp' containment reference.
See Also:
setTimeStamp(TimeStamp), OmtPackage.getTime_TimeStamp()
generated
model
containment="true" extendedMetaData="kind='element' name='timeStamp' namespace='##targetNamespace'"

setTimeStamp

void setTimeStamp(TimeStamp value)
Sets the value of the 'Time Stamp' containment reference.

Parameters:
value - the new value of the 'Time Stamp' containment reference.
See Also:
getTimeStamp()
generated

getLookahead

Lookahead getLookahead()
Returns the value of the 'Lookahead' containment reference.

If the meaning of the 'Lookahead' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Lookahead' containment reference.
See Also:
setLookahead(Lookahead), OmtPackage.getTime_Lookahead()
generated
model
containment="true" extendedMetaData="kind='element' name='lookahead' namespace='##targetNamespace'"

setLookahead

void setLookahead(Lookahead value)
Sets the value of the 'Lookahead' containment reference.

Parameters:
value - the new value of the 'Lookahead' containment reference.
See Also:
getLookahead()
generated