|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.impl.grammar.SequenceFormatManager
public class SequenceFormatManager
Sequence Format Manager : manage the format of a sequence.
Field Summary |
---|
Fields inherited from interface org.kemet.impl.grammar.model.ISequence |
---|
primarySequence |
Constructor Summary | |
---|---|
SequenceFormatManager(java.lang.String[] sequence)
Deprecated. initialize the sequence manager. |
|
SequenceFormatManager(java.lang.String[] sequence,
int choice,
java.util.HashMap args)
Deprecated. initialize the sequence manager. |
Method Summary | |
---|---|
int |
getCurrentIndex()
Deprecated. return the current index. |
java.lang.String |
getFormat()
Deprecated. generate the detailed grammatical sequence from a complete sequence composed of signList. |
java.lang.String |
getFormatForSequence(int sequenceIndex)
Deprecated. generate the detailed grammatical sequence for a particular sequence composed of signList. |
java.lang.String[] |
getListFormat()
Deprecated. generate the detailed grammatical sequence from several complete sequences composed of signList. |
java.lang.String[] |
getListSequenceFormat()
Deprecated. return list of detailed sequence. |
java.lang.String[] |
getListSigns()
Deprecated. return the list of signs. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequenceFormatManager(java.lang.String[] sequence)
initialize the sequence manager.
sequence
- list of sequence to analysepublic SequenceFormatManager(java.lang.String[] sequence, int choice, java.util.HashMap args) throws KemetAPIException
initialize the sequence manager.
sequence
- list of sequence to analysechoice
- action to doargs
- parameters initialized for the grammar manager
KemetAPIException
- action list :
ANALYSE_FROM_SIGNS = analyze hieroglyphic features which are implemented
in the sequence
see KEMET_DATA : AssociatedProcToSFItems.xml file see DeveloperGuide :
"first step : how to configure the KEMET Library ?"Method Detail |
---|
public java.lang.String getFormat()
generate the detailed grammatical sequence from a complete sequence composed of signList.
support : UNILITERAL BILITERAL
public java.lang.String[] getListFormat()
generate the detailed grammatical sequence from several complete sequences composed of signList.
support : UNILITERAL BILITERAL
public java.lang.String getFormatForSequence(int sequenceIndex)
generate the detailed grammatical sequence for a particular sequence composed of signList.
support : UNILITERAL BILITERAL
sequenceIndex
- index of sequence in complete sequence
public java.lang.String[] getListSequenceFormat()
return list of detailed sequence.
public int getCurrentIndex()
return the current index.
public java.lang.String[] getListSigns()
return the list of signs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |