| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(ConcreteComposite), | public, | pointer | :: | composite | => | null() |
| procedure, public :: add_child | |
| procedure, public :: add_child_component | |
| procedure, public :: finalize | |
| generic, public :: get_child => get_child_by_name, get_child_by_index | |
| procedure, public :: get_child_by_index | |
| procedure, public :: get_child_by_name | |
| procedure, public :: get_component | |
| procedure, public :: get_composite | |
| procedure, public :: get_internal_state | |
| procedure, public :: get_num_children | |
| procedure, public :: get_parent | |
| procedure, public :: initialize | |
| procedure, public :: run | |
| procedure, public :: run_child | |
| procedure, public :: set_component | |
| procedure, public :: set_composite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompleteComponent), | intent(in), | target | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompleteComponent), | intent(in), | target | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompleteComponent), | intent(inout), | target | :: | this | ||
| character(len=*), | intent(in) | :: | name | |||
| class(AbstractComponent), | intent(in) | :: | user_component |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompleteComponent), | 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(CompleteComponent), | 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(CompleteComponent), | 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(CompleteComponent), | 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(CompleteComponent), | intent(inout), | target | :: | this | ||
| class(AbstractComponent), | intent(in) | :: | component |