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

net.bioclipse.core.domain.ISequence Maven / Gradle / Ivy

There is a newer version: 2.8.1.2
Show newest version
 /* *****************************************************************************
 * Copyright (c) 2007-2009 The Bioclipse Project and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * www.eclipse.org—epl-v10.html 
 * 
 * Contributors:
 *     Jonathan Alvarsson
 *     Ola Spjuth
 *     
 ******************************************************************************/
package net.bioclipse.core.domain;

/**
 * @author jonalv, ola, masak
 *
 */
public interface ISequence extends IBioObject {

    public String getName();
    
    public String toFasta();
    public String getPlainSequence();
    public Object getParsedResource();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy