Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(ConcreteComposite), | public, | pointer | :: | composite | => | null() |
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(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(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(CompleteComponent), | intent(in), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CompositeComponent), | intent(in), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CompleteComponent), | 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(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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CompositeComponent), | intent(inout) | :: | this | |||
class(AbstractComposite), | intent(in), | target | :: | composite |
type, extends(CompositeComponent) :: CompleteComponent contains procedure :: initialize procedure :: run procedure :: finalize procedure :: set_component procedure :: get_component procedure :: get_internal_state procedure :: add_child_component procedure :: run_child end type CompleteComponent