|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthnsgen.HNS3To4
public class HNS3To4
This class provides facilities for the conversion of (the manual component of) an HNS-3 sign to the equivalent HNS-4 sign.
Constructor Summary | |
---|---|
HNS3To4()
Constructs a new converter. |
Method Summary | |
---|---|
HNSSign |
convert(HNSSign hns)
Returns a new HNSSign obtained by converting
the given one from HNS-3 to HNS-4 format. |
static boolean |
IS_RPT(char ch)
Tests whether or not the given character is one of the HNS repetition symbols. |
static char |
MOVE_CROSS()
Returns the (obsolete) HNS hammovecrosssymbol. |
static char |
MOVE_X()
Returns the (obsolete) HNS hammovexsymbol. |
static char |
PAR_BEGIN()
Returns the HNS hamparbeginsymbol. |
static char |
PAR_END()
Returns the HNS hamparendsymbol. |
static char |
PS_END(char ps)
Returns the HNS closing bracket symbol that matches the given open bracket symbol (hamparbegin or hamseqbegin). |
static char |
SEQ_BEGIN()
Returns the HNS hamseqbeginsymbol. |
static char |
SEQ_END()
Returns the HNS hamseqendsymbol. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HNS3To4()
Method Detail |
---|
public HNSSign convert(HNSSign hns)
HNSSign
obtained by converting
the given one from HNS-3 to HNS-4 format.
public static final char MOVE_CROSS()
hammovecrosssymbol.
public static final char MOVE_X()
hammovexsymbol.
public static final char PAR_BEGIN()
hamparbeginsymbol.
public static final char SEQ_BEGIN()
hamseqbeginsymbol.
public static final char PAR_END()
hamparendsymbol.
public static final char SEQ_END()
hamseqendsymbol.
public static final char PS_END(char ps)
public static final boolean IS_RPT(char ch)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |