| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(AbstractComponent), | public, | allocatable | :: | component | |||
| type(ComponentSpecification), | public | :: | component_spec | ||||
| class(ConcreteComposite), | public, | pointer | :: | composite | => | null() | |
| type(MaplGrid), | public | :: | grid |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeComponent), | intent(inout), | target | :: | this | ||
| character(len=*), | intent(in) | :: | name | |||
| class(AbstractFrameworkComponent), | intent(in) | :: | component |
| 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(CompositeComponent), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeComponent), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeComponent), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeComponent), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(BaseFrameworkComponent), | intent(in), | target | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeComponent), | intent(in), | target | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AbstractFrameworkComponent), | intent(in), | target | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeComponent), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeComponent), | intent(in) | :: | 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(BaseFrameworkComponent), | intent(inout), | target | :: | this | ||
| class(AbstractComponent), | intent(in) | :: | component |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeComponent), | intent(inout) | :: | this | |||
| class(AbstractComposite), | intent(in), | target | :: | composite |
type, abstract, extends(CompositeComponent) :: BaseFrameworkComponent ! private class(AbstractComponent), allocatable :: component type(ComponentSpecification) :: component_spec type(MaplGrid) :: grid contains procedure :: set_component procedure :: get_component end type BaseFrameworkComponent