$ private
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(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(AbstractFrameworkComponent), | 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(AbstractFrameworkComponent), | 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(AbstractFrameworkComponent) :: CompositeComponent !!$ private class(ConcreteComposite), pointer :: composite => null() contains procedure :: get_child_by_name procedure :: get_child_by_index generic :: get_child => get_child_by_name, get_child_by_index procedure :: add_child procedure :: get_parent procedure :: get_num_children ! Indirect design pattern accessors procedure :: set_composite procedure :: get_composite end type CompositeComponent