Uses of Class
hnscnvt.HNSInputAsSignSequence

Packages that use HNSInputAsSignSequence
hnscnvt This package implements the processing of HamNoSys 4 sign data in various input formats to give the corresponding HamNoSysML (HML) and gestural SiGML representations. 
sigmlgen This package imlements the generation of SiGML documents in various forms. 
 

Uses of HNSInputAsSignSequence in hnscnvt
 

Subclasses of HNSInputAsSignSequence in hnscnvt
 class HNSStdAsSignSequence
          Driver for the generation of a sequence of HNSSigns from an input text containing HamNoSys signs in the standard legacy format, with each sign represented on a single line containing its gloss, manual and non-manual parts.
 class HNSTAsSignSequence
          Driver for the generation of a sequence of HNSSigns from an input text containing a sign sequence in the legacy HNST ("Tokenized HamNoSys) format.
 

Uses of HNSInputAsSignSequence in sigmlgen
 

Constructors in sigmlgen with parameters of type HNSInputAsSignSequence
SiGMLDocsFromHNSSource(HNSToHML htoh, HMLToSiGML htos, HNSInputAsSignSequence hnsin)
          Constructs a new SiGMLDocsFromHNSSource, which will use the three given converters (that convert, respectively, an "HNS" SiGML sign element to an HNSSign object, an HNSSign object to an HML sign element, and an HML sign to a "Gestural" SiGML sign element) to generate "HNS" and "Gestural" SiGML document texts for the sequence of "HNS" SiGML signs obtained from a given HNSInputAsSignSequence.