| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AbstractFrameworkComponent), | intent(inout), | target | :: | this | ||
| character(len=*), | intent(in) | :: | name | |||
| class(AbstractComponent), | intent(in) | :: | user_component |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(SurrogateFrameworkComponent), | intent(inout) | :: | this | |||
| 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(AbstractFrameworkComponent), | intent(in), | target | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AbstractFrameworkComponent), | intent(in), | target | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(SurrogateFrameworkComponent), | intent(inout) | :: | this | |||
| 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(SurrogateFrameworkComponent), | intent(inout) | :: | this | |||
| 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(SurrogateFrameworkComponent), | 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(AbstractFrameworkComponent), | intent(inout), | target | :: | this | ||
| class(AbstractComponent), | intent(in) | :: | component |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AbstractFrameworkComponent), | intent(inout) | :: | this | |||
| class(AbstractComposite), | intent(in), | target | :: | composite |
type, abstract, extends(SurrogateFrameworkComponent) :: AbstractFrameworkComponent contains procedure(i_AddChildComponent), deferred :: add_child_component ! accessors procedure(i_SetComponent), deferred :: set_component procedure(i_GetComponent), deferred :: get_component procedure(i_SetComposite), deferred :: set_composite procedure(i_GetState), deferred :: get_internal_state end type AbstractFrameworkComponent