Package | Description |
---|---|
gate.creole |
Modifier and Type | Method and Description |
---|---|
Object |
Parameter.calculateDefaultValue()
Calculate and return the default value for this parameter
|
Object |
Parameter.calculateValueFromString(String stringValue)
Calculate and return the value for this parameter starting from a String
|
FeatureMap |
ParameterList.getDefaults(List<List<Parameter>> parameters)
Get default parameter value set.
|
Object |
Parameter.getDefaultValue()
Get the default value for this parameter.
|
FeatureMap |
ParameterList.getInitimeDefaults()
Get default initime parameter value set.
|
protected Class<?> |
Parameter.getParameterClass()
Find the class for this parameter type.
|
FeatureMap |
ParameterList.getRuntimeDefaults()
Get default runtime parameter value set.
|
Copyright © 2024 GATE. All rights reserved.