|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.seq.ragbag.RagbagFeatureTypeCatcher
A class that assists in wrapping a feature filter that records all types encountered around a SequenceBuilder class. It may be scrapped as it was implemented to permit a getAllTypes() call which is IMPOSSIBLE with lazy instantiation.
Field Summary | |
static RagbagFeatureTypeCatcher |
FACTORY
|
Constructor Summary | |
RagbagFeatureTypeCatcher()
|
Method Summary | |
java.util.Set |
getAllTypes()
|
SequenceBuilder |
wrap(SequenceBuilder delegate)
returns a SequenceBuilder object wrapped with an a filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static RagbagFeatureTypeCatcher FACTORY
Constructor Detail |
public RagbagFeatureTypeCatcher()
Method Detail |
public SequenceBuilder wrap(SequenceBuilder delegate)
RagbagFilterFactory
wrap
in interface RagbagFilterFactory
public java.util.Set getAllTypes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |