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

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

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

import com.hfg.math.Range;

public interface SeqFeatureLocation extends Comparable
{
   public void append(String inAdditionalLocationData);

   public Range toIntRange();

   public String eval(String inSequence);

   public int compareTo(T inObj2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy