| Package | Description |
|---|---|
| io.ciera.tool.sql.architecture.statemachine | |
| io.ciera.tool.sql.architecture.statemachine.impl | |
| types |
| Modifier and Type | Method and Description |
|---|---|
TransitionType |
TransitionTableCell.getTransition_type() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransitionTableCellSet.setTransition_type(TransitionType m_transition_type) |
void |
TransitionTableCell.setTransition_type(TransitionType m_transition_type) |
| Modifier and Type | Method and Description |
|---|---|
TransitionType |
TransitionTableCellImpl.getTransition_type() |
| Modifier and Type | Method and Description |
|---|---|
static TransitionTableCell |
TransitionTableCellImpl.create(Sql context,
io.ciera.runtime.summit.types.UniqueId instanceId,
String ref_sm_name,
String ref_sm_package,
String ref_state_name,
String ref_event_sm_name,
String ref_event_sm_package,
String ref_event_name,
String ref_end_state_name,
TransitionType m_transition_type,
int m_index) |
void |
TransitionTableCellImpl.setTransition_type(TransitionType m_transition_type) |
void |
TransitionTableCellSetImpl.setTransition_type(TransitionType m_transition_type) |
| Modifier and Type | Method and Description |
|---|---|
static TransitionType |
TransitionType.deserialize(Object o) |
TransitionType |
TransitionType.value() |
static TransitionType |
TransitionType.valueOf(int value) |
static TransitionType |
TransitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionType[] |
TransitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransitionType.equality(TransitionType value) |
Copyright © 2019. All rights reserved.