public static class RichFeature.Tools extends Object
Modifier and Type | Method and Description |
---|---|
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
|
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()
Copyright © 2014 BioJava. All rights reserved.