public interface TLI
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ExmaraldaBasicPackage.getTLI()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Event> |
getEndingEvents()
Returns the value of the 'Ending Events' reference list.
|
String |
getId()
Returns the value of the 'Id' attribute
|
org.eclipse.emf.common.util.EList<Event> |
getStartingEvents()
Returns the value of the 'Starting Events' reference list.
|
String |
getTime()
Returns the value of the 'Time' attribute
|
TIME_TYPE |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isSetType()
Returns whether the value of the '
Type' attribute is set |
void |
setId(String value)
Sets the value of the '
Id' attribute |
void |
setTime(String value)
Sets the value of the '
Time' attribute |
void |
setType(TIME_TYPE value)
Sets the value of the '
Type' attribute |
void |
unsetType()
Unsets the value of the '
Type' attribute |
String getTime()
If the meaning of the 'Time' attribute isn't clear, there really should be more of a description here...
setTime(String),
ExmaraldaBasicPackage.getTLI_Time()void setTime(String value)
Time' attribute.
value - the new value of the 'Time' attribute.getTime()TIME_TYPE getType()
"".
The literals are from the enumeration TIME_TYPE.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
TIME_TYPE,
isSetType(),
unsetType(),
setType(TIME_TYPE),
ExmaraldaBasicPackage.getTLI_Type()void setType(TIME_TYPE value)
Type' attribute.
value - the new value of the 'Type' attribute.TIME_TYPE,
isSetType(),
unsetType(),
getType()void unsetType()
Type' attribute.
isSetType(),
getType(),
setType(TIME_TYPE)boolean isSetType()
Type' attribute is set.
unsetType(),
getType(),
setType(TIME_TYPE)String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ExmaraldaBasicPackage.getTLI_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()org.eclipse.emf.common.util.EList<Event> getStartingEvents()
Event.
It is bidirectional and its opposite is 'Start'.
If the meaning of the 'Starting Events' reference list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getTLI_StartingEvents(),
Event.getStart()org.eclipse.emf.common.util.EList<Event> getEndingEvents()
Event.
It is bidirectional and its opposite is 'End'.
If the meaning of the 'Ending Events' reference list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getTLI_EndingEvents(),
Event.getEnd()Copyright © 2020. All rights reserved.