|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsigmlgen.SiGMLDocToTimed
public class SiGMLDocToTimed
A converter for a SiGML document: it generates a new copy of the
document in which each <hns_sign> and <hamgestural_sign>
element has a duration attribute based on timings from a matching
CAS file.
| Nested Class Summary | |
|---|---|
static class |
SiGMLDocToTimed.SiGMLConvertException
Exception class for SiGML HNS-to-Gestural conversion. |
| Constructor Summary | |
|---|---|
SiGMLDocToTimed(java.lang.String sigmltext,
java.lang.String cas)
Constructs a new converter for the given SiGML <sigml>
document text, using the given repertoire of standard converters. |
|
SiGMLDocToTimed(java.lang.String sigmltext,
java.lang.String cas,
java.lang.String doceltype)
Constructs a new converter for the given SiGML document text, whose document element should be of the specified type (either sigml or sigmlsection, using the given repertoire
of standard converters. |
|
SiGMLDocToTimed(java.lang.String sigmltext,
java.lang.String cas,
java.lang.String doceltype,
boolean loghml)
Constructs a new converter for the given SiGML document text, whose document element should be of the specified type (either sigml or sigmlsection, using the given repertoire
of standard converters, using the given HML logging enabled flag
setting. |
|
| Method Summary | |
|---|---|
int |
getGesturalErrorCount()
Returns the error count for this converter's conversion process. |
java.lang.String |
getGesturalErrorText()
Returns the error text for this converter's conversion process. |
java.lang.String |
getGesturalSiGMLDoc()
Returns the "gestural" SiGML document text produced by this converter's conversion process. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SiGMLDocToTimed(java.lang.String sigmltext,
java.lang.String cas)
throws SiGMLDocToTimed.SiGMLConvertException
<sigml>
document text, using the given repertoire of standard converters.
SiGMLDocToTimed.SiGMLConvertException
public SiGMLDocToTimed(java.lang.String sigmltext,
java.lang.String cas,
java.lang.String doceltype)
throws SiGMLDocToTimed.SiGMLConvertException
sigml or sigmlsection, using the given repertoire
of standard converters.
SiGMLDocToTimed.SiGMLConvertException
public SiGMLDocToTimed(java.lang.String sigmltext,
java.lang.String cas,
java.lang.String doceltype,
boolean loghml)
throws SiGMLDocToTimed.SiGMLConvertException
sigml or sigmlsection, using the given repertoire
of standard converters, using the given HML logging enabled flag
setting.
SiGMLDocToTimed.SiGMLConvertException| Method Detail |
|---|
public java.lang.String getGesturalSiGMLDoc()
public int getGesturalErrorCount()
public java.lang.String getGesturalErrorText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||