Class BiojavaDNA

java.lang.Object
net.bioclipse.core.domain.BioObject
net.bioclipse.biojava.domain.BiojavaSequence
net.bioclipse.biojava.domain.BiojavaDNA
All Implemented Interfaces:
net.bioclipse.core.domain.IBioObject, net.bioclipse.core.domain.IDNA, net.bioclipse.core.domain.ISequence, org.eclipse.core.runtime.IAdaptable

public class BiojavaDNA extends BiojavaSequence implements net.bioclipse.core.domain.IDNA
  • Field Summary

    Fields inherited from class net.bioclipse.core.domain.BioObject

    resource
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    BiojavaDNA(org.biojava.bio.seq.Sequence seq)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class net.bioclipse.biojava.domain.BiojavaSequence

    getAdapter, getName, getParsedResource, getPlainSequence, setRichSequence, toFasta

    Methods inherited from class net.bioclipse.core.domain.BioObject

    getResource, getUID, setResource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.core.runtime.IAdaptable

    getAdapter

    Methods inherited from interface net.bioclipse.core.domain.IBioObject

    getResource, getUID, setResource

    Methods inherited from interface net.bioclipse.core.domain.ISequence

    getName, getParsedResource, getPlainSequence, toFasta
  • Constructor Details

    • BiojavaDNA

      public BiojavaDNA(org.biojava.bio.seq.Sequence seq)
    • BiojavaDNA

      public BiojavaDNA()
  • Method Details