Package | Description |
---|---|
org.polarsys.chess.core.util.uml |
Modifier and Type | Method and Description |
---|---|
static ValueNFP |
UMLUtils.getNfpValue(java.lang.String str,
java.lang.String toSearch)
Returns the NFPValue (value and unit) of the toSearch field,
or [value=-1.0, unit=] if the field is not present in the string that is parsed.
|
static ValueNFP |
UMLUtils.getValueNFP(java.lang.String value)
Returns the first NFPValue (value, unit) found in the input string .
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ValueNFP> |
UMLUtils.getAllNfpValues(java.lang.String str,
java.lang.String toSearch)
Returns a list of the NFPValues (value and unit) of the toSearch field,
or [value=-1.0, unit=] if the field is not present in the string that is parsed.
|