|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.program.tagvalue.ChangeTable.ChainedChanger
An implementation of Changer that applies a list of Changer instances to the value in turn.
Constructor Summary | |
ChangeTable.ChainedChanger(ChangeTable.Changer[] changers)
|
Method Summary | |
java.lang.Object |
change(java.lang.Object value)
Produce a modified value from an old value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChangeTable.ChainedChanger(ChangeTable.Changer[] changers)
Method Detail |
public java.lang.Object change(java.lang.Object value) throws ParserException
ChangeTable.Changer
Produce 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.Changer
value
- the old value Object
ParserException
- if value could not be changed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |