Class VcfToEntity


  • public class VcfToEntity
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VcfToEntity​(java.lang.String entityTypeId, org.molgenis.vcf.meta.VcfMeta vcfMeta, VcfAttributes vcfAttributes, org.molgenis.data.meta.model.EntityTypeFactory entityTypeFactory, org.molgenis.data.meta.model.AttributeFactory attrMetaFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.molgenis.data.meta.model.EntityType getEntityType()  
      org.molgenis.data.Entity toEntity​(java.lang.String[] tokens)  
      org.molgenis.data.Entity toEntity​(org.molgenis.vcf.VcfRecord vcfRecord)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VcfToEntity

        public VcfToEntity​(java.lang.String entityTypeId,
                           org.molgenis.vcf.meta.VcfMeta vcfMeta,
                           VcfAttributes vcfAttributes,
                           org.molgenis.data.meta.model.EntityTypeFactory entityTypeFactory,
                           org.molgenis.data.meta.model.AttributeFactory attrMetaFactory)
    • Method Detail

      • toEntity

        public org.molgenis.data.Entity toEntity​(java.lang.String[] tokens)
      • toEntity

        public org.molgenis.data.Entity toEntity​(org.molgenis.vcf.VcfRecord vcfRecord)
      • getEntityType

        public org.molgenis.data.meta.model.EntityType getEntityType()