public class HNS3To4
extends java.lang.Object
Constructor and Description |
---|
HNS3To4()
Constructs a new converter.
|
Modifier and Type | Method and Description |
---|---|
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. |
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)