|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.intenz.tools.sib.translator.rules.DescriptionLineRules
public class DescriptionLineRules
DescriptionLineRules are specific to the description line. They should be applied before other rules. Only reverse rules are applicable to this DE line currently.
History:
Developer Date Description
pmatos 09-May-2005 Created class
Method Summary | |
---|---|
String |
applyRules(String text)
Not implemented |
static DescriptionLineRules |
getInstance()
Returns the sole instance of this class. |
String |
reverseRules(String text)
Applies the reverse rules. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DescriptionLineRules getInstance()
public String applyRules(String text)
applyRules
in interface RuleGroup
text
- The text to be translated.
NullPointerException
- if text
is null
.public String reverseRules(String text)
reverseRules
in interface RuleGroup
text
- The text to be translated.
NullPointerException
- if text
is null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |