public static class ChangeTable.ChainedChanger extends Object implements ChangeTable.Changer
| Constructor and Description |
|---|
ChainedChanger(ChangeTable.Changer[] changers) |
| Modifier and Type | Method and Description |
|---|---|
Object |
change(Object value)
Produce a modified value from an old value.
|
public ChainedChanger(ChangeTable.Changer[] changers)
public Object change(Object value) throws ParserException
ChangeTable.ChangerProduce a modified value from an old value.
It is strongly recommended that this method is re-entrant and does not modify the state of the Changer in a way that would affect future return -values.
change in interface ChangeTable.Changervalue - the old value ObjectParserException - if value could not be changedCopyright © 2020 BioJava. All rights reserved.