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

com.hfg.bio.proteinproperty.SingleValueProteinProperty Maven / Gradle / Ivy

There is a newer version: 20240423
Show newest version
package com.hfg.bio.proteinproperty;


import com.hfg.bio.seq.Protein;
import com.hfg.util.DataType;

public interface SingleValueProteinProperty
{
   public T calculate(Protein inProtein, S inSettings);

   public Class getReturnType();

   public DataType getDataType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy