| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DecoratorComponent), | intent(inout) | :: | this | |||
| type(ESMF_State), | intent(inout) | :: | import_state | |||
| type(ESMF_State), | intent(inout) | :: | export_state | |||
| type(ESMF_Clock), | intent(inout) | :: | clock | |||
| character(len=*), | intent(in) | :: | phase | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DecoratorComponent), | intent(in), | target | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AbstractComponent), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AbstractComponent), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DecoratorComponent), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DecoratorComponent), | intent(inout) | :: | this | |||
| type(ESMF_State), | intent(inout) | :: | import_state | |||
| type(ESMF_State), | intent(inout) | :: | export_state | |||
| type(ESMF_Clock), | intent(inout) | :: | clock | |||
| character(len=*), | intent(in) | :: | phase | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DecoratorComponent), | intent(inout) | :: | this | |||
| type(ESMF_State), | intent(inout) | :: | import_state | |||
| type(ESMF_State), | intent(inout) | :: | export_state | |||
| type(ESMF_Clock), | intent(inout) | :: | clock | |||
| character(len=*), | intent(in) | :: | phase | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DecoratorComponent), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | name | |||
| type(ESMF_Clock), | intent(inout) | :: | clock | |||
| character(len=*), | intent(in) | :: | phase | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DecoratorComponent), | intent(inout) | :: | this | |||
| class(MaplComponent), | intent(in) | :: | decorated |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DecoratorComponent), | intent(inout) | :: | this | |||
| class(SurrogateFrameworkComponent), | target | :: | framework |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AbstractComponent), | intent(inout) | :: | this | |||
| class(Logger), | target | :: | logger |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DecoratorComponent), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | name |
type, abstract, extends(AbstractComponent) :: DecoratorComponent private class(MaplComponent), allocatable :: decorated contains procedure :: get_decorated procedure :: set_decorated procedure :: initialize procedure :: run procedure :: finalize procedure :: run_child procedure :: set_name procedure :: get_name procedure :: set_framework end type DecoratorComponent