ServiceConnectionType Derived Type

type, public :: ServiceConnectionType

$ private


Inherited by

type~~serviceconnectiontype~~InheritedByGraph type~serviceconnectiontype ServiceConnectionType type~v_wrapper~6 v_Wrapper type~v_wrapper~6->type~serviceconnectiontype item type~serviceconnectionitemvector serviceConnectionItemVector type~serviceconnectionitemvector->type~v_wrapper~6 elements type~serviceconnectionitemvectoriterator serviceConnectionItemVectorIterator type~serviceconnectionitemvectoriterator->type~v_wrapper~6 elements type~serviceconnectionitemvectorriterator serviceConnectionItemVectorRIterator type~serviceconnectionitemvectorriterator->type~v_wrapper~6 elements type~mapl_connectivity MAPL_Connectivity type~mapl_connectivity->type~serviceconnectionitemvector ServiceConnectionItems type~mapl_metacomp MAPL_MetaComp type~mapl_metacomp->type~mapl_connectivity connectList

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: PROVIDER_NAME
character(len=:), public, allocatable :: REQUESTER_NAME
character(len=:), public, allocatable :: SERVICE_NAME

Source Code

  type, public :: ServiceConnectionType
!!$      private
     character(len=:), allocatable :: SERVICE_NAME
     character(len=:), allocatable :: PROVIDER_NAME
     character(len=:), allocatable :: REQUESTER_NAME
  end type ServiceConnectionType