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

org.rcsb.mmtf.biocompressors.BioCompressor Maven / Gradle / Ivy

There is a newer version: 0.1.1
Show newest version
package org.rcsb.mmtf.biocompressors;

import java.lang.reflect.InvocationTargetException;

import org.rcsb.mmtf.dataholders.CoreSingleStructure;

public interface BioCompressor {
	
	/**
	 * Generic function to modify the data structure of a protein to enhance compression
	 * @param coress
	 * @return The updated data structure
	 * @throws IllegalAccessException
	 * @throws InvocationTargetException
	 */
	public CoreSingleStructure compresStructure(CoreSingleStructure coress);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy