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

org.biopax.paxtools.io.sbgn.UbiqueDetector Maven / Gradle / Ivy

package org.biopax.paxtools.io.sbgn;

import org.biopax.paxtools.model.level3.PhysicalEntity;

/**
 * Interface for ubiquitous molecule detection.
 *
 * @author Ozgun Babur
 */
public interface UbiqueDetector
{
	/**
	 * Checks if the PhysicalEntity is a ubiquitous molecule.
	 * @param pe PhysicalEntity to check
	 * @return true if ubique
	 */
	boolean isUbique(PhysicalEntity pe);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy