Package | Description |
---|---|
fr.inria.tea.ssme.polychrony |
Modifier and Type | Field and Description |
---|---|
static java.util.List<IdentifierKind> |
IdentifierKind.VALUES |
Modifier and Type | Method and Description |
---|---|
static IdentifierKind |
IdentifierKind.get(int value) |
static IdentifierKind |
IdentifierKind.get(java.lang.String literal) |
static IdentifierKind |
IdentifierKind.getByName(java.lang.String name) |
static IdentifierKind |
IdentifierKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierKind[] |
IdentifierKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SignalTreeBuilting.addDeclarationToInterface(long modelNode,
long declNode,
IdentifierKind kind)
Adds a declaration to a model.
|
DeclarationValue |
SignalTreeExploring.getDeclaration(long modelNode,
IdentifierKind kind)
Get the father of the declaration tree of signals according to the kind parameter
|