| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.dstab.devent | |
| com.interpss.dstab.devent.impl |
| Modifier and Type | Method and Description |
|---|---|
static DynamicEvent |
DStabObjectFactory.createDEvent(java.lang.String eventId,
java.lang.String eventName,
DynamicEventType type,
BaseDStabNetwork<?,?> net)
Create a DynamicEvent object of the type
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<DynamicEventType> |
DynamicEventType.VALUES
A public read-only list of all the 'Dynamic Event Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamicEventType |
DynamicEventType.get(int value)
Returns the 'Dynamic Event Type' literal with the specified integer value.
|
static DynamicEventType |
DynamicEventType.get(java.lang.String literal)
Returns the 'Dynamic Event Type' literal with the specified literal value.
|
static DynamicEventType |
DynamicEventType.getByName(java.lang.String name)
Returns the 'Dynamic Event Type' literal with the specified name.
|
DynamicEventType |
DynamicEvent.getType()
Returns the value of the 'Type' attribute.
|
static DynamicEventType |
DynamicEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamicEventType[] |
DynamicEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicEvent.setType(DynamicEventType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
DynamicEventType |
DstabDeventFactoryImpl.createDynamicEventTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
DynamicEventType |
DynamicEventImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicEventImpl.setType(DynamicEventType newType) |