| Package | Description |
|---|---|
| fuml.syntax.values | |
| org.modeldriven.fuml.repository.model |
| Modifier and Type | Class and Description |
|---|---|
class |
LiteralBoolean |
class |
LiteralInteger |
class |
LiteralNull |
class |
LiteralReal |
class |
LiteralString |
class |
LiteralUnlimitedNatural |
| Modifier and Type | Method and Description |
|---|---|
LiteralSpecification |
ModelFactory.createUpperValue(Property p,
boolean hasUpperValue,
String value)
multiplicity examples
---------------------------------------
1 - Default if omitted
* - zero or more
1..* - 1 or more
0..1 - zero or 1
2..5 - At least 2 and up to 5
2,5 - 2 or 5
n - Unknown at compile time
---------------------------------------
|
Copyright © 2020. All rights reserved.