public function __construct()
 {
     parent::__construct('mesh_descriptor_x_qualifier.csv', 'MeshDescriptorQualifier');
 }
 public function __construct()
 {
     parent::__construct('mesh_concept_x_term.csv', 'MeshConceptTerm');
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct('mesh_tree.csv', 'MeshTree');
 }
 public function __construct()
 {
     parent::__construct('mesh_descriptor_x_concept.csv', 'MeshDescriptorConcept');
 }
 public function __construct()
 {
     parent::__construct('mesh_previous_indexing.csv', 'MeshPreviousIndexing');
 }
Beispiel #6
0
 public function __construct()
 {
     parent::__construct('mesh_tree_x_descriptor.csv', 'MeshTree');
 }
 public function __construct()
 {
     parent::__construct('mesh_concept_x_semantic_type.csv', 'MeshConceptSemanticType');
 }