|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.bio.seq.RichFeature.Tools
public static class RichFeature.Tools
Some useful tools for working with features.
Method Summary | |
---|---|
static RichFeature |
enrich(Feature f)
Takes a normal Feature and attempts to convert it into a RichFeature. |
static RichFeature |
makeEmptyFeature()
A way to make a dummy feature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RichFeature enrich(Feature f) throws ChangeVetoException
f
- the Feature to enrich.
ChangeVetoException
- if any of the terms from the feature were
not convertible.public static RichFeature makeEmptyFeature()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |