Package org.molgenis.data.vcf.format
Class VcfToEntity
- java.lang.Object
-
- org.molgenis.data.vcf.format.VcfToEntity
-
public class VcfToEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description VcfToEntity(String entityTypeId, org.molgenis.vcf.meta.VcfMeta vcfMeta, VcfAttributes vcfAttributes, EntityTypeFactory entityTypeFactory, AttributeFactory attrMetaFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityTypegetEntityType()EntitytoEntity(org.molgenis.vcf.VcfRecord vcfRecord)
-
-
-
Constructor Detail
-
VcfToEntity
public VcfToEntity(String entityTypeId, org.molgenis.vcf.meta.VcfMeta vcfMeta, VcfAttributes vcfAttributes, EntityTypeFactory entityTypeFactory, AttributeFactory attrMetaFactory)
-
-
Method Detail
-
toEntity
public Entity toEntity(org.molgenis.vcf.VcfRecord vcfRecord)
-
getEntityType
public EntityType getEntityType()
-
-