...
| Code Block | ||
|---|---|---|
| ||
ALH.getTagValue(d, “uniform.max”); // 10 |
| Info | ||
|---|---|---|
| ||
Alternatively, you can use ALH API through the fUML object syntax with object.getValue(tagName). For example:
|
...
| Code Block | ||
|---|---|---|
| ||
ALH.getTagValue(d, “uniform.max”); // 10 |
| Info | ||
|---|---|---|
| ||
Alternatively, you can use ALH API through the fUML object syntax with object.getValue(tagName). For example:
|