mapl_BaseFrameworkComponent Module


Uses

  • module~~mapl_baseframeworkcomponent~~UsesGraph module~mapl_baseframeworkcomponent mapl_BaseFrameworkComponent ESMF ESMF module~mapl_baseframeworkcomponent->ESMF module~mapl_abstractcomponent mapl_AbstractComponent module~mapl_baseframeworkcomponent->module~mapl_abstractcomponent module~mapl_abstractframeworkcomponent mapl_AbstractFrameworkComponent module~mapl_baseframeworkcomponent->module~mapl_abstractframeworkcomponent module~mapl_componentspecification mapl_ComponentSpecification module~mapl_baseframeworkcomponent->module~mapl_componentspecification module~mapl_compositecomponent mapl_CompositeComponent module~mapl_baseframeworkcomponent->module~mapl_compositecomponent module~mapl_maplgrid mapl_MaplGrid module~mapl_baseframeworkcomponent->module~mapl_maplgrid module~mapl_surrogateframeworkcomponent mapl_SurrogateFrameworkComponent module~mapl_baseframeworkcomponent->module~mapl_surrogateframeworkcomponent module~mapl_abstractframeworkcomponent->module~mapl_surrogateframeworkcomponent module~mapl_statespecification mapl_StateSpecification module~mapl_componentspecification->module~mapl_statespecification module~mapl_compositecomponent->module~mapl_abstractframeworkcomponent module~mapl_abstractcomposite mapl_AbstractComposite module~mapl_compositecomponent->module~mapl_abstractcomposite module~mapl_concretecomposite mapl_ConcreteComposite module~mapl_compositecomponent->module~mapl_concretecomposite module~mapl_maplgrid->ESMF module~mapl_constantsmod MAPL_ConstantsMod module~mapl_maplgrid->module~mapl_constantsmod module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_maplgrid->module~mapl_errorhandlingmod module~mapl_keywordenforcermod mapl_KeywordEnforcerMod module~mapl_maplgrid->module~mapl_keywordenforcermod module~pflogger pflogger module~mapl_maplgrid->module~pflogger module~mapl_concretecomposite->module~mapl_abstractframeworkcomponent module~mapl_concretecomposite->module~mapl_abstractcomposite gFTL_StringVector gFTL_StringVector module~mapl_concretecomposite->gFTL_StringVector module~mapl_stringcompositemap mapl_StringCompositeMap module~mapl_concretecomposite->module~mapl_stringcompositemap module~mapl_constants MAPL_Constants module~mapl_constantsmod->module~mapl_constants module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_keywordenforcer mapl_KeywordEnforcer module~mapl_keywordenforcermod->module~mapl_keywordenforcer module~mapl_statespecification->ESMF module~mapl_statespecification->module~mapl_errorhandlingmod module~mapl_statespecification->module~pflogger module~mapl_statespecification->module~mapl_constants module~mapl_varspecmiscmod MAPL_VarSpecMiscMod module~mapl_statespecification->module~mapl_varspecmiscmod module~mapl_varspectypemod MAPL_VarSpecTypeMod module~mapl_statespecification->module~mapl_varspectypemod module~mapl_varspecvector mapl_VarSpecVector module~mapl_statespecification->module~mapl_varspecvector module~pfl_keywordenforcermod PFL_KeywordEnforcerMod module~pflogger->module~pfl_keywordenforcermod module~pfl_logger PFL_Logger module~pflogger->module~pfl_logger module~pfl_loggermanager PFL_LoggerManager module~pflogger->module~pfl_loggermanager module~pfl_severitylevels PFL_SeverityLevels module~pflogger->module~pfl_severitylevels module~pfl_wraparray PFL_WrapArray module~pflogger->module~pfl_wraparray

Used by

  • module~~mapl_baseframeworkcomponent~~UsedByGraph module~mapl_baseframeworkcomponent mapl_BaseFrameworkComponent module~mapl_maplgenericcomponent mapl_MaplGenericComponent module~mapl_maplgenericcomponent->module~mapl_baseframeworkcomponent module~maplgeneric MaplGeneric module~maplgeneric->module~mapl_maplgenericcomponent module~test_concretecomposite Test_ConcreteComposite module~test_concretecomposite->module~mapl_maplgenericcomponent program~main~21 main program~main~21->module~mapl_maplgenericcomponent module~mapl_genericmod MAPL_GenericMod module~mapl_genericmod->module~maplgeneric module~historytrajectorymod HistoryTrajectoryMod module~historytrajectorymod->module~mapl_genericmod module~mapl MAPL module~mapl->module~mapl_genericmod module~mapl_capgridcompmod MAPL_CapGridCompMod module~mapl_capgridcompmod->module~mapl_genericmod module~mapl_extdatagridcomp2g MAPL_ExtDataGridComp2G module~mapl_extdatagridcomp2g->module~mapl_genericmod module~mapl_extdatagridcompmod MAPL_ExtDataGridCompMod module~mapl_extdatagridcompmod->module~mapl_genericmod module~mapl_historygridcompmod MAPL_HistoryGridCompMod module~mapl_historygridcompmod->module~mapl_genericmod module~mapl_orbgridcompmod MAPL_OrbGridCompMod module~mapl_orbgridcompmod->module~mapl_genericmod module~masksamplergeosatmod MaskSamplerGeosatMod module~masksamplergeosatmod->module~mapl_genericmod module~stationsamplermod StationSamplerMod module~stationsamplermod->module~mapl_genericmod program~comp_testing_driver comp_testing_driver program~comp_testing_driver->module~mapl_genericmod

Derived Types

type, public, abstract, extends(CompositeComponent) ::  BaseFrameworkComponent

Components

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-Bound Procedures

procedure, public :: add_child
procedure(i_AddChildComponent), public, deferred :: add_child_component
procedure(i_Run), public, deferred :: 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(i_GetState), public, deferred :: get_internal_state
procedure, public :: get_num_children
procedure, public :: get_parent
procedure(i_Run), public, deferred :: initialize
procedure(i_Run), public, deferred :: run
procedure(i_RunChild), public, deferred :: run_child
procedure, public :: set_component
procedure, public :: set_composite