org.biojava.bio.seq.ragbag
Class RagbagUncachedSeqFactory

java.lang.Object
  extended byorg.biojava.bio.seq.ragbag.RagbagUncachedSeqFactory
All Implemented Interfaces:
RagbagSequenceFactory

public class RagbagUncachedSeqFactory
extends java.lang.Object
implements RagbagSequenceFactory

class that is passed to a RagbagAssembly to use the vanilla uncached RagbagSequence object.

Author:
David Huen

Constructor Summary
RagbagUncachedSeqFactory()
           
 
Method Summary
 org.biojava.bio.seq.ragbag.RagbagSequenceItf getSequenceObject(java.lang.String name, java.lang.String urn)
          return a RagbagSequence object of desired type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RagbagUncachedSeqFactory

public RagbagUncachedSeqFactory()
Method Detail

getSequenceObject

public org.biojava.bio.seq.ragbag.RagbagSequenceItf getSequenceObject(java.lang.String name,
                                                                      java.lang.String urn)
Description copied from interface: RagbagSequenceFactory
return a RagbagSequence object of desired type

Specified by:
getSequenceObject in interface RagbagSequenceFactory