
Houses abstract term class determining basic term interfaces
Default Term update function - does nothing
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Term), | intent(inout) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont | |||
| class(ModelboundData), | intent(in), | optional | :: | modelData | ||
| class(ModelSurrogate), | intent(in), | optional | :: | hostModel |
Get explicit value for the term
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Term), | intent(in) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont |
Get name of the evolved variable of this term
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Term), | intent(in) | :: | this |
General abstract term object
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
| procedure, public :: isDefined => isDefinedObject | |
| procedure, public :: makeDefined => makeDefinedObject | |
| procedure, public :: makeUndefined => makeUndefinedObject | |
| procedure, public :: update => noUpdate | |
| procedure(evaluateTerm), public, deferred :: evaluate | |
| procedure(getEvolvedVar), public, deferred :: getVarName |