| Modifier and Type | Method and Description |
|---|---|
TLI |
ExmaraldaBasicFactory.createTLI()
Returns a new object of class 'TLI'
|
TLI |
Event.getEnd()
Returns the value of the 'End' reference.
|
TLI |
Event.getStart()
Returns the value of the 'Start' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<TLI> |
CommonTimeLine.getTLIs()
Returns the value of the 'TL Is' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setEnd(TLI value)
Sets the value of the '
End' reference |
void |
Event.setStart(TLI value)
Sets the value of the '
Start' reference |
| Modifier and Type | Class and Description |
|---|---|
class |
TLIImpl
An implementation of the model object 'TLI'
|
| Modifier and Type | Field and Description |
|---|---|
protected TLI |
EventImpl.end
The cached value of the '
End' reference |
protected TLI |
EventImpl.start
The cached value of the '
Start' reference |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<TLI> |
CommonTimeLineImpl.tlIs
The cached value of the '
TL Is' containment reference list |
| Modifier and Type | Method and Description |
|---|---|
TLI |
EventImpl.basicGetEnd() |
TLI |
EventImpl.basicGetStart() |
TLI |
ExmaraldaBasicFactoryImpl.createTLI() |
TLI |
EventImpl.getEnd() |
TLI |
EventImpl.getStart() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<TLI> |
CommonTimeLineImpl.getTLIs() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
EventImpl.basicSetEnd(TLI newEnd,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
EventImpl.basicSetStart(TLI newStart,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.util.EList<Event> |
BasicTranscriptionImpl.getEventsByTLI(TLI tli) |
void |
EventImpl.setEnd(TLI newEnd) |
void |
EventImpl.setStart(TLI newStart) |
| Modifier and Type | Method and Description |
|---|---|
T |
ExmaraldaBasicSwitch.caseTLI(TLI object)
Returns the result of interpreting the object as an instance of 'TLI'
|
Copyright © 2020. All rights reserved.