...
| Code Block | ||
|---|---|---|
| ||
public static void setValue(String featureName, Object value) {
...
} |
| Info | ||
|---|---|---|
| ||
Alternatively, you can use ALH API through the fUML object syntax, with object.setValue(featureName, value). For example:
|
...
| Code Block | ||
|---|---|---|
| ||
public static void setValue(String featureName, Object value) {
...
} |
| Info | ||
|---|---|---|
| ||
Alternatively, you can use ALH API through the fUML object syntax, with object.setValue(featureName, value). For example:
|