All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hfg.bio.seq.format.feature.SeqFeature Maven / Gradle / Ivy

There is a newer version: 20240423
Show newest version
package com.hfg.bio.seq.format.feature;


import java.util.List;

public interface SeqFeature extends Comparable
{
   public FeatureKey name();

   public SeqFeatureLocation getLocation();

   public List getQualifiers();

   public List getQualifiers(String inQualifierName);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy