Package | Description |
---|---|
fr.inria.atlanmod.neoemf.io.structure |
Provides simple representations of objects used during import/export.
|
Modifier and Type | Method and Description |
---|---|
static Identifier |
Identifier.generated(String value)
Creates a new
Identifier which has a generated value , for example: a value processed from another
value. |
Identifier |
Classifier.getId()
Returns the identifier of this classifier.
|
Identifier |
StructuralFeature.getId()
Returns the identifier of this feature.
|
Identifier |
Reference.getIdReference()
Returns the identifier of the referenced element.
|
static Identifier |
Identifier.original(String value)
Creates a new
Identifier which has a non-generated value , for example: a read value. |
Modifier and Type | Method and Description |
---|---|
void |
Classifier.setId(Identifier id)
Defines the identifier of this classifier.
|
void |
StructuralFeature.setId(Identifier id)
Defines the identifier of this feature.
|
void |
Reference.setIdReference(Identifier idReference)
Defines the identifier of the referenced element.
|
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.