Package | Description |
---|---|
fr.inria.tea.ssme.polychrony |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ModelKind> |
ModelKind.VALUES |
Modifier and Type | Method and Description |
---|---|
static ModelKind |
ModelKind.get(int value) |
static ModelKind |
ModelKind.get(java.lang.String literal) |
static ModelKind |
ModelKind.getByName(java.lang.String name) |
static ModelKind |
ModelKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelKind[] |
ModelKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
SignalTreeBuilting.mkSkeletonExternProcess(long modelIdNode,
long langNode,
ModelKind kind)
Makes the skeleton of an external SIGNAL process.
|
long |
SignalTreeBuilting.mkSkeletonModel(long id,
ModelKind kind)
Making Signal process/module skeleton.
|