A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

A1LIST - Static variable in interface hamparse.Ham4ParserTokenTypes
 
A1LIST - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
a1tlist() - Method in class hamparse.Ham4Parser
a1tlist : ( action1t a1tlist )? ;
A1TLIST - Static variable in interface hamparse.Ham4ParserTokenTypes
 
A1TLIST - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
a1tstar() - Method in class hamparse.Ham4Parser
a1tstar : a1tlist // { #a1tstar = #([A1TLIST,"a1tstar"], #a1tstar); } ;
a1tstar(AST) - Method in class hamwalk.Ham4HMLGen
Returns a sequence of HML <action1t> elements.
a2tlist() - Method in class hamparse.Ham4Parser
a2tlist : ( (action2t) => action2t a2tlist )? ;
A2TLIST - Static variable in interface hamparse.Ham4ParserTokenTypes
 
A2TLIST - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
a2tstar() - Method in class hamparse.Ham4Parser
a2tstar : a2tlist // { #a2tstar = #([A2TLIST,"a2tstar"], #a2tstar); } ;
a2tstar(AST) - Method in class hamwalk.Ham4HMLGen
Returns a sequence of HML <action2t> elements.
AA_HINTS - Static variable in class ssclient.FileList
Rendering hints to switch anti-aliasing on.
AA_HINTS - Static variable in class ssclient.HNSTableSuppport
 
abort(Exception) - Static method in class util.FileUtils
Lists the stack trace for the given exception and aborts this JVM.
ABS_ZERO_MILLIS - Static variable in class broadcast.BroadcastSiGMLDefs
 
acceptBytesBlock(byte[]) - Method in interface sigmlinlib.BytesBlockStreamHandler
Accepts the given byte array as the next data block in the stream.
acceptBytesBlock(byte[]) - Method in class sigmlinlib.SiGMLInLib
Handler method for the input server's "input data acccepted" notification: this method responds by processing the input and in turn invoking the native client's SiGMLInLib.acceptSiGML(String[]) notification method.
acceptErrorReport(String) - Method in interface broadcast.PacketAcceptor
 
acceptErrorReport(String) - Method in interface broadcast.SegmentAcceptor
 
acceptErrorReport(String) - Method in class broadcast.SiGMLSegmentReceiver
 
acceptErrorReport(String) - Method in class broadcast.SiGMLSegmentSynchDelivery
 
acceptErrorReport(String) - Method in class sigmlinlib.BroadcastSiGMLInputService
 
acceptPacket(String) - Method in interface broadcast.PacketAcceptor
 
acceptPacket(String) - Method in class broadcast.SiGMLSegmentReceiver
 
acceptSegment(String) - Method in interface broadcast.SegmentAcceptor
 
acceptSegment(String) - Method in class broadcast.SiGMLSegmentSynchDelivery
 
acceptSegment(String) - Method in class sigmlinlib.BroadcastSiGMLInputService
 
acceptStarter() - Method in interface broadcast.SegmentAcceptor
 
acceptStarter() - Method in class broadcast.SiGMLSegmentSynchDelivery
 
acceptStarter() - Method in class sigmlinlib.BroadcastSiGMLInputService
 
acceptString(String) - Method in class sigmlinlib.SiGMLInLib
Handler method for the input server's "input data acccepted" notification: this method responds by processing the input and in turn invoking the native client's SiGMLInLib.acceptSiGML(String[]) notification method.
acceptString(String) - Method in interface sigmlinlib.StringStreamHandler
Accepts the given string as the next in the stream.
acceptTerminator(long) - Method in interface broadcast.SegmentAcceptor
 
acceptTerminator(long) - Method in class broadcast.SiGMLSegmentSynchDelivery
 
acceptTerminator(long) - Method in class sigmlinlib.BroadcastSiGMLInputService
 
action1() - Method in class hamparse.Ham4Parser
action1 : ( HamNomotion | simplemovement ( ( modifier )+ ( HamLargemod )? )? | ( HamSeqbegin digit ) => specialfingerplaymovement | paraction1 | seqaction1 | seqfusedaction1 ) { #action1 = #([ACTION1,"action1"], #action1); } ;
ACTION1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
action1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <action1> element.
ACTION1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
action1t() - Method in class hamparse.Ham4Parser
action1t : ( ( action1 ) => ( action1 ( ( handconstellation ) => handconstellation | location1 ( HamLargemod )? )? ) | paraction1t | ( nmaction1t ) //#### 2003-08 => nmaction1t | seqaction1t | seqfusedaction1t ) repetitionsoption // { #action1t = #([ACTION1T,"action1t"], #action1t); } ;
ACTION1T - Static variable in interface hamparse.Ham4ParserTokenTypes
 
action1t(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <action1t> element.
ACTION1T - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
ACTION2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
ACTION2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
action2t() - Method in class hamparse.Ham4Parser
action2t : ( ( action1 location2not1 ) => action1 location2not1 repetitionsoption | ( action1t ) => action1t | ( ( HamParbegin ( action1 )+ HamPlus ( action1 )+ HamParend location2 ) => splitaction2loc2 | ( HamParbegin ( action1t )+ HamPlus ) => splitaction2t | paraction2t | seqaction2t | seqfusedaction2t ) repetitionsoption ) { #action2t = #([ACTION2T,"action2t"], #action2t); } ;
ACTION2T - Static variable in interface hamparse.Ham4ParserTokenTypes
 
action2t(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <action2t> element.
ACTION2T - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
addSegmentToSendQueue(String[], long) - Method in interface broadcast.SegmentSender
 
addSegmentToSendQueue(String[], long) - Method in class broadcast.SiGMLSegmentTransmitter
 
addStarterToQueue() - Method in interface broadcast.SegmentSender
 
addStarterToQueue() - Method in class broadcast.SiGMLSegmentTransmitter
 
addTerminatorToQueue(long) - Method in interface broadcast.SegmentSender
 
addTerminatorToQueue(long) - Method in class broadcast.SiGMLSegmentTransmitter
 
advanceBack(int, int) - Method in class util.ReaderLinesTracker
Advances this tracker's "back" marker to the location with the specified line and column numbers.
advanceFront(int, int) - Method in class util.ReaderLinesTracker
Advances this tracker's front marker to the location with the specified line and column numbers.
alternations() - Method in class hamparse.Ham4Parser
alternations : HamAlternatingmotion ( HamAlternatingmotion )? ;
AmbientMotionFlags - Class in sigmlgen.playerctrl
A record of the ambient motion settings defined within a SiGML <player_settings> element.
AmbientMotionFlags(boolean, boolean, boolean) - Constructor for class sigmlgen.playerctrl.AmbientMotionFlags
Constructs a new set of ambient motion flags with the given values for body, head, and blink ambient motions.
AMBIENTS_TAG - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
ambient_motions element tag.
appendChildList(Element, Element[]) - Static method in class hamwalk.HMLBuilder
Appends the given sequence of child elements to the children of the given element.
arc() - Method in class hamparse.Ham4Parser
arc : HamArcl | HamArcu | HamArcr | HamArcd ;
arc(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for one of the HNS arc-kind values.
arckind() - Method in class hamparse.Ham4Parser
arckind : arc ( arc )? ( size )? ;
arckind(AST, Element) - Method in class hamwalk.Ham4HMLGen
Attaches appropriate arc attributes to the given <straightmovement> element.
AsciiIdMapper - Class in util
This class supports the mapping of ISO-8859-1/CP-1252 identifiers to ASCII-compatible form based on a mapping table file for individual characters.
ASI_SIGML_ERROR_TEXT - Static variable in class sigmlinlib.SiGMLInLib
Index in the SiGMLInLib.acceptSiGML(String[]) parameter array of the error text for the conversion to gestural SiGML.
ASI_SIGML_GESTURAL - Static variable in class sigmlinlib.SiGMLInLib
Index in the SiGMLInLib.acceptSiGML(String[]) parameter array of the converted SiGML document text, in which each <hns_sign> element in the original is replaced by the corresponding <hamgestural_sign> element.
ASI_SIGML_IN - Static variable in class sigmlinlib.SiGMLInLib
Index in the SiGMLInLib.acceptSiGML(String[]) parameter array of the original SiGML document input text.
ASI_SIGML_IN_ERR_COUNT - Static variable in class sigmlinlib.SiGMLInLib
Index in the SiGMLInLib.acceptSiGML(String[]) parameter array of the error count for the conversion to gestural SiGML.
attr - Variable in class util.RE.AV
Attribute name.
ATTR_DEF(String, String) - Static method in class sigmlgen.SiGMLTagDefs
XML attribute definition with the given name, and the given value enclosed in double-quotes.

B

B_SIGML_RCV_PORT(int) - Static method in class broadcast.BroadcastSiGMLDefs
 
B_SIGML_SEND_PORT(int) - Static method in class broadcast.BroadcastSiGMLDefs
 
BASE_URI_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML base_uri attribute.
basichandshape() - Method in class hamparse.Ham4Parser
basichandshape : ( handshapeclass | HamNondominant ) // 2011-03 // Allow HamEtc for "underspecified"/approximate.
basichandshape(AST) - Method in class hamwalk.Ham4HMLGen
Returns a trio (but see addendum below) of strings, for: hand-shape, thumb-position and finger-bending, with either or both of the last two possibly being null.
basichandshape1() - Method in class hamparse.Ham4Parser
basichandshape1 : basichandshape ( ( HamBetween handshapeclass ) //#### 2003-08 => HamBetween ! basichandshape )? { #basichandshape1 = #([BASICHDSHP1,"basichandshape1"], #basichandshape1); } ;
basichandshape1(AST) - Method in class hamwalk.Ham4HMLGen
Returns two quadruples of strings, each representing a basichandshape for one hand.
BASICHDSHP - Static variable in interface hamparse.Ham4ParserTokenTypes
 
BASICHDSHP - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
BASICHDSHP1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
BASICHDSHP1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
BasicSAXHandler - Class in xml
Base class for a SAX Handler.
BasicSAXHandler() - Constructor for class xml.BasicSAXHandler
Constructs a new handler with no entity resolver.
BasicSAXHandler(CleanerEntityResolver) - Constructor for class xml.BasicSAXHandler
Constructs a new handler with the given entity resolver.
BCAST_SIGML_PORT_OFFSET - Static variable in class sigmlinlib.SIDefs
Offset for the standard Broadcast SiGML input port, from SIDefs.STD_SIGML_PORT_BASE.
BCAST_SIGML_PORT_TAG - Static variable in class sigmlinlib.SIDefs
Tag for Broadcast SiGML input port.
beginService() - Method in interface sigmlinlib.SiGMLInputServiceBase.ServiceOperations
Performs any actions needed to start the input service.
beginSupportForNewSiGML() - Method in class ssclient.SiGMLUndoController
Set up a new edit/undo data for a new SiGML text.
BLINK_ATTR - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
blink attribute name.
blinkAmbientIsOn() - Method in class sigmlgen.playerctrl.AmbientMotionFlags
Returns the ambient motion setting for the blink.
BODY_ATTR - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
body attribute name.
bodyAmbientIsOn() - Method in class sigmlgen.playerctrl.AmbientMotionFlags
Returns the ambient motion setting for the body.
BOM_0 - Static variable in class util.BytesEncodingChecker
Byte 0 (big-endian) of a 16-bit BOM character.
BOM_1 - Static variable in class util.BytesEncodingChecker
Byte 1 (big-endian) of a 16-bit BOM character.
BOOL - Static variable in class util.RE
RE for a boolean value tag true or false.
boolResult(RE.AV, boolean) - Static method in class util.RE
Returns the boolean value defined by the given RE.AV structure, or the given default value if the given AV reference is null.
boolResult(RE.AV) - Static method in class util.RE
Returns the boolean value defined by the given RE.AV structure, or false if the given AV reference is null.
BPSReceiver - Class in broadcast
 
BPSReceiver(int, int, InetAddress, PacketAcceptor) - Constructor for class broadcast.BPSReceiver
 
BPSReceiver(int, int, PacketAcceptor) - Constructor for class broadcast.BPSReceiver
 
BPSTransmitter - Class in broadcast
 
BPSTransmitter(int, int, InetAddress) - Constructor for class broadcast.BPSTransmitter
 
BPSTransmitter(int, int) - Constructor for class broadcast.BPSTransmitter
 
BPSTransmitter(int) - Constructor for class broadcast.BPSTransmitter
 
BPSTransmitter() - Constructor for class broadcast.BPSTransmitter
 
broadcast - package broadcast
This package contains classes implementing the generation and synchronized dispatch of SiGML sequences over UDP to accompany a broadcast TV transmission.
BroadcastSiGMLDefs - Class in broadcast
 
BroadcastSiGMLDefs() - Constructor for class broadcast.BroadcastSiGMLDefs
 
BroadcastSiGMLInputService - Class in sigmlinlib
Input service for Broadcast SiGML: it accepts synchronized delivery of a stream of SiGML segments on a specified UDP port, and passes these segments on to a given StringStreamHandler.
BroadcastSiGMLInputService(StringStreamHandler, Logging) - Constructor for class sigmlinlib.BroadcastSiGMLInputService
 
BroadcastSiGMLInputService(StringStreamHandler, Logging, int) - Constructor for class sigmlinlib.BroadcastSiGMLInputService
 
brushingcontact() - Method in class hamparse.Ham4Parser
brushingcontact : HamSeqbegin ! HamBrushing location1 HamSeqend ! ;
BS_PORT_BASE - Static variable in class broadcast.SiGMLStreamTransmitter
 
buildDocument(ArrayList<XMLUnitEvent>) - Method in class sigmlstream.xml.XMLUnitDOMBuilder
Builds and returns a new DOM document for the given sequence of XMLUnitEvents, printing an error message on standard output and returning null in case of failure.
BytesBlockStreamHandler - Interface in sigmlinlib
Interface for the processing of a stream of data blocks, each block being an array of bytes.
bytesBlockStreamStarted() - Method in interface sigmlinlib.BytesBlockStreamHandler
Starts processing the stream of data blocks.
bytesBlockStreamStarted() - Method in class sigmlinlib.SiGMLInLib
Handler method for the input server's "input started" notification: this method in turn invokes the native client's SiGMLInLib.noteSIServiceStarted() notification method.
bytesBlockStreamStopped() - Method in interface sigmlinlib.BytesBlockStreamHandler
Terminates processing the stream of data blocks.
bytesBlockStreamStopped() - Method in class sigmlinlib.SiGMLInLib
Handler method for the input server's "input shut-down" notification: this method in turn invokes the native client's SiGMLInLib.noteSIServiceStopped() notification method.
BytesEncodingChecker - Class in util
Provides UCS encoding information for a given byte array, allowing the client to determine whether its encoding is UTF-8 or UTF-16, whether in the latter case it is big- or little-endian, whether or not there is a BOM, and if so the number of bytes devoted to the BOM.
BytesEncodingChecker(byte[]) - Constructor for class util.BytesEncodingChecker
Constructs a new checker for the given byte array and determines its encoding parameters.

C

CAM_LOC_TAG - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
camera_location element tag.
CameraSettings - Class in sigmlgen.playerctrl
A record of the camera settings defined within a SiGML <player_settings> element.
CameraSettings(float, float, float, float, float, float) - Constructor for class sigmlgen.playerctrl.CameraSettings
Constructs a new camera settings record with the given camera (x,y) location, (r,theta,phi) direction and FoV values.
canonical(File) - Static method in class util.FileUtils
Returns the canonical form of the given File, aborting in the (unexpected) case of failure.
CAS_FORMAT_VALUE - Static variable in class sigmlgen.SiGMLTagDefs
Name for format attribute's CAS value.
CASMMToMetres - Class in sigmlgen
Main class, whose main method converts all the length/position values in a CAS file from mm to metres, using a simple XSLT transform.
CASMMToMetres() - Constructor for class sigmlgen.CASMMToMetres
 
cautiousfingerlist() - Method in class hamparse.Ham4Parser
cautiousfingerlist : reccautiousfingerlist // { #cautiousfingerlist = #([FINGERLIST,"fingerlist"], #cautiousfingerlist); } ;
ccontact() - Method in class hamparse.Ham4Parser
ccontact : HamInterlock | HamCross ;
ccontact(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for a form of crossing contact.
checkAndNormalizeNMTag(String) - Static method in class sigmlgen.HNSSiGMLNonManuals
Checks that the given HNST non-manual primitive tag is valid: if so this method returns the tag itself in its normalized form; otherwise it returns null.
checkedAppendChild(Element, Element) - Static method in class hamwalk.HMLBuilder
Appends the given child element to the children of the given element, unless the child is null, in which case the putative parent is unaltered.
checkedSetAttr(Element, String, String) - Static method in class hamwalk.HMLBuilder
Attaches the attribute setting with the given name and value to the given element, unless the attribute value is null, in which case the element is not changed.
checkedSetFlagAttr(Element, String, boolean) - Static method in class hamwalk.HMLBuilder
For the given element and boolean attribute setting (name and value), attaches the attribute setting to the element if its value is true, but makes no change to the element if the attribute value is false.
checkedStringSetFlagAttr(Element, String, String) - Static method in class hamwalk.HMLBuilder
Similar to HMLBuilder.checkedSetFlagAttr(org.w3c.dom.Element, java.lang.String, boolean), but with a boolean string input value, that is, if the given value string is non-null and equals "true", then the given attribute of the given element is set to this value; otherwise the element is left unchanged.
checkForParseError() - Method in class hamparse.Ham4Parser
Does nothing unless parse errors have occurred, in which case a new RecognitionException is thrown whose detail message is a complete parsing error log.
circularmovement() - Method in class hamparse.Ham4Parser
circularmovement : movementcircle ( HamBetween ! movementcircle )? { #circularmovement = #([CRCLRMVMT,"crclrmvmt"], #circularmovement); } ;
circularmovement(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <circularmovement> element.
CleanerEntityResolver - Interface in xml
Refinement of the SAX Entity Resolver interface, the only difference being that this one does not allow an IOException to be thrown.
clock - Variable in class broadcast.TimeKeeper
 
clock() - Method in class hamparse.Ham4Parser
clock : HamClocku | HamClockul | HamClockl | HamClockdl | HamClockd | HamClockdr | HamClockr | HamClockur ;
clock(AST) - Method in class hamwalk.Ham4HMLGen
Returns a one- or two- character string tag for one of the 8 possible clock direction values.
close() - Method in class util.ReaderLinesTracker
Closes this tracker along with the reader that backs it.
closeLogFile() - Method in class util.Logger
Closes the current logging output file, if any, having first appended a date/time message to it.
closeLogFile() - Method in interface util.Logging
Terminates the current log and closes its log file.
CNTCTBODY - Static variable in interface hamparse.Ham4ParserTokenTypes
 
CNTCTBODY - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
CNTCTHAND - Static variable in interface hamparse.Ham4ParserTokenTypes
 
CNTCTHAND - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
CNTCTOFHAND - Static variable in interface hamparse.Ham4ParserTokenTypes
 
CNTCTOFHAND - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
CNTCTOHARM - Static variable in interface hamparse.Ham4ParserTokenTypes
 
CNTCTOHARM - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
CNTCTOHHAND - Static variable in interface hamparse.Ham4ParserTokenTypes
 
CNTCTOHHAND - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
COMPRESSED_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML <signing_ref> element's compressed attribute.
contactbody() - Method in class hamparse.Ham4Parser
contactbody : ( pcontact | HamArmextended | contactofhand ) { #contactbody = #([CNTCTBODY,"contactbody"], #contactbody); } ;
contactbody(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <contactbody> element.
contacthand() - Method in class hamparse.Ham4Parser
contacthand : ( pcontact | ccontact | contactofhand ) { #contacthand = #([CNTCTHAND,"contacthand"], #contacthand); } ;
contacthand(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <contacthand> element.
contactofhand() - Method in class hamparse.Ham4Parser
contactofhand : HamSeqbegin ! ( pcontact | ccontact ) ( ( levelhand ) => contactohhand | contactoharm ) HamSeqend ! // { #contactofhand = #([CNTCTOFHAND,"contactofhand"], #contactofhand); } ;
contactofhand(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <contactofhand> element.
contactoharm() - Method in class hamparse.Ham4Parser
contactoharm : levelcomplexarm // { #contactoharm = #([CNTCTOHARM,"contactoharm"], #contactoharm); } ;
contactoharm(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <contactohhand> element (contact of hand on arm).
contactohhand() - Method in class hamparse.Ham4Parser
contactohhand : levelcomplexhand // { #contactohhand = #([CNTCTOHHAND,"contactohhand"], #contactohhand); } ;
contactohhand(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <contactohhand> element (contact of hand on hand).
CONTINUES_LC - Static variable in class broadcast.PacketHeader
 
CONTINUES_NAME - Static variable in class broadcast.PacketHeader
 
convert(String, String, StringBuilder) - Method in class hnscnvt.HNSManualConverter
Converts the given manual HNS string to a <hamnosys_manual> element and appends the text of that element to the given StringBuilder with the given indentation at the start of each line.
convert(String, String, StringBuilder) - Method in class hnscnvt.HNSNonManualConverter
Converts the given HNST non-manual string to a <hamnosys_nonmanual> element and appends the text of that element to the given StringBuilder with the given indentation at the start of each line.
convert(String) - Method in class hnscnvt.HNSSignElementToHNS
Returns the HNSSign for the given <hns_sign> element string.
convert(Element) - Method in class hnscnvt.HNSSignElementToHNS
Returns the HNSSign for the given <hns_sign> DOM Element.
convert(HNSSign, StringBuilder) - Method in class hnscnvt.HNSSignToElementText
Generates the &lt;hns_sign&gt; element text for the given HNSSign, and appends it to the given string builder.
convert(HNSSign) - Method in class hnsgen.HNS3To4
Returns a new HNSSign obtained by converting the given one from HNS-3 to HNS-4 format.
COUNT_LC - Static variable in class broadcast.PacketHeader
 
COUNT_NAME - Static variable in class broadcast.PacketHeader
 
COUNT_PORT_TAGS - Static variable in class sigmlinlib.SIDefs
The number of distinct kinds of SiGML input.
countBOMPrefixBytes() - Method in class util.BytesEncodingChecker
Returns the number of bytes devoted to an initial BOM, so zero is returned in the case where there is no initial BOM.
CRCLRMVMT - Static variable in interface hamparse.Ham4ParserTokenTypes
 
CRCLRMVMT - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
CX_ATTR - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
cx attribute name.
CY_ATTR - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
cy attribute name.

D

DATE - Static variable in class ssclient.SiGMLSignClient
Date string for current version.
delay(long) - Method in class broadcast.TimeKeeper
 
delaySecs(long) - Method in class broadcast.TimeKeeper
 
delayTicks(long) - Method in class broadcast.TimeKeeper
 
digit() - Method in class hamparse.Ham4Parser
digit : thumb | finger ;
digit(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <finger> element.
DO_ASCIIFIED_GLOSS - Static variable in class hnscnvt.HNSInputToHandler
Non-final global flag, indicating whether gloss names in the generated sign sequence are to be ASCII-fied.
DO_LIST - Static variable in class util.InputStreamAsBytes
Flag controlling listing of the blocks (for debugging).
doAcceptStarter() - Method in class sigmlinlib.BroadcastSiGMLInputService
 
doneAllHNSSigns() - Method in interface hnscnvt.HNSSignsHandler
Reports the completion of the generated sign sequence.
doneSegmentSequenceSend() - Method in interface broadcast.SegmentSender
 
doneSegmentSequenceSend() - Method in class broadcast.SiGMLSegmentTransmitter
 
dorsalorpalmar() - Method in class hamparse.Ham4Parser
dorsalorpalmar : HamHandback | HamPalm ;
dorsalorpalmar(AST) - Method in class hamwalk.Ham4HMLGen
Returns one of the string tags dorsal or palmar.
doTransform(String, String) - Method in class xml.XMLTransformer
Applies this transform to the given input XML file, producing the result in the given output file.
doTransform(String) - Method in class xml.XMLTransformer
Applies this transform to the given input XML text, returning the result as a string.
doTransform(Element) - Method in class xml.XMLTransformer
Applies this transform to the given input DOM element, returning the result also as a DOM element.
doTransform(Source) - Method in class xml.XMLTransformer
Applies this transform to the given source, returning the result as a DOM element.
doTransform(Source, Result) - Method in class xml.XMLTransformer
Applies this transform to the given source to produce the given result.
DQ_BODY - Static variable in class util.RE
RE for the body of a double-quoted string, i.e.
DQ_STRING - Static variable in class util.RE
RE for a double-quoted string (with no enclosed double quotes).
dquote(String) - Static method in class util.RE
Returns the given RE wrapped in double quotes.
duration() - Method in class hnscnvt.HNSSign
Returns the sign's duration attribute string.
DURATION_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML (and HML) duration attribute.

E

EL_ALL(String) - Static method in class sigmlgen.SiGMLTagDefs
XML empty element tag, with the given name and no attributes.
EL_ALL(String, String) - Static method in class sigmlgen.SiGMLTagDefs
XML empty element tag, with the given name and attributes.
EL_BEG(String) - Static method in class sigmlgen.SiGMLTagDefs
Initial part of an XML element start tag, using the given name.
EL_CLOSE(String) - Static method in class sigmlgen.SiGMLTagDefs
XML element end tag, with the given name.
EL_END(String) - Static method in class sigmlgen.SiGMLTagDefs
Initial part of an XML element start tag, using the given name.
EL_OPEN(String) - Static method in class sigmlgen.SiGMLTagDefs
XML element start tag, with the given name and no attributes.
EL_OPEN(String, String) - Static method in class sigmlgen.SiGMLTagDefs
XML element start tag, with the given name and attributes.
element() - Method in class hnscnvt.HNSSign
Assuming it is available (as indicated by HNSSign.elementIsAvailable()), this method returns the text of the <hns_sign> element defining this sign.
elementFromList(ArrayList<Element>, String) - Method in class hamwalk.HMLBuilder
If the given list has exactly one element, then returns that element (assumed to be of the given type); otherwise, creates and returns a new element of the given type with the given list of elements (in order) as its children.
elementIsAvailable() - Method in class hnscnvt.HNSSign
Returns a boolean indicating whether this sign has an associated <hns_sign> DOM Element.
elementText() - Method in class hnscnvt.HNSSign
Assuming it is available (as indicated by HNSSign.elementTextIsAvailable()), this method returns the text of the <hns_sign> element defining this sign.
elementTextIsAvailable() - Method in class hnscnvt.HNSSign
Returns a boolean indicating whether this sign has an associated <hns_sign> element text.
ellipse() - Method in class hamparse.Ham4Parser
ellipse : ellipsedirection ( size )? ;
ellipse(AST) - Method in class hamwalk.Ham4HMLGen
Attaches the appropriate ellipse attributes to the given <circularmovement> element.
ellipsedirection() - Method in class hamparse.Ham4Parser
ellipsedirection : HamEllipseh | HamEllipseur | HamEllipsev | HamEllipseul ;
ellipsedirection(AST) - Method in class hamwalk.Ham4HMLGen
Returns a one- or two- character string tag for one of the 4 possible ellipse direction values.
elText(Element) - Method in class xml.XMLTransformer
Returns the text of the given DOM element.
emptyGesturalSignText(String) - Static method in class sigmlgen.SiGMLTagDefs
The text of a SiGML <hamgestural_sign> element with the given gloss name value, and an empty manual part.
emptyHMLSignText(String) - Static method in class sigmlgen.SiGMLTagDefs
The text of an empty HML <sign> element with the given gloss name value.
emptyHNSSignText(String) - Static method in class sigmlgen.SiGMLTagDefs
The text of a SiGML <hns_sign> element with the given gloss name value, and an empty manual part.
encodingForUCS16() - Method in class util.BytesEncodingChecker
Assuming the encoding is known to be some form of UTF-16, this method returns the appropriate encoding name with explicit endianness, i.e.
encodingIsKnown16Bit() - Method in class util.BytesEncodingChecker
Returns true iff the encoding is some form of UTF-16.
encodingIsKnownUTF8() - Method in class util.BytesEncodingChecker
Returns true iff the encoding is known to be UTF-8: to convert the bytes to a string using this encoding the first BytesEncodingChecker.countBOMPrefixBytes() should be omitted.
endDocument() - Method in class broadcast.SiGMLStreamHandler
 
endDocument() - Method in class hnscnvt.HNSSignSAXHandler
Handler for SAX end-document event.
EndDocumentEvent - Class in sigmlstream.xml
An "end document" XML unit event.
EndDocumentEvent() - Constructor for class sigmlstream.xml.EndDocumentEvent
Constructs a new "end document" XML unit event.
endElement(String, String, String) - Method in class broadcast.SiGMLStreamHandler
 
endElement(String, String, String) - Method in class hnscnvt.HNSSignSAXHandler
Handler for SAX end-element event.
endElement(String, String, String) - Method in class sigmlstream.xml.XMLUnitFilter
Handles the end of an XML element, as characterized by the given arguments, in the source.
EndElementEvent - Class in sigmlstream.xml
An "end element" XML unit event.
EndElementEvent(String, String, String) - Constructor for class sigmlstream.xml.EndElementEvent
Constructs a new "end element" XML unit event, characterized by the given arguments.
endService() - Method in interface sigmlinlib.SiGMLInputServiceBase.ServiceOperations
Performs any actions needed to finish the input service.
endSupportForOldSiGML() - Method in class ssclient.SiGMLUndoController
Discards edit/undo data for the old SiGML text prior to its being discarded.
EOF - Static variable in interface hamnewlex.HamTokenTypes
 
EOF - Static variable in interface hamparse.Ham4ParserTokenTypes
 
EOF - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
EOL - Static variable in class sigmlgen.SiGMLTagDefs
XML end-of-line string.
EOL - Static variable in class util.StringUtils
The end-of-line string for the current platform.
EQ - Static variable in class util.RE
RE for = sign with optional space around it.
equals(Object) - Method in class hnscnvt.HNSSign
Equality test, requiring matching manual, non-manual and gloss components.
error() - Method in class hnscnvt.HNSSign
Returns the sign's input error text.
error(SAXParseException) - Method in class xml.BasicSAXHandler
SAX Error handler: just reports the given exception on standard output.
explicitEncoding(String) - Static method in class xml.XMLBytesDecoder
If the given text starts with an XML declaration and that declaration explicitly specifies an encoding, then returns that encoding; otherwise returns null.
explicitXMLEncoding() - Method in class xml.XMLBytesDecoder
If this decoder's text starts with an XML declaration and that declaration explicitly specifies an encoding, then returns that encoding; otherwise returns null.
extfidir() - Method in class hamparse.Ham4Parser
extfidir : ( HamExtfingeru | HamExtfingerur | HamExtfingerr | HamExtfingerdr | HamExtfingerd | HamExtfingerdl | HamExtfingerl | HamExtfingerul | ( HamExtfingerol ( HamExtfingeruo | HamExtfingerdo )? ) | HamExtfingero | ( HamExtfingeror ( HamExtfingeruo | HamExtfingerdo )? ) | ( HamExtfingeril ( HamExtfingerui | HamExtfingerdi )? ) | HamExtfingeri | ( HamExtfingerir ( HamExtfingerui | HamExtfingerdi )? ) | ( HamExtfingerui ( HamExtfingeril | HamExtfingerir )? ) | ( HamExtfingerdi ( HamExtfingeril | HamExtfingerir )? ) | ( HamExtfingerdo ( HamExtfingerol | HamExtfingeror )? ) | ( HamExtfingeruo ( HamExtfingerol | HamExtfingeror )? ) ) { #extfidir = #([EXTFIDIR,"extfidir"], #extfidir); } ;
EXTFIDIR - Static variable in interface hamparse.Ham4ParserTokenTypes
 
extfidir(AST) - Method in class hamwalk.Ham4HMLGen
Returns a one-, two- or three- character string representing one of the 26 possible extended finger direction values.
EXTFIDIR - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
extfidir1() - Method in class hamparse.Ham4Parser
extfidir1 : extfidir ( HamBetween ! extfidir )? ( HamOrirelative )? { #extfidir1 = #([EXTFIDIR1,"extfidir1"], #extfidir1); } ;
EXTFIDIR1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
extfidir1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <extfidir1> element.
EXTFIDIR1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
extfidir2() - Method in class hamparse.Ham4Parser
extfidir2 : ( extfidir1 | splitextfidir2 ) { #extfidir2 = #([EXTFIDIR2,"extfidir2"], #extfidir2); } ;
EXTFIDIR2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
extfidir2(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <extfidir2> element.
EXTFIDIR2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
extract(String, String) - Static method in class util.RE
Searches the given text for the first substring that matches the given RE, and returns the first tagged group within that substring, or returns null if this is not possible..
extractHead(String, String) - Static method in class util.RE
If the given text has a prefix matching the given RE, then this method returns that prefix, or returns null otherwise.
extractTail(String, String) - Static method in class util.RE
If the given text has a prefix matching the given RE, then this method returns the complementary suffix, i.e.
EYE_RELATED_HML_TAGS - Static variable in class sigmlgen.HNSSiGMLNonManuals
The HML non-manual element tags for the following three articulators: eye-gaze, eye-brows, eye-lids.
EYES_LETTER - Static variable in class sigmlgen.HNSSiGMLNonManuals
HML/HNS-SiGML non-manual letter code for an eyes-related primitives (eye-gaze, eye-brows, eye-lids).
EYES_TAG_LISTS - Static variable in class sigmlgen.HNSSiGMLNonManuals
Space-separated lists of tags for eye-related HNS non-manuals, with one list for each of the following articulators: eye-gaze, eye-brows, eye-lids; each tag is a string containing exactly two upper-case letters.

F

fatalError(SAXParseException) - Method in class xml.BasicSAXHandler
SAX Fatal Error handler: just re-throws the given exception.
FCROSSING - Static variable in interface hamparse.Ham4ParserTokenTypes
 
FCROSSING - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
feedToContentHandler(ContentHandler) - Method in class sigmlstream.xml.EndDocumentEvent
Announces this event to the given SAX content handler by invoking its endDocument() method.
feedToContentHandler(ContentHandler) - Method in class sigmlstream.xml.EndElementEvent
Announces this event to the given SAX content handler by passing the its defining characteristics to the handler's endElement() method.
feedToContentHandler(ContentHandler) - Method in class sigmlstream.xml.StartDocumentEvent
Announces this event to the given SAX content handler by invoking its startDocument() method.
feedToContentHandler(ContentHandler) - Method in class sigmlstream.xml.StartElementEvent
Announces this event to the given SAX content handler by passing the its defining characteristics to the handler's startElement() method.
feedToContentHandler(ContentHandler) - Method in interface sigmlstream.xml.XMLUnitEvent
Causes this XML unit event to announce itself to the given SAX content handler.
FIBENDING - Static variable in interface hamparse.Ham4ParserTokenTypes
 
FIBENDING - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
FICRSSLIST - Static variable in interface hamparse.Ham4ParserTokenTypes
 
FICRSSLIST - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
fileInputSource(String) - Static method in class util.FileUtils
Returns a SAX input source for the file with the given path, aborting in case of failure.
fileInputSource(File) - Static method in class util.FileUtils
Returns a SAX input source for the given File, aborting in case of failure.
FileList - Class in ssclient
A FileList manages a Swing JList which it uses to display the names of all files in a given directory, whose identity may change from time to time.
FileList(String) - Constructor for class ssclient.FileList
Constructs a new file list, starting with the given directory if it is not null, otherwise uses the user's current directory.
FileList.SelectionReceiver - Interface in ssclient
File selected event handler interface.
FileUtils - Class in util
Static file-handling utility methods.
FileUtils() - Constructor for class util.FileUtils
 
findAVq(String, String, String) - Static method in class util.RE
Scans the given text for an attribute='value' string characterized by the given attribute name and quoted value REs, returning an appropriate RE.AV pair if successful, or null otherwise.
findInLine(int, String) - Method in class util.ReaderLinesTracker
Given the number of a line within this tracker's current viewing window, and a search string, this method returns the column number within the line of the specified line of (the first occurrence of) the specified string, or -1 if there are no occurrences of the string in the line.
finger() - Method in class hamparse.Ham4Parser
finger : HamIndexfinger | HamMiddlefinger | HamRingfinger | HamPinky ;
finger(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <fingernothumb> element.
fingerbending() - Method in class hamparse.Ham4Parser
fingerbending : ( HamFingerstraightmod | HamFingerbendmod | HamFingerhookedmod | HamDoublebent | HamDoublehooked ) { #fingerbending = #([FIBENDING,"fingerbending"], #fingerbending); } ;
fingerbending(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for one of the basic finger-bending values.
fingercrossing() - Method in class hamparse.Ham4Parser
fingercrossing : digit fingerpart digit // { #fingercrossing = #([FCROSSING,"fingercrossing"], #fingercrossing); } ;
fingercrossing(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <fingercrossing> element.
fingercrossinglist() - Method in class hamparse.Ham4Parser
fingercrossinglist : recfingercrossinglist // { #fingercrossinglist = #([FICRSSLIST,"fingercrossinglist"], #fingercrossinglist); } ;
fingercrossinglist(AST) - Method in class hamwalk.Ham4HMLGen
Returns a sequence of HML <fingercrossing> elements.
fingerlist() - Method in class hamparse.Ham4Parser
fingerlist : recfingerlist // { #fingerlist = #([FINGERLIST,"fingerlist"], #fingerlist); } ;
FINGERLIST - Static variable in interface hamparse.Ham4ParserTokenTypes
 
fingerlist(AST) - Method in class hamwalk.Ham4HMLGen
Returns a sequence of HML <fingernothumb> elements.
FINGERLIST - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
fingerpart() - Method in class hamparse.Ham4Parser
fingerpart : HamFingertip | HamFingernail | HamFingerpad | HamFingermidjoint | HamFingerbase | HamFingerside ;
fingerpart(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <fingerpart> element.
fingershape() - Method in class hamparse.Ham4Parser
fingershape : digit fingerbending // { #fingershape = #([FSHAPE,"fingershape"], #fingershape); } ;
fingershape(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <fingershape> element.
fingershapelist() - Method in class hamparse.Ham4Parser
fingershapelist : recfingershapelist // { #fingershapelist = #([FISHPLIST,"fingershapelist"], #fingershapelist); } ;
fingershapelist(AST) - Method in class hamwalk.Ham4HMLGen
Returns a sequence of HML <fingershape> elements.
FISHPLIST - Static variable in interface hamparse.Ham4ParserTokenTypes
 
FISHPLIST - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
FONT_COURIER - Static variable in class ssclient.HNSTableSuppport
 
FONT_HNS_U - Static variable in class ssclient.HNSTableSuppport
 
FONT_LUCIDA_C - Static variable in class ssclient.HNSTableSuppport
 
FORMAT_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML <signing_ref> element's format attribute.
FOV_ATTR - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
fov attribute name.
FSHAPE - Static variable in interface hamparse.Ham4ParserTokenTypes
 
FSHAPE - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
fullcircularmovement(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <circularmovement> element, with appropriate modifier attributes.
fullmovementcross(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <movementcross> element.
fullstraightmovement(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <straightmovement> element, with any appropriate size, arc, and zigzag attributes.
fullwristmovement(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <wristmovement> element.

G

GEST_MAN_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML {sign_manual} element.
gesturalSiGMLToHNS(String) - Method in class sigmlinlib.SiGMLInLib
Returns a sequence of HNSSigns, one for each <hamgestural_sign> element in the given SiGML document text.
getAmbientMotionFlags() - Method in class sigmlgen.GSiGMLSign
Returns the ambient motion flag settings for this sign.
getAmbients() - Method in class sigmlgen.playerctrl.PlayerSettings
Returns this record's ambient motions data if any, otherwise null.
getAndShowRelativeTimeMS(long, String) - Method in class util.SILTimer
As for SILTimer.showRelativeTimeMS(long, String), but this method also returns the displayed value.
getAndShowTimeMS(String) - Method in class util.SILTimer
As for SILTimer.showTimeMS(String), but this method also returns the displayed value.
getAsciiIdMapper() - Static method in class util.AsciiIdMapper
Factory method for a singleton AsciiIdMapper.
getAV(String, String, String) - Static method in class util.RE
Attempts to parse the given text (in its entirety) as an attribute='value' string characterized by the given attribute name and unquoted value REs, returning an appropriate RE.AV pair if successful, or null otherwise.
getAVBool(String, String) - Static method in class util.RE
Attempts to parse the given text (in its entirety) as an attribute='value' string characterized by the given attribute name RE and a boolean value, returning an appropriate RE.AV pair if successful, or null otherwise.
getAVInt(String, String) - Static method in class util.RE
Attempts to parse the given text (in its entirety) as an attribute='value' string characterized by the given attribute name and a non-negative integer value, returning an appropriate RE.AV pair if successful, or null otherwise.
getAVq(String, String, String) - Static method in class util.RE
Attempts to parse the given text (in its entirety) as an attribute='value' string characterized by the given attribute name and quoted value REs, returning an appropriate RE.AV pair if successful, or null otherwise.
getBytes() - Method in class util.InputStreamAsBytes
Returns the byte sequence obtained from the stream.
getCameraSettings() - Method in class sigmlgen.GSiGMLSign
Returns the camera settings for this sign.
getCameraSettings() - Method in class sigmlgen.playerctrl.PlayerSettings
Returns this record's camera settings data if any, otherwise null.
getCamFOV() - Method in class sigmlgen.playerctrl.CameraSettings
Returns the camera's FoV angle value.
getCamPhi() - Method in class sigmlgen.playerctrl.CameraSettings
Returns the phi-component of the camera location.
getCamR() - Method in class sigmlgen.playerctrl.CameraSettings
Returns the r-component of the camera direction.
getCamTheta() - Method in class sigmlgen.playerctrl.CameraSettings
Returns the theta-component of the camera location.
getCamX() - Method in class sigmlgen.playerctrl.CameraSettings
Returns the x-component of the camera location.
getCamY() - Method in class sigmlgen.playerctrl.CameraSettings
Returns the y-component of the camera location.
getColumnClass(int) - Method in class ssclient.HNSTableSuppport.HNSModel
 
getColumnCount() - Method in class ssclient.HNSTableSuppport.HNSModel
 
getColumnName(int) - Method in class ssclient.HNSTableSuppport.HNSModel
 
getContentHandler() - Method in class sigmlstream.xml.XMLUnitReader
Returns this parser's content handler.
getDecodedString(String, int) - Method in class util.BytesEncodingChecker
Returns the string obtained by decoding the bytes array associated with this checker, assuming the given encoding, and skipping the specified number of initial bytes.
getDTDHandler() - Method in class sigmlstream.xml.XMLUnitReader
Returns this parser's DTD handler.
getElementStrings() - Method in class xml.XMLChildElementsExtractor
Returns the extracted element sequence as an array of strings, one per element.
getEncoding(String) - Static method in class sigmlgen.HSDocParameters
Returns the given encoding if it is non-null, or the standard XML encoding otherwise.
getEntityResolver() - Method in class sigmlstream.xml.XMLUnitReader
Returns this parser's entity resolver.
getErrorHandler() - Method in class sigmlstream.xml.XMLUnitReader
Returns this parser's error handler.
getFeature(String) - Method in class sigmlstream.xml.XMLUnitReader
Returns false indicating that this parser does not implement the given feature.
getFilesScroller(int, int) - Method in class ssclient.FileList
Returns this list's scroller having first configured its size to match the given width (in pixels) and number of items.
getGesturalErrorCount() - Method in class sigmlgen.SiGMLDocHNSToGestural
Returns the error count for this converter's conversion process.
getGesturalErrorCount() - Method in class sigmlgen.SiGMLDocsFromHNSSource
Returns the error count for the "HNS-to-Gestural" SiGML conversion.
getGesturalErrorText() - Method in class sigmlgen.SiGMLDocHNSToGestural
Returns the error text for this converter's conversion process.
getGesturalErrorText() - Method in class sigmlgen.SiGMLDocsFromHNSSource
Returns the accumulated error text for the "HNS-to-Gestural" SiGML conversion.
getGesturalSiGMLDoc() - Method in class sigmlgen.SiGMLDocHNSToGestural
Returns the "gestural" SiGML document text produced by this converter's conversion process.
getGesturalSignsDoc() - Method in class sigmlgen.SiGMLDocsFromHNSSource
Returns the text of the "Gestural" SiGML document corresponding to this doc-generator's HNS/HNST input.
getGloss() - Method in class sigmlgen.GSiGMLSign
Returns the gloss name for this sign.
getH2SDocURI(String) - Static method in class sigmlgen.HSDocParameters
Returns the given HML-to-SiGML XSLT transform URI (for a whole HML document), or the standard one otherwise.
getH2SSignsURI(String) - Static method in class sigmlgen.HSDocParameters
Returns the given HML-to-SiGML XSLT transform URI (for a single HML sign), or the standard one otherwise.
getHMLDoc() - Method in class sigmlgen.SiGMLDocsFromHNSSource
Returns the text of the HML document corresponding to this doc-generator's HNS/HNST input.
getHMLDTD(String) - Static method in class sigmlgen.HSDocParameters
Returns the given HML DTD system ID string if it is non-null, or the standard one otherwise.
getHMLHeader(String) - Static method in class sigmlgen.HSDocParameters
Returns the HML header for the standard encoding and HML DTD system ID and the given document element tag, in the form of a multi-line string; the header consists of the XML and document type declarations.
getHMLHeader(String, String, String) - Static method in class sigmlgen.HSDocParameters
Returns the HML header for the given encoding, HML DTD system ID and document element tag, as a multi-line string; the header consists of the XML and document type declarations.
getHMLPrefix(String, String, String) - Static method in class sigmlgen.HSDocParameters
Returns the HML prefix for the given encoding, HML DTD system ID and document element tag, as defined for HSDocParameters.getHMLPrefixLines(String,String,String), in the form of a single (multi-line) string.
getHMLPrefixLines(String, String, String) - Static method in class sigmlgen.HSDocParameters
Returns the sequence of HML document prefix lines for a document with the given encoding, DTD system ID and document element tag.
getHMLSuffix(String) - Static method in class sigmlgen.HSDocParameters
Returns the HML suffix for the given HML document element tag, as defined for HSDocParameters.getHMLSuffixLine(String), in the form of a one-line string including a line terminator.
getHMLSuffixLine(String) - Static method in class sigmlgen.HSDocParameters
Returns the sequence of HML document suffix lines (actually a singleton sequence) for a document with the given document element tag, or the standard HML document element tag if the given value is null.
getHMLTag(String) - Static method in class sigmlgen.HSDocParameters
Returns the given HML element tag if it is non-null, or the standard HML element otherwise.
getHMLWrap(OutputStream, String, String, String) - Static method in class sigmlgen.HSDocWrapping
Returns an HML document wrapper for the given output stream, and using the given encoding, HML DTD, and HML document element tag strings.
getHNSMapOctetAllUCS() - Static method in class util.HNSOctetUCSMap
Factory method, returning a the singleton map that includes all UCS HamNoSys character values.
getHNSMapOctetHighUCS() - Static method in class util.HNSOctetUCSMap
Factory method, returning the singleton map that includes high UCS HamNoSys character values only.
getHNSMapOctetUCS(boolean) - Static method in class util.HNSOctetUCSMap
Factory method, returning one of two singleton instances of this class, depending on the value of the given flag DO_ALL_UCS: if this flag is false then only high (>= 256) character values are included in the mapping, but if it is true all values, including those such as UCS value 44 (hamcomma, for which the corresponding value in the old 8-bit HNS code is the octet value 36.
getHNSSign() - Method in class hnscnvt.HNSSignSAXHandler
Returns the scanned HNSSign.
getHNSSignsDoc() - Method in class sigmlgen.SiGMLDocsFromHNSSource
Returns the text of the "HNS" SiGML document corresponding to this doc-generator's HNS/HNST input.
getHNSTErrorCount() - Method in class hnscnvt.HNSInputToHandler
Returns the accumulated HNST error count.
getInputString() - Method in class util.HNSBytesInputConverter
Returns the decoded string for the input bytes.
getLevel() - Method in class sigmlstream.xml.XMLUnitFilter
Returns the current XML element level (with 0 as the base value).
getLineAsTokens() - Method in class util.TokenizedLinesReader
Returns the next line, as an array of tokens;
getLocalURI(String) - Static method in class util.ResourceUtils
Returns the URI of the resource with the given local path, i.e.
getLSSerializer() - Method in class hamwalk.HMLBuilder
Returns a DOM level 3 LS serializer for this builder's document.
getNameAV(String) - Static method in class util.RE
Attempts to parse the given text (in its entirety) as an attribute='value' string characterized by the standard RE.NAME and RE.STRING REs, returning an appropriate RE.AV pair if successful, or null otherwise.
getNullWrap() - Static method in class sigmlgen.HSDocWrapping
Returns a null XML document output stream wrapper, that is, one which wraps the document element with empty head and tail.
getProperties(String) - Static method in class util.ResourceUtils
Loads and returns the properties held in the file with the given local path, i.e.
getProperty(String) - Method in class sigmlstream.xml.XMLUnitReader
Returns a null value for the given property.
getRelativeTimeMS(long) - Method in class util.SILTimer
Returns the duration of the interval defined by the given base value (measured in nanoseconds) and the present, the duration being measured in milliseconds.
getResolvedURI(URI, String) - Static method in class util.NetUtils
Returns the URI obtained by resolving the given URI string against the given base URI; in the case of error, details are reported on standard output and null is returned.
getRowCount() - Method in class ssclient.HNSTableSuppport.HNSModel
 
getSeqNumberGenerator() - Method in class broadcast.SiGMLSegmentReceiver
 
getSettings() - Method in class sigmlgen.playerctrl.CameraSettings
Returns the camera settings as an array-of-float, in the standard order: x, y, r, theta, phi, fov.
getSiGMLDTD(String) - Static method in class sigmlgen.HSDocParameters
Returns the given SiGML DTD system ID string if it is non-null, or the standard one otherwise.
getSiGMLForSign() - Method in class sigmlgen.GSiGMLSign
Returns the text for this sign, a <hamgestural_sign> wrapped in a <sigml> element.
getSiGMLHeader(String) - Static method in class sigmlgen.HSDocParameters
Returns the SiGML header for the standard encoding and SiGML DTD system ID and the given document element tag, in the form of a multi-line string; the header consists of the XML and document type declarations.
getSiGMLHeader(String, String, String) - Static method in class sigmlgen.HSDocParameters
Returns the SiGML header for the given encoding, SiGML DTD system ID and document element tag, as a multi-line string; the header consists of the XML and document type declarations.
getSiGMLPrefix(String, String, String) - Static method in class sigmlgen.HSDocParameters
Returns the SiGML prefix for the given encoding, SiGML DTD system ID and document element tag, as defined for HSDocParameters.getSiGMLPrefixLines(String,String,String), in the form of a single (multi-line) string.
getSiGMLPrefix(String) - Static method in class sigmlgen.HSDocParameters
Returns the SiGML preix for the given SiGML document element tag, as defined for HSDocParameters.getSiGMLPrefixLines(String,String,String), in the form of a one-line string including a line terminator.
getSiGMLPrefixLines(String, String, String) - Static method in class sigmlgen.HSDocParameters
Returns the sequence of SiGML document prefix lines for a document with the given encoding, DTD system ID and document element tag.
getSiGMLSuffix(String) - Static method in class sigmlgen.HSDocParameters
Returns the SiGML suffix for the given SiGML document element tag, as defined for HSDocParameters.getSiGMLSuffixLine(String), in the form of a one-line string including a line terminator.
getSiGMLSuffixLine(String) - Static method in class sigmlgen.HSDocParameters
Returns the sequence of SiGML document suffix lines (actually a singleton sequence) for a document with the given document element tag, or the standard HML document element tag if the given value is null.
getSiGMLTag(String) - Static method in class sigmlgen.HSDocParameters
Returns the given SiGML element tag if it is non-null, or the standard SiGML element otherwise.
getSiGMLWrap(OutputStream, String, String, String) - Static method in class sigmlgen.HSDocWrapping
Returns a SiGML document wrapper for the given output stream, and using the given encoding, SiGML DTD, and SiGML document element tag strings.
getSiGMLXMLDecl(String) - Static method in class sigmlgen.HSDocParameters
Returns the SiGML XML declaration line (with EOL) for the given endocding.
getSigns() - Method in class sigmlgen.SiGMLChildNodesProcessor
Returns the array of signs generated by this processor, which may be empty in case of error.
getSigns() - Method in class sigmlgen.SiGMLDocToGSiGMLSigns
Returns the sequence of GSiGMLSigns generated by this converter.
getSigns() - Method in class sigmlgen.SigningRefProcessor
Returns the sequence of signs for this processor's signing-reference element, which will be empty if error(s) occurred during processing.
getSPXLineColText(SAXParseException) - Static method in class xml.XMLScanner
Returns line and column number text for the given SAX parse exception.
getSPXLocationText(SAXParseException) - Static method in class xml.XMLScanner
Returns a full location text, including System Id if available, for the given SAX parse exception.
getStdHamNameMap() - Static method in class util.HamNameMap
 
getStream(String) - Static method in class util.ResourceUtils
Returns an input stream for the resource with the given local path, i.e.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class ssclient.HNSTableSuppport.SSCCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class ssclient.HNSTableSuppport.SSCCellRenderer
 
getText(Element) - Method in class xml.XmlElementTextGen
Generates and returns the text for the given (pure) element.
getText(Element, String, String) - Method in class xml.XmlElementTextGen
Generates the text for the given element, with the given prefix and suffix text attached, and returns the result.
getTimeDeltaMS(long, long) - Method in class util.SILTimer
Returns the duration of the interval defined by the given pair of time values: the result is measured in milliseconds, while the inputs are measured in nanoseconds.
getTimeMS() - Method in class util.SILTimer
Returns the duration of the interval defined by this timer's "start" value and the present, the duration being measured in milliseconds.
getTimeNow() - Method in class util.SILTimer
Returns the current system time in nanoseconds, i.e.
getValueAt(int, int) - Method in class ssclient.HNSTableSuppport.HNSModel
 
getWordAV(String) - Static method in class util.RE
Attempts to parse the given text (in its entirety) as an attribute='value' string characterized by the standard RE.WORD and RE.STRING REs, returning an appropriate RE.AV pair if successful, or null otherwise.
getXMLString() - Method in class xml.XMLBytesDecoder
Returns the decoded XML string.
gloss() - Method in class hnscnvt.HNSSign
Returns the sign's gloss string.
GLOSS_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML and HML gloss attributes.
GSiGMLSign - Class in sigmlgen
Gestural-SiGML sign data: each instance of this class records the data for a single sign within a SiGML sequence: this includes SiGML text for the associated <hamgestural_sign> wrapped in a <sigml> element, the sign's gloss name, and any associated player settings.
GSiGMLSign(String, String, PlayerSettings) - Constructor for class sigmlgen.GSiGMLSign
Constructs a new sign with the given components.
GSiGMLSign(String, String, CameraSettings, AmbientMotionFlags) - Constructor for class sigmlgen.GSiGMLSign
Constructs a new sign with the given components.
GSiGMLSign(GSiGMLSign) - Constructor for class sigmlgen.GSiGMLSign
Constructs a new sign, which is a clone of the given one.
GToHNSSignSiGML - Class in hnsgen
Converts <hamgestural_sign> SiGML elements to the corresponding <hns_sign> SiGML elements.
GToHNSSignSiGML() - Constructor for class hnsgen.GToHNSSignSiGML
Constructs a new converter, using the standard Gestural-to-HNS XSLT file.
GToHNSSignSiGML(String) - Constructor for class hnsgen.GToHNSSignSiGML
Constructs a new converter, using the given Gestural-to-HNS XSLT file.
GToHNSSignSiGML.GToHNSException - Exception in hnsgen
GToHNSSignSiGML exception class.
GToHNSSignSiGML.GToHNSException(String) - Constructor for exception hnsgen.GToHNSSignSiGML.GToHNSException
Constructs a new Gestural-to-HNS exeption with the given detail message.

H

H2SAccess - Class in sigmlgen.xslth4
This class provides access to the XSLT document files in its package in a manner that avoids a difficulty with XSLT document inclusion for a JNLP app running offline.
H2SAccess() - Constructor for class sigmlgen.xslth4.H2SAccess
 
Ham4HMLGen - Class in hamwalk
An ANTLR-generated tree-walker, which can be applied to the AST generated by a Ham4Parser for a HamNoSys 4 sign in order to obtain the corresponding HamNoSysML (HML) element.
Ham4HMLGen() - Constructor for class hamwalk.Ham4HMLGen
 
Ham4HMLGenTokenTypes - Interface in hamwalk
 
Ham4Parser - Class in hamparse
ANTLR-generated parser for a single manual HamNoSys 4 sign, taking input from a custom TokenStream and generating an AST for the sign.
Ham4Parser(TokenStream, boolean) - Constructor for class hamparse.Ham4Parser
Constructs a new HNS-4 sign parser, taking input from the given token stream, and using the given setting of the Immediate Error Reporting flag.
Ham4Parser(TokenBuffer) - Constructor for class hamparse.Ham4Parser
 
Ham4Parser(TokenStream) - Constructor for class hamparse.Ham4Parser
 
Ham4Parser(ParserSharedInputState) - Constructor for class hamparse.Ham4Parser
 
Ham4ParserTokenTypes - Interface in hamparse
 
HAM_CEEALL - Static variable in class hnscnvt.hnscnvtTest
 
HAM_CHEST - Static variable in class hnscnvt.hnscnvtTest
 
HAM_EXTFINGERDO - Static variable in class hnscnvt.hnscnvtTest
 
HAM_EXTFINGERL - Static variable in class hnscnvt.hnscnvtTest
 
HAM_EXTFINGERO - Static variable in class hnscnvt.hnscnvtTest
 
HAM_EXTFINGEROR - Static variable in class hnscnvt.hnscnvtTest
 
HAM_EXTFINGERUO - Static variable in class hnscnvt.hnscnvtTest
 
HAM_FINGERNAIL - Static variable in class hnscnvt.hnscnvtTest
 
HAM_FINGERSTRAIGHTMOD - Static variable in class hnscnvt.hnscnvtTest
 
HAM_FLATHAND - Static variable in class hnscnvt.hnscnvtTest
 
HAM_GEST_SIGN_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML hamgestural_sign element.
HAM_INDEXFINGER - Static variable in class hnscnvt.hnscnvtTest
 
HAM_MIDDLEFINGER - Static variable in class hnscnvt.hnscnvtTest
 
HAM_MOVED - Static variable in class hnscnvt.hnscnvtTest
 
HAM_MOVEOR - Static variable in class hnscnvt.hnscnvtTest
 
HAM_PALMD - Static variable in class hnscnvt.hnscnvtTest
 
HAM_PALMDL - Static variable in class hnscnvt.hnscnvtTest
 
HAM_PALMU - Static variable in class hnscnvt.hnscnvtTest
 
HAM_PARBEGIN - Static variable in class hnscnvt.hnscnvtTest
 
HAM_PAREND - Static variable in class hnscnvt.hnscnvtTest
 
HAM_PINKY - Static variable in class hnscnvt.hnscnvtTest
 
HAM_PLUS - Static variable in class hnscnvt.hnscnvtTest
 
HAM_REPLACE - Static variable in class hnscnvt.hnscnvtTest
 
HAM_RINGFINGER - Static variable in class hnscnvt.hnscnvtTest
 
HAM_SHOULDERS - Static variable in class hnscnvt.hnscnvtTest
 
HAM_SMALLMOD - Static variable in class hnscnvt.hnscnvtTest
 
HAM_THUMBBALL - Static variable in class hnscnvt.hnscnvtTest
 
HAM_THUMBOUTMOD - Static variable in class hnscnvt.hnscnvtTest
 
HAM_TOUCH - Static variable in class hnscnvt.hnscnvtTest
 
HamAltbegin - Static variable in interface hamnewlex.HamTokenTypes
 
HamAltbegin - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamAltbegin - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamAltend - Static variable in interface hamnewlex.HamTokenTypes
 
HamAltend - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamAltend - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamAlternatingmotion - Static variable in interface hamnewlex.HamTokenTypes
 
HamAlternatingmotion - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamAlternatingmotion - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamArcd - Static variable in interface hamnewlex.HamTokenTypes
 
HamArcd - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamArcd - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamArcl - Static variable in interface hamnewlex.HamTokenTypes
 
HamArcl - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamArcl - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamArcr - Static variable in interface hamnewlex.HamTokenTypes
 
HamArcr - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamArcr - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamArcu - Static variable in interface hamnewlex.HamTokenTypes
 
HamArcu - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamArcu - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamArmextended - Static variable in interface hamnewlex.HamTokenTypes
 
HamArmextended - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamArmextended - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamBehind - Static variable in interface hamnewlex.HamTokenTypes
 
HamBehind - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamBehind - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamBelowstomach - Static variable in interface hamnewlex.HamTokenTypes
 
HamBelowstomach - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamBelowstomach - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamBetween - Static variable in interface hamnewlex.HamTokenTypes
 
HamBetween - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamBetween - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamBrushing - Static variable in interface hamnewlex.HamTokenTypes
 
HamBrushing - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamBrushing - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCee12 - Static variable in interface hamnewlex.HamTokenTypes
 
HamCee12 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCee12 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCee12open - Static variable in interface hamnewlex.HamTokenTypes
 
HamCee12open - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCee12open - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCeeall - Static variable in interface hamnewlex.HamTokenTypes
 
HamCeeall - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCeeall - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCheek - Static variable in interface hamnewlex.HamTokenTypes
 
HamCheek - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCheek - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamChest - Static variable in interface hamnewlex.HamTokenTypes
 
HamChest - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamChest - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamChin - Static variable in interface hamnewlex.HamTokenTypes
 
HamChin - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamChin - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircled - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircled - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircled - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircledi - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircledi - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircledi - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircledl - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircledl - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircledl - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircledo - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircledo - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircledo - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircledr - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircledr - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircledr - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCirclei - Static variable in interface hamnewlex.HamTokenTypes
 
HamCirclei - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCirclei - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircleil - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircleil - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircleil - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircleir - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircleir - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircleir - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCirclel - Static variable in interface hamnewlex.HamTokenTypes
 
HamCirclel - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCirclel - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircleo - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircleo - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircleo - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircleol - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircleol - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircleol - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircleor - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircleor - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircleor - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircler - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircler - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircler - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircleu - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircleu - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircleu - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircleui - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircleui - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircleui - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircleul - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircleul - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircleul - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircleuo - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircleuo - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircleuo - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCircleur - Static variable in interface hamnewlex.HamTokenTypes
 
HamCircleur - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCircleur - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamClockd - Static variable in interface hamnewlex.HamTokenTypes
 
HamClockd - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamClockd - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamClockdl - Static variable in interface hamnewlex.HamTokenTypes
 
HamClockdl - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamClockdl - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamClockdr - Static variable in interface hamnewlex.HamTokenTypes
 
HamClockdr - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamClockdr - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamClockfull - Static variable in interface hamnewlex.HamTokenTypes
 
HamClockfull - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamClockfull - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamClockl - Static variable in interface hamnewlex.HamTokenTypes
 
HamClockl - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamClockl - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamClockr - Static variable in interface hamnewlex.HamTokenTypes
 
HamClockr - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamClockr - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamClocku - Static variable in interface hamnewlex.HamTokenTypes
 
HamClocku - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamClocku - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamClockul - Static variable in interface hamnewlex.HamTokenTypes
 
HamClockul - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamClockul - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamClockur - Static variable in interface hamnewlex.HamTokenTypes
 
HamClockur - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamClockur - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamClose - Static variable in interface hamnewlex.HamTokenTypes
 
HamClose - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamClose - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamComma - Static variable in interface hamnewlex.HamTokenTypes
 
HamComma - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamComma - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCorefref - Static variable in interface hamnewlex.HamTokenTypes
 
HamCorefref - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCorefref - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCoreftag - Static variable in interface hamnewlex.HamTokenTypes
 
HamCoreftag - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCoreftag - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamCross - Static variable in interface hamnewlex.HamTokenTypes
 
HamCross - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamCross - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamDecreasing - Static variable in interface hamnewlex.HamTokenTypes
 
HamDecreasing - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamDecreasing - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamDoublebent - Static variable in interface hamnewlex.HamTokenTypes
 
HamDoublebent - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamDoublebent - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamDoublehooked - Static variable in interface hamnewlex.HamTokenTypes
 
HamDoublehooked - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamDoublehooked - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamEar - Static variable in interface hamnewlex.HamTokenTypes
 
HamEar - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamEar - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamEarlobe - Static variable in interface hamnewlex.HamTokenTypes
 
HamEarlobe - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamEarlobe - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamElbow - Static variable in interface hamnewlex.HamTokenTypes
 
HamElbow - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamElbow - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamElbowinside - Static variable in interface hamnewlex.HamTokenTypes
 
HamElbowinside - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamElbowinside - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamEllipseh - Static variable in interface hamnewlex.HamTokenTypes
 
HamEllipseh - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamEllipseh - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamEllipseul - Static variable in interface hamnewlex.HamTokenTypes
 
HamEllipseul - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamEllipseul - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamEllipseur - Static variable in interface hamnewlex.HamTokenTypes
 
HamEllipseur - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamEllipseur - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamEllipsev - Static variable in interface hamnewlex.HamTokenTypes
 
HamEllipsev - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamEllipsev - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamEtc - Static variable in interface hamnewlex.HamTokenTypes
 
HamEtc - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamEtc - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExclaim - Static variable in interface hamnewlex.HamTokenTypes
 
HamExclaim - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExclaim - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerd - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerd - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerd - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerdi - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerdi - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerdi - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerdl - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerdl - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerdl - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerdo - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerdo - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerdo - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerdr - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerdr - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerdr - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingeri - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingeri - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingeri - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingeril - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingeril - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingeril - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerir - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerir - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerir - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerl - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerl - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerl - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingero - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingero - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingero - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerol - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerol - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerol - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingeror - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingeror - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingeror - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerr - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerr - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerr - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingeru - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingeru - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingeru - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerui - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerui - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerui - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerul - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerul - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerul - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingeruo - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingeruo - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingeruo - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamExtfingerur - Static variable in interface hamnewlex.HamTokenTypes
 
HamExtfingerur - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamExtfingerur - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamEyebrows - Static variable in interface hamnewlex.HamTokenTypes
 
HamEyebrows - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamEyebrows - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamEyes - Static variable in interface hamnewlex.HamTokenTypes
 
HamEyes - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamEyes - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFast - Static variable in interface hamnewlex.HamTokenTypes
 
HamFast - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFast - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFinger2 - Static variable in interface hamnewlex.HamTokenTypes
 
HamFinger2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFinger2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFinger23 - Static variable in interface hamnewlex.HamTokenTypes
 
HamFinger23 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFinger23 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFinger2345 - Static variable in interface hamnewlex.HamTokenTypes
 
HamFinger2345 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFinger2345 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFinger23spread - Static variable in interface hamnewlex.HamTokenTypes
 
HamFinger23spread - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFinger23spread - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFingerbase - Static variable in interface hamnewlex.HamTokenTypes
 
HamFingerbase - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFingerbase - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFingerbendmod - Static variable in interface hamnewlex.HamTokenTypes
 
HamFingerbendmod - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFingerbendmod - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFingerhookedmod - Static variable in interface hamnewlex.HamTokenTypes
 
HamFingerhookedmod - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFingerhookedmod - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFingermidjoint - Static variable in interface hamnewlex.HamTokenTypes
 
HamFingermidjoint - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFingermidjoint - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFingernail - Static variable in interface hamnewlex.HamTokenTypes
 
HamFingernail - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFingernail - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFingerpad - Static variable in interface hamnewlex.HamTokenTypes
 
HamFingerpad - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFingerpad - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFingerplay - Static variable in interface hamnewlex.HamTokenTypes
 
HamFingerplay - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFingerplay - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFingerside - Static variable in interface hamnewlex.HamTokenTypes
 
HamFingerside - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFingerside - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFingerstraightmod - Static variable in interface hamnewlex.HamTokenTypes
 
HamFingerstraightmod - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFingerstraightmod - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFingertip - Static variable in interface hamnewlex.HamTokenTypes
 
HamFingertip - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFingertip - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFist - Static variable in interface hamnewlex.HamTokenTypes
 
HamFist - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFist - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFlathand - Static variable in interface hamnewlex.HamTokenTypes
 
HamFlathand - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFlathand - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamForehead - Static variable in interface hamnewlex.HamTokenTypes
 
HamForehead - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamForehead - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFullstop - Static variable in interface hamnewlex.HamTokenTypes
 
HamFullstop - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFullstop - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFusionbegin - Static variable in interface hamnewlex.HamTokenTypes
 
HamFusionbegin - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFusionbegin - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamFusionend - Static variable in interface hamnewlex.HamTokenTypes
 
HamFusionend - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamFusionend - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamHalt - Static variable in interface hamnewlex.HamTokenTypes
 
HamHalt - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamHalt - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamHandback - Static variable in interface hamnewlex.HamTokenTypes
 
HamHandback - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamHandback - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamHead - Static variable in interface hamnewlex.HamTokenTypes
 
HamHead - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamHead - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamHeadtop - Static variable in interface hamnewlex.HamTokenTypes
 
HamHeadtop - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamHeadtop - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamIncreasing - Static variable in interface hamnewlex.HamTokenTypes
 
HamIncreasing - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamIncreasing - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamIndexfinger - Static variable in interface hamnewlex.HamTokenTypes
 
HamIndexfinger - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamIndexfinger - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamInterlock - Static variable in interface hamnewlex.HamTokenTypes
 
HamInterlock - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamInterlock - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamLargemod - Static variable in interface hamnewlex.HamTokenTypes
 
HamLargemod - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamLargemod - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamLinefeed - Static variable in interface hamnewlex.HamTokenTypes
 
HamLinefeed - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamLinefeed - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamLips - Static variable in interface hamnewlex.HamTokenTypes
 
HamLips - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamLips - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamLowerarm - Static variable in interface hamnewlex.HamTokenTypes
 
HamLowerarm - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamLowerarm - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamLrat - Static variable in interface hamnewlex.HamTokenTypes
 
HamLrat - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamLrat - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamLrbeside - Static variable in interface hamnewlex.HamTokenTypes
 
HamLrbeside - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamLrbeside - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMetaalt - Static variable in interface hamnewlex.HamTokenTypes
 
HamMetaalt - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMetaalt - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMiddlefinger - Static variable in interface hamnewlex.HamTokenTypes
 
HamMiddlefinger - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMiddlefinger - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMime - Static variable in interface hamnewlex.HamTokenTypes
 
HamMime - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMime - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMovecross - Static variable in interface hamnewlex.HamTokenTypes
 
HamMovecross - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMovecross - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoved - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoved - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoved - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMovedi - Static variable in interface hamnewlex.HamTokenTypes
 
HamMovedi - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMovedi - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMovedl - Static variable in interface hamnewlex.HamTokenTypes
 
HamMovedl - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMovedl - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMovedo - Static variable in interface hamnewlex.HamTokenTypes
 
HamMovedo - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMovedo - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMovedr - Static variable in interface hamnewlex.HamTokenTypes
 
HamMovedr - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMovedr - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMovei - Static variable in interface hamnewlex.HamTokenTypes
 
HamMovei - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMovei - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoveil - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoveil - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoveil - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoveir - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoveir - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoveir - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMovel - Static variable in interface hamnewlex.HamTokenTypes
 
HamMovel - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMovel - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoveo - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoveo - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoveo - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoveol - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoveol - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoveol - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoveor - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoveor - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoveor - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMover - Static variable in interface hamnewlex.HamTokenTypes
 
HamMover - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMover - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoveu - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoveu - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoveu - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoveui - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoveui - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoveui - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoveul - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoveul - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoveul - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoveuo - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoveuo - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoveuo - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMoveur - Static variable in interface hamnewlex.HamTokenTypes
 
HamMoveur - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMoveur - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamMovex - Static variable in interface hamnewlex.HamTokenTypes
 
HamMovex - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamMovex - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
hamName(int) - Method in class util.HamNameMap
 
hamName(int, String) - Method in class util.HamNameMap
 
HamNameMap - Class in util
Provides mapping in both directions between HamNoSys token names and the corresponding octet values (classic HNS 3 character values), based on data from a Properties file.
hamNames() - Method in class util.HamNameMap
 
hamNamesAscending() - Method in class util.HamNameMap
 
HamNbs - Static variable in interface hamnewlex.HamTokenTypes
 
HamNbs - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamNbs - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamNeck - Static variable in interface hamnewlex.HamTokenTypes
 
HamNeck - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamNeck - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamNeutralspace - Static variable in interface hamnewlex.HamTokenTypes
 
HamNeutralspace - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamNeutralspace - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
hamnewlex - package hamnewlex
This package contains the lexer class and associated token types interface that together define the conversion of a manual HamNoSys 4 string to an ANTLR TokenStream.
HamNodding - Static variable in interface hamnewlex.HamTokenTypes
 
HamNodding - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamNodding - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamNomotion - Static variable in interface hamnewlex.HamTokenTypes
 
HamNomotion - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamNomotion - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamNondominant - Static variable in interface hamnewlex.HamTokenTypes
 
HamNondominant - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamNondominant - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamNonipsi - Static variable in interface hamnewlex.HamTokenTypes
 
HamNonipsi - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamNonipsi - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamNose - Static variable in interface hamnewlex.HamTokenTypes
 
HamNose - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamNose - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamNostrils - Static variable in interface hamnewlex.HamTokenTypes
 
HamNostrils - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamNostrils - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamOrirelative - Static variable in interface hamnewlex.HamTokenTypes
 
HamOrirelative - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamOrirelative - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPagebreak - Static variable in interface hamnewlex.HamTokenTypes
 
HamPagebreak - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPagebreak - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPalm - Static variable in interface hamnewlex.HamTokenTypes
 
HamPalm - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPalm - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPalmd - Static variable in interface hamnewlex.HamTokenTypes
 
HamPalmd - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPalmd - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPalmdl - Static variable in interface hamnewlex.HamTokenTypes
 
HamPalmdl - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPalmdl - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPalmdr - Static variable in interface hamnewlex.HamTokenTypes
 
HamPalmdr - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPalmdr - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPalml - Static variable in interface hamnewlex.HamTokenTypes
 
HamPalml - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPalml - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPalmr - Static variable in interface hamnewlex.HamTokenTypes
 
HamPalmr - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPalmr - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPalmu - Static variable in interface hamnewlex.HamTokenTypes
 
HamPalmu - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPalmu - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPalmul - Static variable in interface hamnewlex.HamTokenTypes
 
HamPalmul - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPalmul - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPalmur - Static variable in interface hamnewlex.HamTokenTypes
 
HamPalmur - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPalmur - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamParbegin - Static variable in interface hamnewlex.HamTokenTypes
 
HamParbegin - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamParbegin - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamParend - Static variable in interface hamnewlex.HamTokenTypes
 
HamParend - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamParend - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
hamparse - package hamparse
This package contains the ANTLR parser class and the associated token types interface that together implement the parsing of manual HamNoSys 4 sign definitions to produce an AST.
HamPinch12 - Static variable in interface hamnewlex.HamTokenTypes
 
HamPinch12 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPinch12 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPinch12open - Static variable in interface hamnewlex.HamTokenTypes
 
HamPinch12open - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPinch12open - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPinchall - Static variable in interface hamnewlex.HamTokenTypes
 
HamPinchall - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPinchall - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPinky - Static variable in interface hamnewlex.HamTokenTypes
 
HamPinky - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPinky - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPinkyside - Static variable in interface hamnewlex.HamTokenTypes
 
HamPinkyside - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPinkyside - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamPlus - Static variable in interface hamnewlex.HamTokenTypes
 
HamPlus - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamPlus - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamQuery - Static variable in interface hamnewlex.HamTokenTypes
 
HamQuery - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamQuery - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamRepeatcontinue - Static variable in interface hamnewlex.HamTokenTypes
 
HamRepeatcontinue - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamRepeatcontinue - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamRepeatcontinueseveral - Static variable in interface hamnewlex.HamTokenTypes
 
HamRepeatcontinueseveral - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamRepeatcontinueseveral - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamRepeatfromstart - Static variable in interface hamnewlex.HamTokenTypes
 
HamRepeatfromstart - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamRepeatfromstart - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamRepeatfromstartseveral - Static variable in interface hamnewlex.HamTokenTypes
 
HamRepeatfromstartseveral - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamRepeatfromstartseveral - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamRepeatreverse - Static variable in interface hamnewlex.HamTokenTypes
 
HamRepeatreverse - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamRepeatreverse - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamReplace - Static variable in interface hamnewlex.HamTokenTypes
 
HamReplace - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamReplace - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamRest - Static variable in interface hamnewlex.HamTokenTypes
 
HamRest - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamRest - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamReturn - Static variable in interface hamnewlex.HamTokenTypes
 
HamReturn - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamReturn - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamRingfinger - Static variable in interface hamnewlex.HamTokenTypes
 
HamRingfinger - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamRingfinger - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamSeqbegin - Static variable in interface hamnewlex.HamTokenTypes
 
HamSeqbegin - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamSeqbegin - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamSeqend - Static variable in interface hamnewlex.HamTokenTypes
 
HamSeqend - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamSeqend - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamShoulders - Static variable in interface hamnewlex.HamTokenTypes
 
HamShoulders - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamShoulders - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamShouldertop - Static variable in interface hamnewlex.HamTokenTypes
 
HamShouldertop - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamShouldertop - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HAMSIGNS - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HAMSIGNS - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
hamsignseq() - Method in class hamparse.Ham4Parser
hamsignseq : ( sign2or1 ( HamPlus ! sign2or1 )* )? ;
hamsignseq(AST, HMLBuilder) - Method in class hamwalk.Ham4HMLGen
Returns an HML <sign> element.
HamSignStringLexer - Class in hamnewlex
 
HamSignStringLexer(String, String[]) - Constructor for class hamnewlex.HamSignStringLexer
 
hamsinglesign() - Method in class hamparse.Ham4Parser
hamsinglesign : hamsignseq EOF ! ;
HamSlow - Static variable in interface hamnewlex.HamTokenTypes
 
HamSlow - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamSlow - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamSmallmod - Static variable in interface hamnewlex.HamTokenTypes
 
HamSmallmod - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamSmallmod - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamSpace - Static variable in interface hamnewlex.HamTokenTypes
 
HamSpace - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamSpace - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamStirccw - Static variable in interface hamnewlex.HamTokenTypes
 
HamStirccw - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamStirccw - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamStircw - Static variable in interface hamnewlex.HamTokenTypes
 
HamStircw - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamStircw - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamStomach - Static variable in interface hamnewlex.HamTokenTypes
 
HamStomach - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamStomach - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamSwinging - Static variable in interface hamnewlex.HamTokenTypes
 
HamSwinging - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamSwinging - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamSymmlr - Static variable in interface hamnewlex.HamTokenTypes
 
HamSymmlr - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamSymmlr - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamSymmpar - Static variable in interface hamnewlex.HamTokenTypes
 
HamSymmpar - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamSymmpar - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamTab - Static variable in interface hamnewlex.HamTokenTypes
 
HamTab - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamTab - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamTeeth - Static variable in interface hamnewlex.HamTokenTypes
 
HamTeeth - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamTeeth - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamTense - Static variable in interface hamnewlex.HamTokenTypes
 
HamTense - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamTense - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamThumb - Static variable in interface hamnewlex.HamTokenTypes
 
HamThumb - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamThumb - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamThumbacrossmod - Static variable in interface hamnewlex.HamTokenTypes
 
HamThumbacrossmod - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamThumbacrossmod - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamThumbball - Static variable in interface hamnewlex.HamTokenTypes
 
HamThumbball - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamThumbball - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamThumbopenmod - Static variable in interface hamnewlex.HamTokenTypes
 
HamThumbopenmod - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamThumbopenmod - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamThumboutmod - Static variable in interface hamnewlex.HamTokenTypes
 
HamThumboutmod - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamThumboutmod - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamThumbside - Static variable in interface hamnewlex.HamTokenTypes
 
HamThumbside - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamThumbside - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamTokenTypes - Interface in hamnewlex
 
HamTongue - Static variable in interface hamnewlex.HamTokenTypes
 
HamTongue - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamTongue - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamTouch - Static variable in interface hamnewlex.HamTokenTypes
 
HamTouch - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamTouch - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamTwisting - Static variable in interface hamnewlex.HamTokenTypes
 
HamTwisting - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamTwisting - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamUnderchin - Static variable in interface hamnewlex.HamTokenTypes
 
HamUnderchin - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamUnderchin - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamUpperarm - Static variable in interface hamnewlex.HamTokenTypes
 
HamUpperarm - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamUpperarm - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamVersion40 - Static variable in interface hamnewlex.HamTokenTypes
 
HamVersion40 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamVersion40 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
hamwalk - package hamwalk
This package contains the ANTLR-generated (AST) tree walker class and the supporting class and interface that together implement the generation of a HamNoSysML (HML) sign element from an AST generated by the hamparse package for a manual HamNoSys 4 sign definition.
HamWavy - Static variable in interface hamnewlex.HamTokenTypes
 
HamWavy - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamWavy - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamWristback - Static variable in interface hamnewlex.HamTokenTypes
 
HamWristback - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamWristback - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamWristpulse - Static variable in interface hamnewlex.HamTokenTypes
 
HamWristpulse - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamWristpulse - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamWristtoback - Static variable in interface hamnewlex.HamTokenTypes
 
HamWristtoback - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamWristtoback - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamWristtopinky - Static variable in interface hamnewlex.HamTokenTypes
 
HamWristtopinky - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamWristtopinky - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamWristtopulse - Static variable in interface hamnewlex.HamTokenTypes
 
HamWristtopulse - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamWristtopulse - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamWristtothumb - Static variable in interface hamnewlex.HamTokenTypes
 
HamWristtothumb - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamWristtothumb - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HamZigzag - Static variable in interface hamnewlex.HamTokenTypes
 
HamZigzag - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HamZigzag - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
handbendandthumb() - Method in class hamparse.Ham4Parser
handbendandthumb : // empty | thumbpos ( fingerbending )? | fingerbending ( thumbpos )? ;
handconfig1() - Method in class hamparse.Ham4Parser
handconfig1 : handshape1 ( extfidir1 palmor1 )? // { #handconfig1 = #([HDCONFIG1,"handconfig1"], #handconfig1); } ;
handconfig1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <handconfig1> element.
handconfig2() - Method in class hamparse.Ham4Parser
handconfig2 : ( ( handshape2 ( HamParbegin )? extfidir1 ) => handshape2 handconfigtail2 | ( handshape2 ) => handshape2 | splithandconfig2 ) //#### before 2003-08-30: // ( // ( handconfig1 ) // => // handconfig1 // | // ( HamParbegin handshape1 HamPlus ) // => // handshape2 // handconfigtail2 // | // ( handshape1 ( HamParbegin )? extfidir1 ) // => // handshape2 // handconfigtail2 // | // abbrevhandconfig1 // | // splithandconfig2 // ) // { #handconfig2 = #([HDCONFIG2,"handconfig2"], #handconfig2); } ;
handconfig2(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <handconfig2> element.
handconfigtail2() - Method in class hamparse.Ham4Parser
handconfigtail2 : ( ( extfidir2 ) => extfidir2 palmor2 | HamParbegin ! extfidir1 palmor1 HamPlus ! extfidir1 palmor1 HamParend ! ) { #handconfigtail2 = #([HDCFGTAIL2,"hdcfgtail2"], #handconfigtail2); } ;
handconfigtail2(AST) - Method in class hamwalk.Ham4HMLGen
Returns a pair of HML elements, <extfidir2> and <palmor2>, the first of which may be null.
handconstellation() - Method in class hamparse.Ham4Parser
handconstellation : ( HamParbegin ! locationhand HamPlus ! locationhand HamParend ! )? contacthand // { #handconstellation = #([HCONSTLLN,"handconstellation"], #handconstellation); } ;
handconstellation(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <handconstellation> element.
handpart() - Method in class hamparse.Ham4Parser
handpart : HamWristback | HamWristpulse | HamThumbball | HamPalm | HamHandback | HamThumbside | HamPinkyside ;
handpart(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for a hand part.
handshape1() - Method in class hamparse.Ham4Parser
handshape1 : basichandshape1 ( ( ( hsfingeritem )+ HamBetween finger ) => cautiousfingerlist fingershapelist fingercrossinglist thumbbetweenexplicit | ( ( hsdigit )* ( fingerbending | fingerpart ) ) => cautiousfingerlist fingershapelist fingercrossinglist ( ( thumbspecial ) => thumbspecial )? | ( ( hsfingeritem )* ( thumbbetweendefault | thumbextra ) ) => fingerlist fingershapelist fingercrossinglist ( thumbbetweendefault | thumbextra ) | fingerlist fingershapelist fingercrossinglist ) { #handshape1 = #([HSHAPE1,"handshape1"], #handshape1); } ;
handshape1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <handshape1> element.
handshape2() - Method in class hamparse.Ham4Parser
handshape2 : ( handshape1 | HamParbegin ! handshape1 HamPlus ! handshape1 HamParend ! ) { #handshape2 = #([HSHAPE2,"handshape2"], #handshape2); } ;
handshape2(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <handshape2> element.
handshapeclass() - Method in class hamparse.Ham4Parser
handshapeclass : ( HamFist | HamFlathand | HamFinger2 | HamFinger23 | HamFinger23spread | HamFinger2345 | HamPinch12 | HamPinchall | HamPinch12open | HamCee12 | HamCeeall | HamCee12open ) { #handshapeclass = #([HSCLASS,"handshapeclass"], #handshapeclass); } ;
handshapeclass(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for one of the basic 12 handshapes.
hasPlayerSettings() - Method in class sigmlgen.GSiGMLSign
Returns a boolean indicating whether any player settings are defined for this sign.
hasTiming() - Method in class hnscnvt.HNSSign
Returns a boolean indicating whether or not this sign has any timing attributes set.
HCONSTLLN - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HCONSTLLN - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HDCFGTAIL2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HDCFGTAIL2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HDCONFIG1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HDCONFIG1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HDCONFIG2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HDCONFIG2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HEAD_ATTR - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
head attribute name.
headAmbientIsOn() - Method in class sigmlgen.playerctrl.AmbientMotionFlags
Returns the ambient motion setting for the head.
HGI_ERROR_TEXT - Static variable in class sigmlinlib.SiGMLInLib
Index in the SiGMLInLib.hnsSignToGestural(String) result array of the error text for the conversion, which will be the empty string in cases where the conversion succeeds.
HGI_GESTURAL_SIGML - Static variable in class sigmlinlib.SiGMLInLib
Index in the SiGMLInLib.hnsSignToGestural(String) result array of the converted "Gestural" SiGML sign text.
HML_SIGN_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for HML sign element.
HML_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for HML hamnosysml element.
HMLBuilder - Class in hamwalk
A HMLBuilder supports the construction of a DOM Document for a HML (HamNoSysML) element.
HMLBuilder() - Constructor for class hamwalk.HMLBuilder
Constructs a new HML document builder.
HMLBuilder(DocumentBuilder) - Constructor for class hamwalk.HMLBuilder
Constructs a new HML document builder using the given DOM document builder.
hmlSign(HNSSign) - Method in class hnscnvt.HNSToHML
Generates and returns the HML <sign> element for the given HNSSign.
hmlSignAsDoc(String) - Method in class hnscnvt.HNSToHML
Wraps the given HML <sign> element as an HML document and returns the result.
hmlSignText(Element) - Method in class hnscnvt.HNSToHML
Returns the given HML element as a multi-line text.
hmlSignText(HNSSign) - Method in class hnscnvt.HNSToHML
Generates and returns the HML <sign> element for the given HNSSign.
HMLToSiGML - Class in hnscnvt
Supports conversion of an HML sign to a SiGML sign, with input and results in several convenient formats.
HMLToSiGML() - Constructor for class hnscnvt.HMLToSiGML
Constructs a new HML-to-SiGML converter.
HMLToSiGML.HMLToSiGMLException - Exception in hnscnvt
Exception class for HMLToSiGML.
HMLToSiGML.HMLToSiGMLException(String) - Constructor for exception hnscnvt.HMLToSiGML.HMLToSiGMLException
Constructs a new HMLToSiGML.HMLToSiGMLException with the given message.
HNS3To4 - Class in hnsgen
This class provides facilities for the conversion of (the manual component of) an HNS-3 sign to the equivalent HNS-4 sign.
HNS3To4() - Constructor for class hnsgen.HNS3To4
Constructs a new converter.
hns8(char) - Method in class util.HNSOctetUCSMap
If the given character value is an HNS-4 UCS character, returns (as a character) the corresponding classic HNS octet, otherwise returns the original argument character unchanged.
HNS_BODY_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML non-manual hnm_body element.
HNS_EXTRA_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML non-manual hnm_extra element.
HNS_EYEBROWS_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML non-manual hnm_eyebrows element.
HNS_EYEGAZE_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML non-manual hnm_eyegaze element.
HNS_EYELIDS_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML non-manual hnm_eyelids element.
HNS_HEAD_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML non-manual hnm_head element.
HNS_INPUT_IS_MAC_ROMAN - Static variable in class hnscnvt.HNSInputToHandler
Non-final global flag, indicating whether HNS input uses the MacRoman encoding.
HNS_MAN_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML hamnosys_manual element.
HNS_MOUTHGESTURE_TAG - Static variable in class sigmlgen.SiGMLTagDefs
 
HNS_MOUTHPICTURE_TAG - Static variable in class sigmlgen.SiGMLTagDefs
 
HNS_NONMAN_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML hamnosys_nonmanual element.
HNS_NOSE_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML non-manual hnm_nose element.
HNS_PORT_TAG - Static variable in class sigmlinlib.SIDefs
Tag for HNS input port.
HNS_SHOULDER_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML non-manual {hnm_shoulder} element.
HNS_SIGN_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML hns_sign element.
HNSBytesInputConverter - Class in util
Converts an input byte array, supplied as a constructor parameter, to a string, taking account of UCS encodings (UTF-16, with and without a Byte-Order-Mark [BOM], UTF-8 with BOM, ISO_8859-1), and converting HNS-Unicode character values to traditional HNS character octet values.
HNSBytesInputConverter(byte[]) - Constructor for class util.HNSBytesInputConverter
Constructs a new converter for the given array of HNS input bytes.
hnscnvt - package 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.
hnscnvtTest - Class in hnscnvt
Quick and dirty test for classes in the hnscnvt package.
hnscnvtTest() - Constructor for class hnscnvt.hnscnvtTest
 
hnsgen - package hnsgen
This package implements the conversion of gestural SiGML signs (that is, <hamgestural_sign> elements) to the corresponding HamNoSys 4 signs, represented as HNS SiGML signs (that is, <hns_sign> elements).
HNSInputAsSignSequence - Class in hnscnvt
Driver for the scanning of a sign sequence text in one of our legacy non-XML input formats (HNS and HNST) in order to generate a pair of arrays, one containing the corresponding HNSSigns and the other containing the corresponding element strings; this sign generation process also records the signs' gloss names and any input data format error messages.
HNSInputAsSignSequence(String) - Constructor for class hnscnvt.HNSInputAsSignSequence
Constructor, generating a new sign sequence from the given HNS/HNST input text.
HNSInputToHandler - Class in hnscnvt
An instance of this class supports the scanning of an HNS or HNST data stream to generate a sequence of HNSSigns which are passed to an HNSSignsHandler.
HNSInputToHandler() - Constructor for class hnscnvt.HNSInputToHandler
Constructs a new HNS/HNST input driver.
HNSManualConverter - Class in hnscnvt
Supports the conversion of a string of manual HNS to the corresponding <hamnosys_manual> HNS-SiGML element.
HNSManualConverter() - Constructor for class hnscnvt.HNSManualConverter
Constructs a new manual HNS converter, allocating its character-to-token-name map.
hnsNMAttrName(String) - Static method in class sigmlgen.HNSSiGMLNonManuals
Returns the HML/HNS-SiGML non-manual attribute tag for the given HNST non-manual token, which is assumed to be valid; for a mouth-picture token, the tag is "picture", while in all other cases it is "tag".
hnsNMAttrValue(String) - Static method in class sigmlgen.HNSSiGMLNonManuals
Returns the HML/HNS-SiGML non-manual attribute value for the given HNST non-manual token, which is assumed to be valid.
hnsNMElementTag(String) - Static method in class sigmlgen.HNSSiGMLNonManuals
Returns the HML/HNS-SiGML non-manual element tag for the given HNST non-manual token, which is assumed to be valid.
hnsNMTokenForNMElement(String, Attributes) - Static method in class sigmlgen.HNSSiGMLNonManuals
 
hnsNMTokenForNMElement(Element) - Static method in class sigmlgen.HNSSiGMLNonManuals
Determines the HNSSign (or old HNST) non-manual token for a given HML/HNS-SiGML non-manual DOM element.
HNSNonManualConverter - Class in hnscnvt
Supports the conversion of a string of HNST non-manual tags to the corresponding <hamnosys_nonmanual> HNS-SiGML element.
HNSNonManualConverter() - Constructor for class hnscnvt.HNSNonManualConverter
Constructs a new HNS non-manual converter.
HNSOctetUCSMap - Class in util
Defines mappings in both directions between HNS 8-bit character code values (octets) and HamNoSys-UCS characters, most of which are in the UCS private use area.
HNSSiGMLNonManuals - Class in sigmlgen
A collection of static data and method definitions relating to the non-manual aspects of a sign as represented in the <hamnosys_nonmanual> element used in HML and HNS-SiGML.
HNSSign - Class in hnscnvt
The data defining a single HamNoSys 4 sign.
HNSSign() - Constructor for class hnscnvt.HNSSign
Constructs a sign with null components.
HNSSign(String, String, String, String) - Constructor for class hnscnvt.HNSSign
Constructor forming the sign from the given manual, non-manual, gloss and input error text componenents, any of which may be null; there is no associated element or element text at this stage.
HNSSignConvert - Class in sigmlinlib
 
HNSSignConvert() - Constructor for class sigmlinlib.HNSSignConvert
 
hnsSignElement(HNSSign) - Method in class hnscnvt.HNSSignToElementText
Generates and returns the &lt;hns_sign&gt; element text for the given HNSSign.
hnsSignElementText(Element) - Method in class hnsgen.GToHNSSignSiGML
Returns the given SiGML sign element as text.
HNSSignElementToHNS - Class in hnscnvt
Supports the conversion of an HNS-SiGML <hns_sign> element to an HNSSign object, containing the corresponding manual, non-manual and gloss strings.
HNSSignElementToHNS() - Constructor for class hnscnvt.HNSSignElementToHNS
Constructs a new <hns_sign>-element-to-HNSSign converter, creating its supporting HamNameMap and XMLScanner.
hnsSignForGSiGML(Element) - Method in class hnsgen.GToHNSSignSiGML
Returns the <hns_sign> SiGML element corresponding to the given <hamgestural_sign> element.
HNSSignSAXHandler - Class in hnscnvt
SAX handler for a SiGML <hns_sign> element, for which the handler generates an HNSSign.
HNSSignSAXHandler(HamNameMap) - Constructor for class hnscnvt.HNSSignSAXHandler
Constructs a new hns_sign element handler, which uses the given HNS name map, and a standard SiGML entity resolver.
HNSSignSAXHandler(CleanerEntityResolver, HamNameMap) - Constructor for class hnscnvt.HNSSignSAXHandler
Constructs a new <hns_sign> element handler, which uses the given entity resolver and HNS name map.
hnsSignSequence() - Method in class hnscnvt.HNSInputAsSignSequence
Returns the generated sequence of HNSSigns.
HNSSignsHandler - Interface in hnscnvt
Handler interface for the generation of an HNSSign sequence.
hnsSignTextForGSiGML(String) - Method in class hnsgen.GToHNSSignSiGML
Returns the text of the <hns_sign> SiGML element corresponding to the given <hamgestural_sign> element text.
hnsSignTextForGSiGML(Element) - Method in class hnsgen.GToHNSSignSiGML
Returns the text of the <hns_sign> SiGML element corresponding to the given <hamgestural_sign> element.
HNSSignToElementText - Class in hnscnvt
Supports the conversion of an HNSSign to the corresponding SiGML &lt;hns_sign&gt; element.
HNSSignToElementText() - Constructor for class hnscnvt.HNSSignToElementText
Constructs a new converter of HNSSigns to &lt;hns_sign&gt; elements.
hnsSignToGestural(String) - Method in class sigmlinlib.SiGMLInLib
Converts a single <hns_sign> SiGML element to the equivalent <hamgestural_sign> element.
HNSStdAsSignSequence - Class in hnscnvt
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.
HNSStdAsSignSequence(String) - Constructor for class hnscnvt.HNSStdAsSignSequence
Constructor; this just invokes the superclass constructor, which drives the generation of the signs.
hnsStdSignsToSiGML(String) - Method in class sigmlinlib.SiGMLInLib
Converts the given "standard" format HNS text (allowing one line per sign containing gloss, HNS manual string and HNST non-manual string) to an equivalent pair of SiGML document texts, one containing <hns_sign> elements, and one containing <hamgestural_sign> elements.
HNST_PORT_TAG - Static variable in class sigmlinlib.SIDefs
Tag for HNST input port.
HNSTableSuppport - Class in ssclient
Supporting definitions for HNS table display object.
HNSTableSuppport() - Constructor for class ssclient.HNSTableSuppport
 
HNSTableSuppport.HNSManCellEditor - Class in ssclient
 
HNSTableSuppport.HNSManCellEditor() - Constructor for class ssclient.HNSTableSuppport.HNSManCellEditor
 
HNSTableSuppport.HNSManCellRenderer - Class in ssclient
 
HNSTableSuppport.HNSManCellRenderer() - Constructor for class ssclient.HNSTableSuppport.HNSManCellRenderer
 
HNSTableSuppport.HNSModel - Class in ssclient
 
HNSTableSuppport.HNSModel(HNSSign[]) - Constructor for class ssclient.HNSTableSuppport.HNSModel
 
HNSTableSuppport.HNSStdCellEditor - Class in ssclient
 
HNSTableSuppport.HNSStdCellEditor() - Constructor for class ssclient.HNSTableSuppport.HNSStdCellEditor
 
HNSTableSuppport.HNSStdCellRenderer - Class in ssclient
 
HNSTableSuppport.HNSStdCellRenderer() - Constructor for class ssclient.HNSTableSuppport.HNSStdCellRenderer
 
HNSTableSuppport.SSCCellEditor - Class in ssclient
 
HNSTableSuppport.SSCCellEditor() - Constructor for class ssclient.HNSTableSuppport.SSCCellEditor
 
HNSTableSuppport.SSCCellRenderer - Class in ssclient
 
HNSTableSuppport.SSCCellRenderer() - Constructor for class ssclient.HNSTableSuppport.SSCCellRenderer
 
HNSTAsSignSequence - Class in hnscnvt
Driver for the generation of a sequence of HNSSigns from an input text containing a sign sequence in the legacy HNST ("Tokenized HamNoSys) format.
HNSTAsSignSequence(String) - Constructor for class hnscnvt.HNSTAsSignSequence
Constructor; this just invokes the superclass constructor, which drives the generation of the signs.
HNSToHML - Class in hnscnvt
Converter that generates the HML <sign> element for any given given HNSSign, using the ANTLR-based parsing and AST-generation support provided in packages hamnewlex, hamparse, and hamwalk.
HNSToHML() - Constructor for class hnscnvt.HNSToHML
Constructs a new converter of HNS signs to HML.
HNSToHML.HNSToHMLException - Exception in hnscnvt
Exception class for HNS-to-HML conversion.
HNSToHML.HNSToHMLException(String) - Constructor for exception hnscnvt.HNSToHML.HNSToHMLException
Constructs a new exception with the given detail message.
hnstSignsToSiGML(String) - Method in class sigmlinlib.SiGMLInLib
Converts the given HNST text to an equivalent pair of SiGML document texts, one containing <hns_sign> elements, and one containing <hamgestural_sign> elements.
HSCLASS - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HSCLASS - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
hsdigit() - Method in class hamparse.Ham4Parser
hsdigit //#### HNS-4 : thumb | hsfingeritem ;
HSDocParameters - Class in sigmlgen
Provides standard definitions of various global parameters for HML and SiGML documents, such as encoding, DTD system ID, and document element type, and defines class methods that form prefixes and suffices for HML/SiGML documents, in accordance with the values of these parameters.
HSDocParameters() - Constructor for class sigmlgen.HSDocParameters
 
HSDocWrapping - Class in sigmlgen
This class provides wrappers for HML and SiGML document output streams; a wrapper provides an efficient mechanism for inserting the appropriate HML/SiGML document prefix and suffix into the stream at the appropriate stages in the output process.
HSDocWrapping() - Constructor for class sigmlgen.HSDocWrapping
 
hsfingeritem() - Method in class hamparse.Ham4Parser
hsfingeritem //#### HNS-4 : finger ( HamLargemod )? // { #hsfingeritem = #([HSFINGERITEM,"hsfingeritem"], #hsfingeritem); } ;
HSFINGERITEM - Static variable in interface hamparse.Ham4ParserTokenTypes
 
hsfingeritem(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <fingernothumb> element.
HSFINGERITEM - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HSHAPE1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HSHAPE1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HSHAPE2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
HSHAPE2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
HToGSiGMLConvert - Class in sigmlinlib
 
HToGSiGMLConvert() - Constructor for class sigmlinlib.HToGSiGMLConvert
 

I

ICFG1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
ICFG1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
ICFG2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
ICFG2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
indentedLinesForPureXML(String) - Static method in class xml.XmlElementTextGen
Returns a multi-line indented version of the given pure XML text.
initialconfig1() - Method in class hamparse.Ham4Parser
initialconfig1 : ( nminitialconfig )? minitialconfig1 // { #initialconfig1 = #([ICFG1,"initialconfig1"], #initialconfig1); } ;
initialconfig1(AST) - Method in class hamwalk.Ham4HMLGen
Returns a pair of HML elements, <nminitialconfig> and <minitialconfig1>, the first of which may be null.
initialconfig2() - Method in class hamparse.Ham4Parser
initialconfig2 : ( nminitialconfig )? minitialconfig2 // { #initialconfig2 = #([ICFG2,"initialconfig2"], #initialconfig2); } ;
initialconfig2(AST) - Method in class hamwalk.Ham4HMLGen
Returns a pair of HML elements, <nminitialconfig> and <minitialconfig2>, the first of which may be null.
inPort(int, int) - Static method in class sigmlinlib.SIDefs
Returns the SiGML input port number determined by the given kind and port number values: if inptgiven is negative the result is the standard port for the given input kind as specified in SIDefs.STD_PORTS, but the result is inptgiven itself if that value is non-negative.
inputHNSTFormatSigns(String, boolean, HNSSignsHandler) - Method in class hnscnvt.HNSInputToHandler
Given an HNST string and an HNS signs handler, this method scans the string and feeds the generated stream of signs to the handler, generating warning messages or not as specified by the given flag argument.
inputHNSTFormatSigns(InputStream, boolean, HNSSignsHandler) - Method in class hnscnvt.HNSInputToHandler
Given an HNST text input stream and an HNS signs handler, this method scans the string and feeds the generated stream of signs to the handler, generating warning messages or not as specified by the given flag argument.
inputStandardHNSFormatSigns(InputStream, int, HNSSignsHandler) - Method in class hnscnvt.HNSInputToHandler
Given an input stream for a multi-line HNS signs text and an HNS signs handler, this method scans the text and feeds the generated stream of signs to the handler, up to the given limit on the number of signs.
inputStandardHNSFormatSigns(String, int, HNSSignsHandler) - Method in class hnscnvt.HNSInputToHandler
Given a (typically multi-line) HNS signs text and an HNS signs handler, this method scans the text and feeds the generated stream of signs to the handler, up to the given limit on the number of signs.
inputStandardHNSFormatSigns(Reader, int, HNSSignsHandler) - Method in class hnscnvt.HNSInputToHandler
Given a reader for a multi-line HNS signs text and an HNS signs handler, this method scans the text and feeds the generated stream of signs to the handler, up to the given limit on the number of signs.
InputStreamAsBytes - Class in util
Reads the data from a given InputStream, making it available as an array of bytes.
InputStreamAsBytes(InputStream) - Constructor for class util.InputStreamAsBytes
Constructs a new scanner for the given stream, and obtains the data from it.
insertNonManual(Element, Element) - Method in class hamwalk.HMLBuilder
Inserts the given HML non-manual element in the given HML sign elment as its first child, unless the former is null, in which case this method does nothing.
insertSeqNos(SeqNumberGenerator) - Method in class broadcast.SegmentSendDescriptor
 
intField(int, int) - Static method in class util.StringUtils
Generates the string representation of an integer value, left justified in a field of the specified width (using a space as the padding character).
intResult(RE.AV) - Static method in class util.RE
Returns the non-negative integer value defined by the given RE.AV structure, or -1 if the given AV reference is null.
InvalidXMLException - Exception in xml
Exception class representing XML validation failure.
InvalidXMLException(String) - Constructor for exception xml.InvalidXMLException
Constructs an InvalidXMLException with the specified detail message.
IS_RPT(char) - Static method in class hnsgen.HNS3To4
Tests whether or not the given character is one of the HNS repetition symbols.
isBroadcastSiGML(int) - Static method in class sigmlinlib.SIDefs
Indicates whether or not the given SiGML input format is Broadcast SiGML.
isCellEditable(int, int) - Method in class ssclient.HNSTableSuppport.HNSModel
 
isFirstInSeg() - Method in class broadcast.PacketHeader
 
isHNS(int) - Static method in class sigmlinlib.SIDefs
Indicates whether or not the given SiGML input format is HNS.
isHNST(int) - Static method in class sigmlinlib.SIDefs
Indicates whether or not the given SiGML input format is HNST.
isSiGML(int) - Static method in class sigmlinlib.SIDefs
Indicates whether or not the given SiGML input format is SiGML.
isValid(int) - Static method in class sigmlinlib.SIDefs
Indicates whether or not the given value is a valid SiGML input format tag.
iVal(String, String) - Static method in class util.StringUtils
Decode a String as an integer value, and output an error message in the case of a format error.

J

JA_VERSION - Variable in class ssclient.SiGMLSignClient
 
JA_VERSION_TAG - Variable in class ssclient.SiGMLSignClient
 

K

kill() - Method in class broadcast.BPSReceiver
 
kill() - Method in class broadcast.BPSTransmitter
 
kill() - Method in interface broadcast.Killable
 
kill() - Method in interface broadcast.PacketSender
 
kill() - Method in interface broadcast.SegmentSender
 
kill() - Method in class broadcast.SiGMLSegmentSynchDelivery
 
kill() - Method in class broadcast.SiGMLSegmentTransmitter
 
kill() - Method in class broadcast.TimeKeeper
 
kill() - Method in class sigmlinlib.BroadcastSiGMLInputService
 
Killable - Interface in broadcast
 

L

LEAD_MILLIS - Static variable in class broadcast.SiGMLStreamTransmitter
 
LEVARM - Static variable in interface hamparse.Ham4ParserTokenTypes
 
LEVARM - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
LEVBODY - Static variable in interface hamparse.Ham4ParserTokenTypes
 
LEVBODY - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
levelarm() - Method in class hamparse.Ham4Parser
levelarm : ( // 2011-03 // Allow HamEtc for "underspecified"/approximate.
levelarm(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <levelarm> element.
levelbody() - Method in class hamparse.Ham4Parser
levelbody : ( // 2011-03 // Allow HamEtc for "underspecified"/approximate.
levelbody(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <levelbody> element.
levelcomplexarm() - Method in class hamparse.Ham4Parser
levelcomplexarm : levelarm ( HamBetween ! levelarm )? ;
levelcomplexarm(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <levelcomplexarm> element.
levelcomplexbody() - Method in class hamparse.Ham4Parser
levelcomplexbody : levelbody ( HamBetween ! levelbody )? ;
levelcomplexbody(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <levelcomplexbody> element.
levelcomplexhand() - Method in class hamparse.Ham4Parser
levelcomplexhand : levelhand ( HamBetween ! levelhand )? ;
levelcomplexhand(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <levelcomplexhand> element.
levelhand() - Method in class hamparse.Ham4Parser
levelhand : ( lochand ( dorsalorpalmar )? ( side ) => ( side )? | side lochand ( dorsalorpalmar )? ) { #levelhand = #([LEVHAND,"levelhand"], #levelhand); } ;
levelhand(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <levelhand> element.
LEVHAND - Static variable in interface hamparse.Ham4ParserTokenTypes
 
LEVHAND - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
linesForPureXML(String) - Static method in class xml.XmlElementTextGen
Returns a multi-line non-indented version of the given pure XML text.
linesToAllStrings(String) - Static method in class util.StringUtils
Converts the given multi-line string into an array of strings, retaining any blank lines present in the original.
linesToOneString(String[]) - Static method in class util.StringUtils
Converts the given array of strings representing lines into a single multi-line string.
linesToOneString(String[], int) - Static method in class util.StringUtils
Converts the given array of strings representing lines into a single multi-line string.
linesToStrings(String) - Static method in class util.StringUtils
Converts the given multi-line string into an array of strings that excludes any blank lines.
lnBack() - Method in class util.ReaderLinesTracker
Returns the line number of this tracker's current back marker.
lnFront() - Method in class util.ReaderLinesTracker
Returns the line number of this tracker's current front marker.
LOC1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
LOC1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
LOC2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
LOC2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
locarm() - Method in class hamparse.Ham4Parser
locarm : HamUpperarm | HamElbow | HamElbowinside | HamLowerarm ;
locarm(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for one of the basic sites on the arm.
location1() - Method in class hamparse.Ham4Parser
location1 : ( ( locationindexuse ) //#### 2003-08 => locationindexuse | ( levelhand ) => locationhand | locationbodyarm ) { #location1 = #([LOC1,"location1"], #location1); } ;
location1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <location1> element.
location1as2() - Method in class hamparse.Ham4Parser
location1as2 : location1 { #location1as2 = #([LOC2,"location1as2"], #location1as2); } ;
location2() - Method in class hamparse.Ham4Parser
location2 : ( location1as2 | location2not1 ) ;
location2(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <location2> element.
location2not1() - Method in class hamparse.Ham4Parser
location2not1 : ( ( handconstellation ) => handconstellation ( HamNeutralspace ! ( HamArmextended )? | ( locationbody )? // //2001-07-05 //If we replace the above option with the following, i.e.
locationarm() - Method in class hamparse.Ham4Parser
locationarm : levelcomplexarm ( HamBehind )? ( ( contactbody ) => contactbody )? // { #locationarm = #([LOCTNARM,"locationarm"], #locationarm); } ;
locationarm(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <locationarm> element.
locationbody() - Method in class hamparse.Ham4Parser
locationbody : levelcomplexbody ( HamBehind )? ( ( contactbody ) => contactbody )? // { #locationbody = #([LOCTNBODY,"locationbody"], #locationbody); } ;
locationbody(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <locationbody> element.
locationbodyarm() - Method in class hamparse.Ham4Parser
locationbodyarm : ( HamNeutralspace ! ( HamArmextended )? | ( levelbody ) => locationbody | locationarm ) { #locationbodyarm = #([LOCTNBODYARM,"locationbodyarm"], #locationbodyarm); } ;
locationbodyarm(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <locationbodyarm> element.
locationhand() - Method in class hamparse.Ham4Parser
locationhand : levelcomplexhand ( (contacthand) => contacthand )? // { #locationhand = #([LOCTNHAND,"locationhand"], #locationhand); } ;
locationhand(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <locationhand> element.
locationindexdefine() - Method in class hamparse.Ham4Parser
locationindexdefine : digit HamCoreftag ! ;
locationindexuse() - Method in class hamparse.Ham4Parser
locationindexuse : digit HamCorefref ! ;
locbody() - Method in class hamparse.Ham4Parser
locbody : ( HamHead | HamHeadtop | HamForehead | HamEyebrows // | HamEyes #### see below | HamNose | HamNostrils // | HamLips #### see below | HamTongue | ( ( HamEyes | HamLips | HamTeeth ) ( HamDoublebent | HamDoublehooked )? ) | HamChin | HamUnderchin | HamNeck | HamShouldertop | HamShoulders | HamChest | HamStomach | HamBelowstomach ) { #locbody = #([LOCBODY,"locbody"], #locbody); } ;
LOCBODY - Static variable in interface hamparse.Ham4ParserTokenTypes
 
locbody(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for one of the basic sites on the body or head.
LOCBODY - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
lochand() - Method in class hamparse.Ham4Parser
lochand : ( handpart | fingerpart ( digit )* | ///#### 2003-08 New HNS-4-Orientated version: ( digit )+ ( fingerpart )? // was: // digit // ( // ( digit )* // | // fingerpart // ) // ) ;
locsided() - Method in class hamparse.Ham4Parser
locsided : HamEar | HamEarlobe | HamCheek ;
locsided(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for one of the basic sites on one side of the head.
LOCTNARM - Static variable in interface hamparse.Ham4ParserTokenTypes
 
LOCTNARM - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
LOCTNBODY - Static variable in interface hamparse.Ham4ParserTokenTypes
 
LOCTNBODY - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
LOCTNBODYARM - Static variable in interface hamparse.Ham4ParserTokenTypes
 
LOCTNBODYARM - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
LOCTNHAND - Static variable in interface hamparse.Ham4ParserTokenTypes
 
LOCTNHAND - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
Logger - Class in util
A very simple file-based implementation of the Logging interface.
Logger(String) - Constructor for class util.Logger
Constructs a new logger directing logging output to the file with the specified path, or suppressing logging output if the specified path is null.
Logging - Interface in util
Interface defining a very simple file-based logging system.
logMsg(String) - Method in class util.Logger
Appends the given message text to the current logging output file, if any.
logMsg(String) - Method in interface util.Logging
Writes the given message to the log file.
logWrite(String) - Method in class util.Logger
Appends the given message text and a line terminator to the current logginng output file, if any.
logWrite(String) - Method in interface util.Logging
Writes the given message with a line terminator to the log file.

M

main(String[]) - Static method in class broadcast.SiGMLStreamTransmitter
 
main(String[]) - Static method in class hnscnvt.hnscnvtTest
 
main(String[]) - Static method in class sigmlgen.CASMMToMetres
This method must have exactly two arguments, an input an an output CAS file path: the mm-to-metres transform is applied to the former giving the result in the latter.
main(String[]) - Static method in class sigmlinlib.HNSSignConvert
 
main(String[]) - Static method in class sigmlinlib.HToGSiGMLConvert
 
main(String[]) - Static method in class sigmlinlib.SiGMLInputServiceStopper
Main method, which delivers a service termination request on the given port on the local host: it takes one optional argument, giving the service's termination port number; by default this is SiGMLInputServiceStopper.STD_STOP_PORT.
main(String[]) - Static method in class ssclient.SiGMLSignClient
Main method: launches the SiGML Client app; ignores arguments.
main(String[]) - Static method in class xml.XMLBytesDecoder
Test method: attempts to convert the data in the file whose path is given by the sole argument, and lists the result on standard output.
makeHNSTable(HNSSign[]) - Static method in class ssclient.HNSTableSuppport
 
man() - Method in class hnscnvt.HNSSign
Returns the sign's HNS manual component.
manElement(String, String) - Method in class hnscnvt.HNSManualConverter
Converts the given manual HNS string to a <hamnosys_manual> element and returns a string containing the text of that element, with the given indentation at the start of each line.
matcher(String, String) - Static method in class util.RE
Returns a new matcher for the given RE against the given text.
MAX_BYTES_PER_MS - Static variable in class broadcast.BroadcastSiGMLDefs
 
MAX_HDR_SIZE - Static variable in class broadcast.PacketHeader
 
MICFG1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
MICFG1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
MICFG2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
MICFG2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
minitialconfig1() - Method in class hamparse.Ham4Parser
minitialconfig1 : handconfig1 ( location1 )? // { #minitialconfig1 = #([MICFG1,"minitialconfig1"], #minitialconfig1); } ;
minitialconfig1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <minitialconfig1> element.
minitialconfig2() - Method in class hamparse.Ham4Parser
minitialconfig2 : ( ( handconfig2 ) => handconfig2 ( ( location2 ) => location2 )? | HamParbegin ! handconfig1 ( ( HamPlus ) => HamPlus //?? handconfig1 location1 HamParend ! | location1 HamPlus //?? handconfig1 ( location1 )? HamParend ! ) ) { #minitialconfig2 = #([MICFG2,"minitialconfig2"], #minitialconfig2); } ;
minitialconfig2(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <minitialconfig2> element.
modifier() - Method in class hamparse.Ham4Parser
modifier : HamFast | HamSlow | HamTense | HamRest | HamHalt ;
modifier(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for one of the HNS movement-manner values.
MOUTH_GESTURE_LETTERS - Static variable in class sigmlgen.HNSSiGMLNonManuals
HML/HNS-SiGML non-manual letter codes for the different categories of mouth gesture: Teeth (D), Jaws, Lips, Cheeks, Tongue.
MOUTH_GESTURE_TAG_LIMITS - Static variable in class sigmlgen.HNSSiGMLNonManuals
Counts of mouth-gesture non-manual in each of the following categories: Teeth (D), Jaws, Lips, Cheeks, Tongue.
MOUTH_PICTURE_LETTER - Static variable in class sigmlgen.HNSSiGMLNonManuals
HML/HNS-SiGML non-manual letter code for a mouth picture
MOVE_CROSS() - Static method in class hnsgen.HNS3To4
Returns the (obsolete) HNS hammovecross symbol.
MOVE_X() - Static method in class hnsgen.HNS3To4
Returns the (obsolete) HNS hammovex symbol.
movementarrow() - Method in class hamparse.Ham4Parser
movementarrow : HamMoveu | HamMoveur | HamMover | HamMovedr | HamMoved | HamMovedl | HamMovel | HamMoveul | HamMoveol | HamMoveo | HamMoveor | HamMoveil | HamMovei | HamMoveir | HamMoveui | HamMovedi | HamMovedo | HamMoveuo ;
movementarrow(AST) - Method in class hamwalk.Ham4HMLGen
Returns a one- or two- character string tag for a movement direction.
movementcircle() - Method in class hamparse.Ham4Parser
movementcircle : HamCircleo | HamCirclei | HamCircled | HamCircleu | HamCirclel | HamCircler | HamCircleul | HamCircledr | HamCircleur | HamCircledl | HamCircleol | HamCircleir | HamCircleor | HamCircleil | HamCircleui | HamCircledo | HamCircledi | HamCircleuo ;
movementcircle(AST) - Method in class hamwalk.Ham4HMLGen
Returns a one- or two- character string tag for the direction of ( the normal to a circle.
movementcross() - Method in class hamparse.Ham4Parser
movementcross : HamMovecross | HamMovex ;
movementcross(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for a crossing movement.
movingrepetition() - Method in class hamparse.Ham4Parser
movingrepetition : HamSeqbegin ! repetition movementarrow ( size )? ( sizechangenonlinear )? HamSeqend ! // { #movingrepetition = #([MOVINGREPETITION, "movingrepetition"], #movingrepetition); } ;
MOVINGREPETITION - Static variable in interface hamparse.Ham4ParserTokenTypes
 
movingrepetition(AST, Element) - Method in class hamwalk.Ham4HMLGen
Sets appropriate moving repetition attributes on the given action element.
MOVINGREPETITION - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 

N

NAME - Static variable in class util.RE
RE for a name, i.e.
NetUtils - Class in util
Network-related utility methods.
NetUtils() - Constructor for class util.NetUtils
 
newContinuationHeader(int) - Static method in class broadcast.PacketHeader
 
newFileInputStream(String) - Static method in class util.FileUtils
Returns an input stream for the file with the given path, aborting in case of failure.
newFileInputStream(File) - Static method in class util.FileUtils
Returns an input stream for the given File, aborting in case of failure.
newFileOutputStream(String) - Static method in class util.FileUtils
Returns an output stream for the file with the given path, aborting in case of failure.
newFileOutputStream(File) - Static method in class util.FileUtils
Returns an output stream for the given File, aborting in case of failure.
newFileSelected(File) - Method in interface ssclient.FileList.SelectionReceiver
 
newHMLAttr(String) - Method in class hamwalk.HMLBuilder
Creates and returns a new DOM attribute of the given name.
newHMLComment(String) - Method in class hamwalk.HMLBuilder
Creates and returns a new DOM comment with the given content.
newHMLElement(String) - Method in class hamwalk.HMLBuilder
Creates and returns a new DOM element of the given type.
newSingletonHeader(int) - Static method in class broadcast.PacketHeader
 
newStartingHeader(int, int) - Static method in class broadcast.PacketHeader
 
newStringHeader(String) - Static method in class broadcast.PacketHeader
 
next() - Method in class broadcast.SeqNumberGenerator
 
nextToken() - Method in class hamnewlex.HamSignStringLexer
 
NMACT1T - Static variable in interface hamparse.Ham4ParserTokenTypes
 
NMACT1T - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
nmaction1t() - Method in class hamparse.Ham4Parser
nmaction1t : HamSeqbegin ! ( ( levelbody ) => levelbody | levelarm ) //#### 2007-03: action1t HamSeqend ! // { #nmaction1t = #([NMACT1T,"nmact1t"], #nmaction1t); } ;
nmaction1t(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML (non-manual) <action1t> element.
NMICLIST - Static variable in interface hamparse.Ham4ParserTokenTypes
 
NMICLIST - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
nmicunit() - Method in class hamparse.Ham4Parser
nmicunit : HamSeqbegin ! ( ( levelbody ) => levelbody | levelarm ) action1 HamSeqend ! // { #nmicunit = #([NMICUNIT,"nmicunit"], #nmicunit); } ;
NMICUNIT - Static variable in interface hamparse.Ham4ParserTokenTypes
 
nmicunit(AST) - Method in class hamwalk.Ham4HMLGen
Returns a pair of HML elements, describing one non-manual initial configuration feature: a <levelbody> or <levelbody>, and an <action1>.
NMICUNIT - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
nminitialconfig() - Method in class hamparse.Ham4Parser
nminitialconfig : ( nmicunit )+ { #nminitialconfig = #([NMICLIST,"nminitialconfig"], #nminitialconfig); } ;
nminitialconfig(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <nminitialconfig> element.
nnProp(String, String) - Static method in class util.StringUtils
Finds and decodes a non-negative integer property value, as defined in the given string.
nnVal(String, int, String) - Static method in class util.StringUtils
Parses the given string to give a non-negative integer value relative to the given base, and outputs an error message in the case of a format error.
nnVal(String, String) - Static method in class util.StringUtils
Parses the given string to give a non-negative integer value (assuming base 10), and outputs an error message in the case of a format error.
NO_VALUE - Static variable in class sigmlgen.SiGMLTagDefs
Name for compressed attribute's no value.
NON_MOUTH_RELATED_HNM_TAGS - Static variable in class sigmlgen.HNSSiGMLNonManuals
The HML non-manual element tags related to the following articulators: shoulders, body, head, eyes, nose -- but with a null entry for the eyes, for which there are three distinct tags, held in HNSSiGMLNonManuals.EYE_RELATED_HML_TAGS.
NON_MOUTH_RELATED_LETTERS - Static variable in class sigmlgen.HNSSiGMLNonManuals
HML/HNS-SiGML non-manual letter codes for all categories except for the mouth-related ones: shoulders, body, head, eyes, nose.
NON_MOUTH_TAG_LISTS - Static variable in class sigmlgen.HNSSiGMLNonManuals
Space-separated lists of tags for HNS non-manuals non-manuals, with one list for each of the following articulators: shoulders, body, head, eyes (gaze, brows and lids), nose; each tag is a string containing exactly two upper-case letters.
NON_NEG_INT - Static variable in class util.RE
RE for a non-negative intger.
NON_SPACE - Static variable in class util.RE
RE for a non-empty sequence of non-whitespace characters.
NON_SPACE_OPT - Static variable in class util.RE
RE for an optional sequence of non-whitespace characters.
NON_TABSP - Static variable in class util.RE
RE for a non-empty sequence of non-tab, non-space characters.
NON_TABSP_OPT - Static variable in class util.RE
RE for an optional sequence of non-tab, non-space characters.
nondomsign1() - Method in class hamparse.Ham4Parser
nondomsign1 : HamNondominant initialconfig1 a1tstar // { #nondomsign1 = #([SIGN1,"sign1"], #nondomsign1); } ;
nondomsign1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <sign1> element, with which_hand='nondominant'.
nonMan() - Method in class hnscnvt.HNSSign
Returns the sign's HNS non-manual component.
nonManElement(String, String) - Method in class hnscnvt.HNSNonManualConverter
Converts the given HNST non-manual string to a <hamnosys_nonmanual> element and returns a string containing the text of that element, with the given indentation at the start of each line.
nonManElement(String) - Method in class hnscnvt.HNSNonManualConverter
Converts the given HNST non-manual string to a <hamnosys_nonmanual> element and returns a string containing the text of that element, with the standard indentation of two spaces at the start of each line.
notChr(String) - Static method in class util.RE
Returns a RE for any character other than the given one.
noteSiGMLSection(int, int, int, int, int, int, long) - Method in interface broadcast.SiGMLStreamNotify
 
noteSiGMLSection(int, int, int, int, int, int, long) - Method in class broadcast.SiGMLStreamTransmitter
 
noteSiGMLStreamDone(long) - Method in interface broadcast.SiGMLStreamNotify
 
noteSiGMLStreamDone(long) - Method in class broadcast.SiGMLStreamTransmitter
 
noteSiGMLStreamStart() - Method in interface broadcast.SiGMLStreamNotify
 
noteSiGMLStreamStart() - Method in class broadcast.SiGMLStreamTransmitter
 
notifyBeginXMLUnitStream() - Method in interface sigmlstream.xml.XMLUnitStreamHandler
Notifies this handler that the sequence of XML unit descriptors is about to start.
notifyEndXMLUnitStream() - Method in interface sigmlstream.xml.XMLUnitStreamHandler
Notifies this handler that the stream of XML unit descriptors is now complete.
notifyXMLUnit(ArrayList<XMLUnitEvent>) - Method in interface sigmlstream.xml.XMLUnitStreamHandler
Notifies this handler that the next XML unit is as described by the given list of unit events.
NUL - Static variable in class util.BytesEncodingChecker
NUL byte value.
NULL_TREE_LOOKAHEAD - Static variable in interface hamnewlex.HamTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface hamparse.Ham4ParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
num(int) - Static method in class util.RE
Returns the RE for a decimal digit string of the specified witdth.

O

O_LIMIT - Static variable in class util.HNSOctetUCSMap
Octet limit value.
O_NULL - Static variable in class util.HNSOctetUCSMap
"Null" octet value.
octet(String) - Method in class util.HamNameMap
 
octet(char) - Method in class util.HNSOctetUCSMap
Returns the classic HNS octet value for the given HNS-4 UCS character.
octet(String) - Method in class util.HNSOctetUCSMap
Returns (as a charater-string) the sequence of classic HNS octets corresponding to the given sequence of HNS-4 UCS characters.
ON_FLAG - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
ON attribute value.
ONE_NON_SPACE - Static variable in class util.RE
RE for a single non-whitespace character.
ONE_NON_TABSP - Static variable in class util.RE
RE for a single non-tab and non-space character.
ONE_SPACE - Static variable in class util.RE
RE for a single whitespace character.
ONE_TABSP - Static variable in class util.RE
RE for a single tab or space character.
openLogFile(String) - Method in class util.Logger
Opens a new logging output file with the specified path, having first closed any previous logging output file.
openLogFile(String) - Method in interface util.Logging
Starts a log on the file with the specified path.
opt(String) - Static method in class util.RE
Applies the ? postfix operator to the given RE.
opttag(String) - Static method in class util.RE
Forms a tagged group for the given RE, and then applies the ? postfix operator to it.
or(String, String) - Static method in class util.RE
Returns the RE for the union (|) of the two given REs.

P

packet(int) - Method in class broadcast.SegmentSendDescriptor
 
PACKET_MAX - Static variable in class broadcast.BPSReceiver
 
PACKET_MAX - Static variable in class broadcast.BPSTransmitter
 
PACKET_MAX - Static variable in class broadcast.BroadcastSiGMLDefs
 
PacketAcceptor - Interface in broadcast
 
packetCount() - Method in class broadcast.PacketHeader
 
PacketHeader - Class in broadcast
 
PacketHeader.PktHdrException - Exception in broadcast
 
PacketHeader.PktHdrException(String) - Constructor for exception broadcast.PacketHeader.PktHdrException
 
PacketHeader.PktHdrException(Exception) - Constructor for exception broadcast.PacketHeader.PktHdrException
 
PacketSender - Interface in broadcast
 
PacketSendException - Exception in broadcast
 
PacketSendException(String) - Constructor for exception broadcast.PacketSendException
 
palmor() - Method in class hamparse.Ham4Parser
palmor : HamPalmu | HamPalmur | HamPalmr | HamPalmdr | HamPalmd | HamPalmdl | HamPalml | HamPalmul ;
palmor(AST) - Method in class hamwalk.Ham4HMLGen
Returns a one- or two- character string representing one of the 8 possible palm orientation values.
palmor1() - Method in class hamparse.Ham4Parser
palmor1 : palmor ( HamBetween ! palmor // 2011-04 // Added HamEtc option for "underspecified"/approximate.
PALMOR1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
palmor1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <palmor1> element.
PALMOR1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
palmor2() - Method in class hamparse.Ham4Parser
palmor2 : ( palmor1 | splitpalmor2 ) { #palmor2 = #([PALMOR2,"palmor2"], #palmor2); } ;
PALMOR2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
palmor2(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <palmor2> element.
PALMOR2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
PAR_BEGIN() - Static method in class hnsgen.HNS3To4
Returns the HNS hamparbegin symbol.
PAR_END() - Static method in class hnsgen.HNS3To4
Returns the HNS hamparend symbol.
PARACT1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
PARACT1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
PARACT1T - Static variable in interface hamparse.Ham4ParserTokenTypes
 
PARACT1T - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
PARACT2T - Static variable in interface hamparse.Ham4ParserTokenTypes
 
PARACT2T - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
paraction1() - Method in class hamparse.Ham4Parser
paraction1 : HamParbegin ! ( action1 )+ HamParend ! // { #paraction1 = #([PARACT1,"paract1"], #paraction1); } ;
paraction1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <par_action1> element.
paraction1t() - Method in class hamparse.Ham4Parser
paraction1t : HamParbegin ! ( action1t )+ HamParend ! // { #paraction1t = #([PARACT1T,"paract1t"], #paraction1t); } ;
paraction1t(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <par_action1t> element.
paraction2t() - Method in class hamparse.Ham4Parser
paraction2t : HamParbegin ! ( action2t )+ HamParend ! // { #paraction2t = #([PARACT2T,"paract2t"], #paraction2t); } ;
paraction2t(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <par_action2t> element.
parse(InputSource) - Method in class sigmlstream.xml.XMLUnitReader
Generates the sequence of parse events for this parser's source, providing the given dummy source argument matches that supplied when this parser was constructed.
parse(String) - Method in class sigmlstream.xml.XMLUnitReader
Throws a SAX exception, since this non-standard parser does not process a conventional SAX source indentified by System ID.
parseElement(String) - Method in class hamwalk.HMLBuilder
Returns a new DOM element structure for the given element text, unless the latter is the empty string, in which case this method returns null.
pcontact() - Method in class hamparse.Ham4Parser
pcontact : HamTouch | HamClose ;
pcontact(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for closeness of contact.
peekNext() - Method in class broadcast.SeqNumberGenerator
 
PHI_ATTR - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
phi attribute name.
PICTURE_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML mouth-picture's picture attribute.
pktCount() - Method in class broadcast.SegmentSendDescriptor
 
PLAYER_SETTINGS_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML player_settings element.
PlayerSettings - Class in sigmlgen.playerctrl
The data from a SiGML <player_settings> element, that is, camera-location/direction/fov data and/or ambient motions flags.
PlayerSettings(Element) - Constructor for class sigmlgen.playerctrl.PlayerSettings
Constructs a new player settings record as specified by the given SiGML element.
PRESENT_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML present attribute.
presentClockForSection(String) - Static method in class broadcast.SiGMLStreamHandler
 
printSAXParseException(SAXParseException) - Method in class xml.XmlValidator
Reports the given SAX parsing exception.
printSAXParseException(SAXParseException, String) - Method in class xml.XmlValidator
Reports the given SAX parsing exception and its kind.
processHNSSign(HNSSign) - Method in interface hnscnvt.HNSSignsHandler
Reports the generation of the next sign, passing this sign as the argument for the handler to process.
processNextClientConnection(Socket) - Method in interface sigmlinlib.SiGMLInputServiceBase.ServiceOperations
Performs the actions needed to service the next client connection, to which access is given by the given socket.
PS_END(char) - Static method in class hnsgen.HNS3To4
Returns the HNS closing bracket symbol that matches the given open bracket symbol (hamparbegin or hamseqbegin).

Q

quote(String) - Static method in class util.RE
Returns a RE for the given RE after it is wrapped in single or double quotes.
quote(String, String) - Static method in class util.RE
Wraps the first of the given REs in single quotes and the second in double quotes, and returns the RE for the union of this pair.

R

R_ATTR - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
r attribute name.
rawHMLSignText(Element) - Method in class hnscnvt.HNSToHML
Returns the given HML element as a raw (typically single-line) text.
rawMactoAscii(String) - Method in class util.AsciiIdMapper
Converts the given identifier string containing raw Apple Standard Roman character codes to Ascii-compatible form.
RCV_LEAD_FRAMES - Static variable in class broadcast.BroadcastSiGMLDefs
 
RCV_LEAD_MILLIS - Static variable in class broadcast.BroadcastSiGMLDefs
 
RCV_LEAD_TICKS - Static variable in class broadcast.BroadcastSiGMLDefs
 
RCV_PORT - Static variable in class broadcast.BroadcastSiGMLDefs
 
RE - Class in util
Utility data and method definitions for regular expression processing.
RE() - Constructor for class util.RE
 
RE.AV - Class in util
A structure that records the result of a scan for an attribute='value' string.
RE.AV() - Constructor for class util.RE.AV
Constructs an AV-pair with both values null.
ReaderLinesTracker - Class in util
A reader lines tracker is a scanner which maintains a current viewing "window" on the sequence of lines represented by a given Reader, this window being defined by "back" and "front" location markers.
ReaderLinesTracker(Reader) - Constructor for class util.ReaderLinesTracker
Constructs a new tracker for the given reader.
ReaderLinesTracker(File) - Constructor for class util.ReaderLinesTracker
Constructs a new tracker for the given file.
readLines(InputStream) - Static method in class util.StringUtils
Reads lines of text from the given input stream, returning them as an array of strings.
readText(InputStream) - Static method in class util.StringUtils
Reads lines of text from the given input stream, and returns the result as a single string in which adjacent lines are separated by the platform line separator.
reAV(String) - Static method in class util.RE
Returns an attribute='value' RE for the given attribute name RE and a standard RE.STRING value RE, tagging both of these in the result.
reAV(String, String) - Static method in class util.RE
Returns an attribute='value' RE for the given attribute name and unquoted value REs, tagging both attribute and quoted value REs in the result.
reAV(String, String, String) - Static method in class util.RE
Returns an attribute='value' RE for the given attribute name RE, and unquoted single- and double- quotable value REs tagging both attribute and quoted value REs in the result.
reccautiousfingerlist() - Method in class hamparse.Ham4Parser
reccautiousfingerlist // recursive cautious finger list : ( ( hsfingeritem digit ) => hsfingeritem reccautiousfingerlist )? ;
recfingercrossinglist() - Method in class hamparse.Ham4Parser
recfingercrossinglist // recursive fingercrossinglist : ( ( fingercrossing ) => fingercrossing recfingercrossinglist )? ;
recfingerlist() - Method in class hamparse.Ham4Parser
recfingerlist // recursive finger list : ( ( hsfingeritem ) => hsfingeritem recfingerlist )? ;
recfingershapelist() - Method in class hamparse.Ham4Parser
recfingershapelist // recursive fingershapelist : ( ( fingershape ) => fingershape recfingershapelist )? ;
refresh() - Method in class ssclient.FileList
Refreshes the display of this list.
repetition() - Method in class hamparse.Ham4Parser
repetition : HamRepeatfromstart | HamRepeatfromstartseveral | HamRepeatcontinue | HamRepeatcontinueseveral | HamRepeatreverse ;
repetition(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for a repetition modifier.
repetitions() - Method in class hamparse.Ham4Parser
repetitions : // 2011-03 // Allow HamEtc after HamRepeatfromstartseveral, for // "underspecified"/approximate repeat locations.
REPETITIONS - Static variable in interface hamparse.Ham4ParserTokenTypes
 
repetitions(AST, Element) - Method in class hamwalk.Ham4HMLGen
Sets appropriate repetition attributes on the given action element.
REPETITIONS - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
repetitionsoption() - Method in class hamparse.Ham4Parser
repetitionsoption : ( ( ( HamSeqbegin )? repetition | HamAlternatingmotion ) => repetitions )? ;
REPLACE - Static variable in interface hamparse.Ham4ParserTokenTypes
 
REPLACE - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
replacement() - Method in class hamparse.Ham4Parser
replacement : HamReplace ! //#### 2011-03: now allow HNS4 sizechange, to control staged order of change.
replacement(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <replacement> element.
replacetail1() - Method in class hamparse.Ham4Parser
replacetail1 : ( extfidir1 ( palmor1 )? | palmor1 ) { #replacetail1 = #([REPLACETAIL1,"replacetail1"], #replacetail1); } ;
REPLACETAIL1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
replacetail1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <replacetail1> element.
REPLACETAIL1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
reportError(RecognitionException) - Method in class hamparse.Ham4Parser
Reports the parsing error defined by the given exception: an error message is appended to the overall error text for this parse, and a message is also generated immediately on standard output if the parser's Immediate Error Reporting flag is set.
resetCurrent(int) - Method in class broadcast.SeqNumberGenerator
 
resolveEntity(String, String) - Method in class sigmlgen.SiGMLResolver
Resolves the SAX entity with the given public and system IDs: if the given system ID is the URI of one of the SiGML DTDs, then a SAX input source for this resolver's version of that DTD will be returned, but in all other cases this method returns null.
resolveEntity(String, String) - Method in class xml.BasicSAXHandler
Peforms entity resolution on the given public and system Ids, using this handler's resolver if it has one.
resolveEntity(String, String) - Method in interface xml.CleanerEntityResolver
Attempts to resolve the entity with the given public and system IDs, possibly throwing a SAXException but not an IOException.
ResourceUtils - Class in util
Utility methods for local resource file handling.
ResourceUtils() - Constructor for class util.ResourceUtils
 
reTaggedAVq(String, String) - Static method in class util.RE
Returns an attribute='value' RE for the given attribute name and quoted value REs, tagging both of these in the result.
revolutions() - Method in class hamparse.Ham4Parser
revolutions : ( clock ( HamClockfull ( HamClockfull )? )? ( clock )? | HamClockfull ( HamClockfull )? ( clock )? ) ;
revolutions(AST, Element) - Method in class hamwalk.Ham4HMLGen
Attaches the appropriate revolutions attributes to the given <circularmovement> element.

S

SAX_NAMESPACES - Static variable in class xml.XMLScanner
SAX namespaces feature name.
SAX_NS_PREFIXES - Static variable in class xml.XMLScanner
SAX namespace prefixes feature name.
SAX_STRING_INTERN - Static variable in class xml.XMLScanner
SAX string interning feature name.
scanXML(InputSource, DefaultHandler) - Method in class xml.XMLScanner
Parses the given source XML document, feeding SAX parse events to the given handler.
scanXML(String, DefaultHandler) - Method in class xml.XMLScanner
Parses the source XML document with the given URI, feeding SAX parse events to the given handler.
scanXMLText(String, DefaultHandler) - Method in class xml.XMLScanner
Parses the given XML document text, feeding SAX parse events to the given handler.
segment(int, int, int, int) - Method in class util.ReaderLinesTracker
Given the pairs for the start and finish locations of a segment within this tracker's current viewing window, this method returns the specifed segment as an array of strings, one per line or partial line.
SegmentAcceptor - Interface in broadcast
 
SegmentSendDescriptor - Class in broadcast
 
SegmentSendDescriptor(String[], long) - Constructor for class broadcast.SegmentSendDescriptor
 
SegmentSender - Interface in broadcast
 
SEND_PORT - Static variable in class broadcast.BroadcastSiGMLDefs
 
sendPacket(String) - Method in class broadcast.BPSTransmitter
 
sendPacket(String) - Method in interface broadcast.PacketSender
 
seq(String) - Static method in class util.RE
Applies the * postfix operator to the given RE.
SEQ_BEGIN() - Static method in class hnsgen.HNS3To4
Returns the HNS hamseqbegin symbol.
SEQ_END() - Static method in class hnsgen.HNS3To4
Returns the HNS hamseqend symbol.
SEQ_NO_LIMIT - Static variable in class broadcast.BroadcastSiGMLDefs
 
SEQ_NO_SIZE - Static variable in class broadcast.BroadcastSiGMLDefs
 
SEQ_NO_SIZE - Static variable in class broadcast.PacketHeader
 
SEQACT1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SEQACT1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
SEQACT1T - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SEQACT1T - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
SEQACT2T - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SEQACT2T - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
seqaction1() - Method in class hamparse.Ham4Parser
seqaction1 : HamSeqbegin ! ( action1 )+ HamSeqend ! // { #seqaction1 = #([SEQACT1,"seqact1"], #seqaction1); } ;
seqaction1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <seq_action1> element.
seqaction1t() - Method in class hamparse.Ham4Parser
seqaction1t : HamSeqbegin ! ( action1t )+ HamSeqend ! // { #seqaction1t = #([SEQACT1T,"seqact1t"], #seqaction1t); } ;
seqaction1t(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <seq_action1t> element.
seqaction2t() - Method in class hamparse.Ham4Parser
seqaction2t : HamSeqbegin ! ( action2t )+ HamSeqend ! // { #seqaction2t = #([SEQACT2T,"seqact2t"], #seqaction2t); } ;
seqaction2t(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <seq_action2t> element.
SEQFUSEDACT1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SEQFUSEDACT1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
SEQFUSEDACT1T - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SEQFUSEDACT1T - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
SEQFUSEDACT2T - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SEQFUSEDACT2T - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
seqfusedaction1() - Method in class hamparse.Ham4Parser
seqfusedaction1 : HamFusionbegin ! ( action1 )+ HamFusionend ! // { #seqfusedaction1 = #([SEQFUSEDACT1,"seqfusedaction1"], #seqfusedaction1); } ;
seqfusedaction1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <seq_action1> element, with fused='true'.
seqfusedaction1t() - Method in class hamparse.Ham4Parser
seqfusedaction1t : HamFusionbegin ! ( action1t )+ HamFusionend ! // { #seqfusedaction1t = #([SEQFUSEDACT1T,"seqfusedaction1t"], #seqfusedaction1t); } ;
seqfusedaction1t(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <seq_action1t> element, with fused='true'.
seqfusedaction2t() - Method in class hamparse.Ham4Parser
seqfusedaction2t : HamFusionbegin ! ( action2t )+ HamFusionend ! // { #seqfusedaction2t = #([SEQFUSEDACT2T,"seqfusedaction2t"], #seqfusedaction2t); } ;
seqfusedaction2t(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <seq_action2t> element, with fused='true'.
seqNE(String) - Static method in class util.RE
Applies the + postfix operator to the given RE.
seqNEtag(String) - Static method in class util.RE
Forms a tagged group for the given RE, and then applies the + postfix operator to it.
seqNo() - Method in class broadcast.PacketHeader
 
SeqNumberGenerator - Class in broadcast
 
SeqNumberGenerator(int, int) - Constructor for class broadcast.SeqNumberGenerator
 
SeqNumberGenerator(int) - Constructor for class broadcast.SeqNumberGenerator
 
seqtag(String) - Static method in class util.RE
Forms a tagged group for the given RE, and then applies the * postfix operator to it.
setCleanSiGMLText() - Method in class ssclient.SiGMLUndoController
Marks the current status of the present SiGML text as clean, achieved by discarding its undoable edit list and creating a new empty edit list for it.
setContentHandler(ContentHandler) - Method in class sigmlstream.xml.XMLUnitReader
Sets this parser's content handler to that given.
setDisplayDisabled(boolean) - Method in class util.SILTimer
Sets the value of this timer's display-disabled flag: any request to display a time message will be ignored if (but only if) this flag is true.
setDocRoot(Element) - Method in class hamwalk.HMLBuilder
Sets the given element as the document element for this builder's document.
setDocumentLocator(Locator) - Method in class xml.BasicSAXHandler
Sets this handler's XML locator to be the given one.
setDTDHandler(DTDHandler) - Method in class sigmlstream.xml.XMLUnitReader
Null DTD handler setter for this parser.
setElement(Element) - Method in class hnscnvt.HNSSign
Sets the <hns_sign> DOM Element from which this sign has been generated.
setElementText(String) - Method in class hnscnvt.HNSSign
Sets the <hns_sign> element text from which this sign has been generated.
setEnabledLogHML(boolean) - Method in class sigmlinlib.SiGMLInLib
Enables or disables logging to the standard error stream of the intermediate HML text for each HNS sign handled by this library's SiGML-to-Gestural-SiGML converter.
setEntityResolver(EntityResolver) - Method in class sigmlstream.xml.XMLUnitReader
Null entity resolver setter for this parser.
setError(String) - Method in class hnscnvt.HNSSign
Sets the sign's input error text.
setErrorHandler(ErrorHandler) - Method in class sigmlstream.xml.XMLUnitReader
Sets this parser's error handler to that given.
setFeature(String, boolean) - Method in class sigmlstream.xml.XMLUnitReader
Null feature setter for this parser.
setFolder(File) - Method in class ssclient.FileList
Sets this list's directory to be the one given.
setGloss(String) - Method in class hnscnvt.HNSSign
Sets the sign's gloss string.
setMan(String) - Method in class hnscnvt.HNSSign
Sets the sign's HNS manual component.
setNonMan(String) - Method in class hnscnvt.HNSSign
Sets the sign's HNS non-manual component.
setPlayerSettings(PlayerSettings) - Method in class sigmlgen.GSiGMLSign
Sets this signs camera and ambient motions settings to match those in the given player settings, which may be null, in which case the existing settings are unchanged.
setProperty(String, Object) - Method in class sigmlstream.xml.XMLUnitReader
Null property setter for this parser.
setSelectionReceiver(FileList.SelectionReceiver) - Method in class ssclient.FileList
Attaches the given selection receiver to this list.
setSeqNo(int) - Method in class broadcast.PacketHeader
 
setTime(int, int, int) - Method in class broadcast.TimerDisplay
 
setTimer(TimeKeeper) - Method in interface broadcast.SiGMLSegmentSynchAcceptor
 
setTimer(TimeKeeper) - Method in class sigmlinlib.BroadcastSiGMLInputService
 
setTiming(String, String, String) - Method in class hnscnvt.HNSSign
Sets the sign's timing attributes -- duration speed, timescale.
setValueAt(Object, int, int) - Method in class ssclient.HNSTableSuppport.HNSModel
 
showGivenTimeMS(float, String) - Method in class util.SILTimer
Displays the given (millisecond) time value, prefixed with the given tag string, as a line on standard output -- but does nothing if display is currently disabled on this timer.
showRelativeTimeMS(long, String) - Method in class util.SILTimer
Displays the duration (in milliseconds) of the interval defined by this timer's "start" time and the present -- that is, the value given by SILTimer.getRelativeTimeMS(long) -- prefixed with the given tag string, as a line on standard output.
showTimeMS(String) - Method in class util.SILTimer
Displays the duration (in milliseconds) of the current interval -- that is, the value given by SILTimer.getTimeMS() -- prefixed with the given tag string, as a line on standard output.
showTimeMSAndRestart(String) - Method in class util.SILTimer
Displays the duration (in milliseconds) of the current interval -- that is, the value given by SILTimer.getTimeMS() -- prefixed with the given tag string, as a line on standard output; also re-starts this timer before returning.
shutDown(boolean) - Method in class sigmlinlib.SiGMLInputServiceBase
Shuts down the input service, waiting for termination of the input thread or not, as specified by wait.
side() - Method in class hamparse.Ham4Parser
side : HamLrbeside | HamLrat ;
side(AST, String) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for a sideways extent, including a substring an exent to left or right, as given.
SIDefs - Class in sigmlinlib
Definitions relating to the different formats of SiGML input and the associated SiGML input service TCP/IP and UDP ports, primarily for the benefit of SiGMLInLib.
SIDefs() - Constructor for class sigmlinlib.SIDefs
 
SIGML_BASE_URI_ALT - Static variable in class sigmlgen.HSDocParameters
Alternative base URI for SiGML.
SIGML_BASE_URI_STD - Static variable in class sigmlgen.HSDocParameters
(De facto) Standard base URI for SiGML -- at UEA.
SIGML_FORMAT_VALUE - Static variable in class sigmlgen.SiGMLTagDefs
Name for format attribute's SiGML value.
SIGML_PORT_TAG - Static variable in class sigmlinlib.SIDefs
Tag for SiGML input port.
SIGML_SECTION_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML sigmlsection element.
SIGML_STREAM_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML sigmlstream element.
SIGML_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML sigml element.
SiGMLChildNodesProcessor - Class in sigmlgen
Support class for the SiGMLDocToGSiGMLSigns class, allowing the apppropriate sequence of gestural SiGML signs to be generated from the child nodes of a SiGML document element, taking into account any occurrences of either <signing_ref> or <player_settings> elements among these children.
SiGMLChildNodesProcessor(HNSSignElementToHNS, HNSToHML, HMLToSiGML, XmlElementTextGen, URI, Document, NodeList) - Constructor for class sigmlgen.SiGMLChildNodesProcessor
Constructs a new processor for a SiGML document's child nodes, using the given standard repertoire of converters, the document's base URI, its DOM node, and its child node list.
SiGMLDocHNSToGestural - Class in sigmlgen
A converter for a SiGML document: it generates a new copy of the document in which each <hns_sign> element in the original is replaced by the result of translating that element to a semantically equivalent <hamgestural_sign> element.
SiGMLDocHNSToGestural(HNSSignElementToHNS, HNSToHML, HMLToSiGML, String) - Constructor for class sigmlgen.SiGMLDocHNSToGestural
Constructs a new converter for the given SiGML <sigml> document text, using the given repertoire of standard converters.
SiGMLDocHNSToGestural(HNSSignElementToHNS, HNSToHML, HMLToSiGML, String, String) - Constructor for class sigmlgen.SiGMLDocHNSToGestural
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.
SiGMLDocHNSToGestural(HNSSignElementToHNS, HNSToHML, HMLToSiGML, String, String, boolean) - Constructor for class sigmlgen.SiGMLDocHNSToGestural
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.
SiGMLDocHNSToGestural.SiGMLConvertException - Exception in sigmlgen
Exception class for SiGML HNS-to-Gestural conversion.
SiGMLDocHNSToGestural.SiGMLConvertException(String) - Constructor for exception sigmlgen.SiGMLDocHNSToGestural.SiGMLConvertException
 
SiGMLDocsFromHNSSource - Class in sigmlgen
An instance of this class takes the sequence of HNSSigns generated by a given HNSInputAsSignSequence, and from these signs it constructs a pair of SiGML documents, one containing elements and one containing elements.
SiGMLDocsFromHNSSource(HNSToHML, HMLToSiGML, HNSInputAsSignSequence) - Constructor for class sigmlgen.SiGMLDocsFromHNSSource
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.
SiGMLDocToGSiGMLSigns - Class in sigmlgen
Converter for a SiGML document, generating the sequence of GSiGMLSigns for it.
SiGMLDocToGSiGMLSigns(HNSSignElementToHNS, HNSToHML, HMLToSiGML, XmlElementTextGen, String) - Constructor for class sigmlgen.SiGMLDocToGSiGMLSigns
Constructs a new SiGML document converter, taking as arguments a standard repertoire of supporting converters and the SiGML document text to be converted, and assuming a null base URI.
SiGMLDocToGSiGMLSigns(HNSSignElementToHNS, HNSToHML, HMLToSiGML, XmlElementTextGen, URI, String) - Constructor for class sigmlgen.SiGMLDocToGSiGMLSigns
Constructs a new SiGML document converter, taking as arguments a standard repertoire of supporting converters, the SiGML document text to be converted, and its base URI.
SiGMLDocToGSiGMLSigns(HNSSignElementToHNS, HNSToHML, HMLToSiGML, XmlElementTextGen, URI, InputStream) - Constructor for class sigmlgen.SiGMLDocToGSiGMLSigns
Constructs a new SiGML document converter, taking as arguments a standard repertoire of supporting converters, an input stream for the SiGML documentd to be converted, and the document's base URI.
SiGMLDocToGSiGMLSigns.SignGenException - Exception in sigmlgen
Exception class for SiGMLDocToGSiGMLSigns.
SiGMLDocToGSiGMLSigns.SignGenException(String) - Constructor for exception sigmlgen.SiGMLDocToGSiGMLSigns.SignGenException
Constructs a new SignGenException with the given detail message.
sigmlErrorText() - Method in class hnscnvt.HNSInputAsSignSequence
Returns the consolidated error text for the HNS/HNST input data, which will be the empty string if the input has no errors.
sigmlgen - package sigmlgen
This package imlements the generation of SiGML documents in various forms.
sigmlgen.playerctrl - package sigmlgen.playerctrl
This package defines the classes that record the information in SiGML a <player_settings> element, that is, information defining camera settings and the avatar's ambient motion settings.
sigmlgen.xslth4 - package sigmlgen.xslth4
 
sigmlHNSSigns() - Method in class hnscnvt.HNSInputAsSignSequence
Returns the generated sequence of <hns_sign> element texts.
sigmlinlib - package sigmlinlib
This package defines the classes that define the main SiGML Input Library API, including the provision of a networked SiGML signing data input service using TCP/IP and UDP server sockets, suitable for use by an avatar based SiGML animation module.
SiGMLInLib - Class in sigmlinlib
SiGML input and translation library: an instance of this (singleton) class is wrapped by the SiGMLSigning package's JSiGMLInput ActiveX class.
SiGMLInLib() - Constructor for class sigmlinlib.SiGMLInLib
Constructs a new SiGML input and translation handler.
sigmlInputErrorCount() - Method in class hnscnvt.HNSInputAsSignSequence
Returns the error count for the HNS/HNST input data.
SiGMLInputService - Class in sigmlinlib
SiGML input service management: sets up the service input and termination ports, accepts input and passes it on to a given BytesBlockStreamHandler until a termination signal is received.
SiGMLInputService(boolean, int, int, BytesBlockStreamHandler) - Constructor for class sigmlinlib.SiGMLInputService
Starts a new SiGML input service, with the given reporting flag, using the given input and termination TCP/IP port numbers, and communicating input and other service life-cycle events to the given handler.
SiGMLInputServiceBase - Class in sigmlinlib
Abstract base class for SiGML input service management: sets up the service input and termination ports, accepts input and processes it using a SiGMLInputServiceBase.ServiceOperations set defined in a concrete subclass, continuing until a termination signal is received.
SiGMLInputServiceBase(boolean, String, int, int, SiGMLInputServiceBase.ServiceOperations) - Constructor for class sigmlinlib.SiGMLInputServiceBase
Starts a new SiGML input service, with the given reporting flag, using the given input and termination TCP/IP port numbers, and communicating input and other service life-cycle events to the given handler.
SiGMLInputServiceBase.ServiceOperations - Interface in sigmlinlib
The pluggable set of operations that determine how the input service thread processes the sequence of client connections to the input service.
SiGMLInputServiceOLD - Class in sigmlinlib
2008-10-07 Old version, now replaced by SiGMLInputServiceBase and the new subclass SiGMLInputService.
SiGMLInputServiceOLD() - Constructor for class sigmlinlib.SiGMLInputServiceOLD
 
SiGMLInputServiceStopper - Class in sigmlinlib
Main class, whose SiGMLInputServiceStopper.main(String[]) method requests the termination of a given SiGML input service.
SiGMLInputServiceStopper(int) - Constructor for class sigmlinlib.SiGMLInputServiceStopper
Constructs an input service terminator, which immediately signals the termination request by attempting to make a connection on the given termination port on the local host.
SiGMLPlayerTagDefs - Class in sigmlgen.playerctrl
Definitions of element and attribute names and values for a SiGML <player_settings> element.
SiGMLPlayerTagDefs() - Constructor for class sigmlgen.playerctrl.SiGMLPlayerTagDefs
 
SiGMLResolver - Class in sigmlgen
A SAX entity resolver for the standard SiGML DTDs, that is, for the SiGML DTD, the HamNoSysML (HML) DTD, and the SiGML-stream DTD.
SiGMLResolver() - Constructor for class sigmlgen.SiGMLResolver
Constructs a resolver for the SiGML DTDs that uses the standard local copies.
SiGMLResolver(String, String) - Constructor for class sigmlgen.SiGMLResolver
Constructs a resolver for the SiGML DTDs that uses the specified file names, if present, for the HML and SiGML DTDs; in either case a null argument implies use of the standard DTD file name.
SiGMLSegmentReceiver - Class in broadcast
 
SiGMLSegmentReceiver(SegmentAcceptor) - Constructor for class broadcast.SiGMLSegmentReceiver
 
SiGMLSegmentSynchAcceptor - Interface in broadcast
 
SiGMLSegmentSynchDelivery - Class in broadcast
 
SiGMLSegmentSynchDelivery(SiGMLSegmentSynchAcceptor, Logging) - Constructor for class broadcast.SiGMLSegmentSynchDelivery
 
SiGMLSegmentSynchDelivery(SiGMLSegmentSynchAcceptor, Logging, int) - Constructor for class broadcast.SiGMLSegmentSynchDelivery
 
SiGMLSegmentTransmitter - Class in broadcast
 
SiGMLSegmentTransmitter(TimeKeeper, PacketSender) - Constructor for class broadcast.SiGMLSegmentTransmitter
 
sigmlSignAsDoc(String) - Method in class hnscnvt.HMLToSiGML
Returns a complete SiGML document text containing the given SiGML sign element as its only sign.
sigmlSignAsDoc(String) - Method in class hnsgen.GToHNSSignSiGML
Returns the text of a complete SiGML document containing the given sign element.
SiGMLSignClient - Class in ssclient
Main class for an application which acts as a client for a SiGML animation service, as well as allowing SiGML files on the local system to be browsed and edited.
SiGMLSignClient(String) - Constructor for class ssclient.SiGMLSignClient
Starts the client, using the given JASigning version string, and targetted on the standard port on the local host.
SiGMLSignClient(String, String) - Constructor for class ssclient.SiGMLSignClient
Starts the client, using the given JASigning version string, and targetted on the standard port on the given server.
SiGMLSignClient(String, String, int) - Constructor for class ssclient.SiGMLSignClient
Starts the client, using the given JASigning version string, and targetted on the given port on the given server.
sigmlSignForHML(Element) - Method in class hnscnvt.HMLToSiGML
Transforms the given HML sign Element to a SiGML <hamgestural_sign> Element, and returns the latter element.
sigmlSignsToGestural(String) - Method in class sigmlinlib.SiGMLInLib
Performs HNS-to-Gestural conversion on the given SiGML document text, i.e.
sigmlSignText(Element) - Method in class hnscnvt.HMLToSiGML
Generates and returns the text form the given SiGML sign DOM Element.
sigmlSignTextForHML(String) - Method in class hnscnvt.HMLToSiGML
Transforms the given HML sign element text to a SiGML <hamgestural_sign> element, and returns the text for this SiGML sign element.
sigmlSignTextForHML(Element) - Method in class hnscnvt.HMLToSiGML
Transforms the given HML sign Element to a SiGML <hamgestural_sign> element, and returns the text for this SiGML sign element.
sigmlstream.xml - package sigmlstream.xml
 
SiGMLStreamHandler - Class in broadcast
 
SiGMLStreamHandler(String, SiGMLStreamNotify) - Constructor for class broadcast.SiGMLStreamHandler
 
SiGMLStreamHandler(String, CleanerEntityResolver, SiGMLStreamNotify) - Constructor for class broadcast.SiGMLStreamHandler
 
SiGMLStreamNotify - Interface in broadcast
 
SiGMLStreamTransmitter - Class in broadcast
 
SiGMLStreamTransmitter(String) - Constructor for class broadcast.SiGMLStreamTransmitter
 
SiGMLStreamTransmitter(String, int) - Constructor for class broadcast.SiGMLStreamTransmitter
 
SiGMLTagDefs - Class in sigmlgen
Definitions of names and values for SiGML and HML (HamNoSysML) elements and attributes.
SiGMLTagDefs() - Constructor for class sigmlgen.SiGMLTagDefs
 
sigmlTextIsDirty() - Method in class ssclient.SiGMLUndoController
Tests whether the current SiGML text is dirty, that is, whether it has been edited since it was last saved to or read from its underlying file.
sigmlToGSiGMLSigns(String) - Method in class sigmlinlib.SiGMLInLib
Returns an array of GSiGMLSigns for the given SiGML string.
sigmlToGSiGMLSigns(String, URI) - Method in class sigmlinlib.SiGMLInLib
Returns an array of GSiGMLSigns for the given SiGML string, using the specifed base URI.
SiGMLUndoController - Class in ssclient
Undo/redo support for SiGML text editing.
SiGMLUndoController(JTextArea) - Constructor for class ssclient.SiGMLUndoController
Constructs a new SiGML undo controller for the given SiGML text area.
SIGN1 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SIGN1 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
sign2() - Method in class hamparse.Ham4Parser
sign2 : ( symmoperator initialconfig2 a2tstar | initialconfig2 a1tstar | //#### 2004-06 // Extra option to support SiGML 's "holdover" // attribute, specifying that the non-performing hand in an // otherwise single-handed sign is to retain its posture (from // the end of the previous sign or rest position) throughout // this sign.
SIGN2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
sign2(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <sign2> element.
SIGN2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
sign2or1() - Method in class hamparse.Ham4Parser
sign2or1 : ( HamNondominant initialconfig1 ) => nondomsign1 | sign2 ;
sign2or1(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <sign2> or (non-dominant handed) <sign2> element.
signGlosses() - Method in class hnscnvt.HNSInputAsSignSequence
Returns the generated signs' glosses, one per sign.
SIGNING_REF_TAG - Static variable in class sigmlgen.SiGMLTagDefs
Tag for SiGML signing_ref element.
SigningRefProcessor - Class in sigmlgen
Processor for a SiGML <signing_ref> element, for which it generates the appropriate sequence of gestural-SiGML signs.
SigningRefProcessor(HNSSignElementToHNS, HNSToHML, HMLToSiGML, XmlElementTextGen, URI, Element) - Constructor for class sigmlgen.SigningRefProcessor
Constructs a processor for the given <signing_ref> element, using the given base URI, converters, and XML text generator.
SILTimer - Class in util
A SILTimer provides real-time measurement, using the Java 5 nano-second System timer (whose resolution may well be less fine- grained than 1 ns.), to provide interval measures expressed in milliseconds, as values of type float.
SILTimer() - Constructor for class util.SILTimer
Constructs a new timer and sets its interval start value to the current system time.
simplemovement() - Method in class hamparse.Ham4Parser
simplemovement : ( straightmovement ( size )? ( arckind | zigzag )? | circularmovement ( size )? ( revolutions )? ( ellipse )? ( sizechangenonlinear )? | movementcross ( size )? | wristmovement ( size )? | replacement | HamFingerplay // 2011-04 // The more complex form of fingerplay logically goes here, // but to simplify the lookahead in action1 that form is factored // out as a separate nonterminal, specialfingerplaymovement, below.
simplemovement(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <simplemovement> element.
SIMPLEMVMT - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SIMPLEMVMT - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
size() - Method in class hamparse.Ham4Parser
size : HamSmallmod | HamLargemod ;
size(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for one of the two size values, small or large.
sizechange() - Method in class hamparse.Ham4Parser
sizechange : HamIncreasing | HamDecreasing ;
sizechange(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for one of the HNS size-change values.
sizechangenonlinear() - Method in class hamparse.Ham4Parser
sizechangenonlinear : sizechange ( size )? ;
sizechangenonlinear(AST, Element) - Method in class hamwalk.Ham4HMLGen
Attaches appropriate non-linear size change attributes to the given movement element.
SPACE - Static variable in class util.RE
RE for a non-empty sequence of whitespace characters.
SPACE_OPT - Static variable in class util.RE
RE for an optional sequence of whitespace characters.
specialfingerplaymovement() - Method in class hamparse.Ham4Parser
specialfingerplaymovement : // 2011-04 // Logically this is one of the alternatives in simplemovement, but it // is factored out in order to simplify the lookahead in action1.
speed() - Method in class hnscnvt.HNSSign
Returns the sign's speed attribute string.
SPEED_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML and HML speed attributes.
SPLITACT2LOC2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SPLITACT2LOC2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
SPLITACT2T - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SPLITACT2T - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
splitaction2loc2() - Method in class hamparse.Ham4Parser
splitaction2loc2 : HamParbegin ! ( action1 )+ HamPlus ( action1 )+ HamParend ! location2 // { #splitaction2loc2 = #([SPLITACT2LOC2,"splitact2loc2"], #splitaction2loc2); } ;
splitaction2loc2(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <action2t> element.
splitaction2t() - Method in class hamparse.Ham4Parser
splitaction2t : HamParbegin ! ( action1t )+ HamPlus ( action1t )+ HamParend ! // { #splitaction2t = #([SPLITACT2T,"splitact2t"], #splitaction2t); } ;
splitaction2t(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <action2t> element.
splitextfidir2() - Method in class hamparse.Ham4Parser
splitextfidir2 : HamParbegin ! extfidir1 HamPlus ! extfidir1 HamParend ! ;
splithandconfig2() - Method in class hamparse.Ham4Parser
splithandconfig2 : HamParbegin ! handconfig1 HamPlus ! handconfig1 HamParend ! // { #splithandconfig2 = #([SPLITHDCFG2,"splithdcfg2"], #splithandconfig2); } ;
splithandconfig2(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <handconfig2> element.
SPLITHDCFG2 - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SPLITHDCFG2 - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
splitpalmor2() - Method in class hamparse.Ham4Parser
splitpalmor2 : HamParbegin ! palmor1 HamPlus ! palmor1 HamParend ! ;
splitreplacetail() - Method in class hamparse.Ham4Parser
splitreplacetail : HamParbegin ! replacetail1 HamPlus ! ( HamNomotion ! | replacetail1 ) HamParend ! // { #splitreplacetail = #([SPLITREPLACETL,"splitreplacetail"], #splitreplacetail); } ;
splitreplacetail(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <splitreplacetail> element.
SPLITREPLACETL - Static variable in interface hamparse.Ham4ParserTokenTypes
 
SPLITREPLACETL - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
SQ_BODY - Static variable in class util.RE
RE for the body of a single-quoted string, i.e.
SQ_STRING - Static variable in class util.RE
RE for a single-quoted string (with no enclosed single quotes).
squote(String) - Static method in class util.RE
Returns the given RE wrapped in single quotes.
ssclient - package ssclient
This package defines the classes that implement the SiGML Signing Client application, which provides GUI-based SiGML signing data input, editing, and client-side dispatch to a network-hosted SiGML animation service.
start() - Method in class util.SILTimer
Sets this timer's interval start value to the current system time.
startAndGet() - Method in class util.SILTimer
Performs a "start" operation on this timer, and returns the interval start value (in nanoseconds) defined by that operation.
startDocument() - Method in class broadcast.SiGMLStreamHandler
 
startDocument() - Method in class hnscnvt.HNSSignSAXHandler
Handler for SAX start-document event.
StartDocumentEvent - Class in sigmlstream.xml
A "start document" XML unit event.
StartDocumentEvent() - Constructor for class sigmlstream.xml.StartDocumentEvent
Constructs a new "start document" XML unit event.
startElement(String, String, String, Attributes) - Method in class broadcast.SiGMLStreamHandler
 
startElement(String, String, String, Attributes) - Method in class hnscnvt.HNSSignSAXHandler
Handler for SAX start element event.
startElement(String, String, String, Attributes) - Method in class sigmlstream.xml.XMLUnitFilter
Handles the start of a new XML element, as characterized by the given arguments, in the source.
StartElementEvent - Class in sigmlstream.xml
A "start element" XML unit event.
StartElementEvent(String, String, String, Attributes) - Constructor for class sigmlstream.xml.StartElementEvent
Constructs a new "start element" XML unit event, characterized by the given arguments.
STARTER_SEGMENT - Static variable in class broadcast.BroadcastSiGMLDefs
 
startSiGMLInputService(int, int, int) - Method in class sigmlinlib.SiGMLInLib
Starts running the TCP/IP socket-based SiGML input service (or UDP-based broadcast input service), as determined by the given input format, accepting input on the specified port, and using the specified port for service termination, returning an error message in case of failure, or the empty string if the service is successfully established.
STD_HML_PREFIX - Static variable in class sigmlgen.HSDocParameters
Standard HML document prefix, as a (multi-line) string.
STD_HML_SUFFIX - Static variable in class sigmlgen.HSDocParameters
Standard HML document suffix, as a (single-line) string.
STD_PORTS - Static variable in class sigmlinlib.SIDefs
Standard port numbers for the different forms of SiGML input; valid indices are SIDefs.HNST_PORT_TAG, SIDefs.HNS_PORT_TAG, SIDefs.SIGML_PORT_TAG and SIDefs.BCAST_SIGML_PORT_TAG.
STD_SIGML_PORT_BASE - Static variable in class sigmlinlib.SIDefs
Standard SiGML input base port number.
STD_SIGML_PREFIX - Static variable in class sigmlgen.HSDocParameters
Standard SiGML document prefix, as a (multi-line) string.
STD_SIGML_SUFFIX - Static variable in class sigmlgen.HSDocParameters
Standard SiGML document suffix, as a (single-line) string.
STD_STOP_PORT - Static variable in class sigmlinlib.SiGMLInputServiceStopper
The standard SiGML input service termination port number.
STOP_PORT_OFFSET - Static variable in class sigmlinlib.SIDefs
Offset for the standard SiGML input service termination port, from SIDefs.STD_SIGML_PORT_BASE.
stopPort(int, int) - Static method in class sigmlinlib.SIDefs
Returns the SiGML input service termination port number determined by the given input and termination port values: if inptgiven is non-negative the result is the given sptgiven termination port number, but if inptgiven is negative the result is the standard SiGML input service termination port number.
stopPort - Static variable in class sigmlinlib.SiGMLInputServiceStopper
The termination port number used by this class.
stopSiGMLInputService() - Method in class sigmlinlib.SiGMLInLib
Stops the currently running SiGML input service, achieved by establishing a connection to the service's termination port.
straightmovement() - Method in class hamparse.Ham4Parser
straightmovement : movementarrow ( HamBetween ! movementarrow )? { #straightmovement = #([STRGHTMVMT,"strghtmvmt"], #straightmovement); } ;
straightmovement(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <straightmovement> element.
STRGHTMVMT - Static variable in interface hamparse.Ham4ParserTokenTypes
 
STRGHTMVMT - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
STRING - Static variable in class util.RE
RE for a single- or double- quoted string.
StringStreamHandler - Interface in sigmlinlib
Interface for the processing of a stream of strings.
stringStreamStarted() - Method in class sigmlinlib.SiGMLInLib
Handler method for the broadcast input server's "input started" notification: this method in turn invokes the native client's SiGMLInLib.noteSIServiceStarted() notification method.
stringStreamStarted() - Method in interface sigmlinlib.StringStreamHandler
Starts processing the stream of strings.
stringStreamStopped() - Method in class sigmlinlib.SiGMLInLib
Handler method for the broadcast input server's "input shut-down" notification: this method in turn invokes the native client's SiGMLInLib.noteSIServiceStopped() notification method.
stringStreamStopped() - Method in interface sigmlinlib.StringStreamHandler
Terminates processing the stream of strings.
StringUtils - Class in util
Static string processing utility data methods.
stripParentIfNotNeeded(Element) - Method in class hamwalk.HMLBuilder
If the given element's first child has no attributes and has the same type as the given one, then returns this first child; otherwise returns the original element unchanged.
supplementPlayerSettings(PlayerSettings) - Method in class sigmlgen.GSiGMLSign
Uses the given settings to supplement, but not to override this sign's existing settings, i.e.
symmoperator() - Method in class hamparse.Ham4Parser
symmoperator : ( HamSymmpar | HamSymmlr ) ( HamFingerstraightmod ( HamLargemod )? | HamLargemod ( HamFingerstraightmod )? )? ( HamAlternatingmotion )? ( HamNonipsi )? ;
symmoperator(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <symmoperator> element.

T

TABSP - Static variable in class util.RE
RE for a non-empty sequence of tab and space characters.
TABSP_OPT - Static variable in class util.RE
RE for an optional sequence of tab and space characters.
tag(String) - Static method in class util.RE
Returns a tagged group for the given RE, i.e.
TAG_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML non-manual tag attribute.
TERMINATOR_SEGMENT - Static variable in class broadcast.BroadcastSiGMLDefs
 
TESTFILE - Static variable in class broadcast.SiGMLStreamTransmitter
 
THETA_ATTR - Static variable in class sigmlgen.playerctrl.SiGMLPlayerTagDefs
theta attribute name.
THSPECIAL - Static variable in interface hamparse.Ham4ParserTokenTypes
 
THSPECIAL - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
thumb() - Method in class hamparse.Ham4Parser
thumb : HamThumb ;
thumb(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <thumb> element.
thumbbetween() - Method in class hamparse.Ham4Parser
thumbbetween : thumbbetweenexplicit | thumbbetweendefault ;
thumbbetweendefault() - Method in class hamparse.Ham4Parser
thumbbetweendefault : HamBetween // { #thumbbetweendefault = #([THSPECIAL,"thumbspecial"], #thumbbetweendefault); } ;
thumbbetweenexplicit() - Method in class hamparse.Ham4Parser
thumbbetweenexplicit : finger HamBetween ^ finger // { #thumbbetweenexplicit = #([THSPECIAL,"thumbspecial"], #thumbbetweenexplicit); } ;
thumbextra() - Method in class hamparse.Ham4Parser
thumbextra : ( thumb | fingerpart ) { #thumbextra = #([THSPECIAL,"thumbspecial"], #thumbextra); } ;
thumbpos() - Method in class hamparse.Ham4Parser
thumbpos : ( HamThumboutmod | HamThumbacrossmod | HamThumbopenmod ) { #thumbpos = #([THUMBPOS,"thumbpos"], #thumbpos); } ;
THUMBPOS - Static variable in interface hamparse.Ham4ParserTokenTypes
 
thumbpos(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for one of the basic thumb-position values.
THUMBPOS - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 
thumbspecial() - Method in class hamparse.Ham4Parser
thumbspecial : thumbbetween | thumbextra ;
thumbspecial(AST) - Method in class hamwalk.Ham4HMLGen
Returns an HML <thumbspecial> element.
TICK_MILLIS - Static variable in class broadcast.BroadcastSiGMLDefs
 
TICKS_PER_FRAME - Static variable in class broadcast.BroadcastSiGMLDefs
 
TICKS_PER_SEC - Static variable in class broadcast.BroadcastSiGMLDefs
 
TimeKeeper - Class in broadcast
 
TimeKeeper(long, TimerDisplay) - Constructor for class broadcast.TimeKeeper
 
TimeKeeper(long) - Constructor for class broadcast.TimeKeeper
 
TimerDisplay - Class in broadcast
 
TimerDisplay() - Constructor for class broadcast.TimerDisplay
 
TimerDisplay(String, boolean) - Constructor for class broadcast.TimerDisplay
 
TimerDisplay(String, boolean, SeqNumberGenerator) - Constructor for class broadcast.TimerDisplay
 
timeScale() - Method in class hnscnvt.HNSSign
Returns the sign's timescale attribute string.
TIMESCALE_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML and HML timecale attributes.
toAscii(String) - Method in class util.AsciiIdMapper
Converts the given identifier string to Ascii-compatible form.
TokenizedLinesReader - Class in util
An instance of this class presents the lines of a given buffered reader as a sequence of token-string arrays.
TokenizedLinesReader(Reader, String) - Constructor for class util.TokenizedLinesReader
Creates a new tokenized lines reader, backed by the given reader, and using the given regex for a non-empty sequence of delimiter characters.
toString() - Method in class broadcast.PacketHeader
 
toString() - Method in class sigmlgen.playerctrl.AmbientMotionFlags
Returns a textual representation for this set of ambient motion flags.
toString() - Method in class sigmlgen.playerctrl.CameraSettings
Returns a textual representation of these camera settings.
toString() - Method in class util.RE.AV
Returns a string representing this AV-pair.
transmitStartClock() - Method in class broadcast.SegmentSendDescriptor
 

U

U_NULL - Static variable in class util.HNSOctetUCSMap
"Null" UCS value.
ucs(int) - Method in class util.HNSOctetUCSMap
Returns the HNS-4 UCS character for the given classic HNS octet value.
ucs(byte[]) - Method in class util.HNSOctetUCSMap
Returns the string of HNS-4 UCS characters corresponding to the given sequence of classic HNS octet values.
ucs(String) - Method in class util.HNSOctetUCSMap
Returns the string of HNS-4 UCS characters corresponding to the given string of classic HNS octet values.
URI_ATTR - Static variable in class sigmlgen.SiGMLTagDefs
Name for SiGML <signing_ref> element's uri attribute.
uriString(String) - Static method in class util.FileUtils
Returns a URI string for the file with the given path, aborting in the (unexpected) case of failure.
uriString(File) - Static method in class util.FileUtils
Returns a URI string for the given File, aborting in the (unexpected) case of failure.
urlStringForFile(String) - Static method in class util.FileUtils
Returns a URL string for the file with the given path, aborting in case of failure.
urlStringForFile(File) - Static method in class util.FileUtils
Returns a URL string for the given File, aborting in case of failure.
utf16IsBE() - Method in class util.BytesEncodingChecker
Assuming the encoding is known to be some form of UTF-16, returns true iff it is big-endian.
utf16IsLE() - Method in class util.BytesEncodingChecker
Assuming the encoding is known to be some form of UTF-16, returns true iff it is little-endian.
UTF8_BOM_0 - Static variable in class util.BytesEncodingChecker
Byte 0 of the UTF-8 representation of a BOM character.
UTF8_BOM_1 - Static variable in class util.BytesEncodingChecker
Byte 1 of the UTF-8 representation of a BOM character.
UTF8_BOM_2 - Static variable in class util.BytesEncodingChecker
Byte 2 of the UTF-8 representation of a BOM character.
util - package util
A collection of utility classes for the SiGML Input Library.

V

val - Variable in class util.RE.AV
Value string, without enclosing quotes.
validate(InputSource, CleanerEntityResolver) - Method in class xml.XmlValidator
Attempts to validate the XML document on the given input source, using the given entity resolver if it is non-null.
validate(InputSource) - Method in class xml.XmlValidator
Attempts to validate the XML document on the given input source.
validate(File, CleanerEntityResolver) - Method in class xml.XmlValidator
Attempts to validate the XML document in the given file, using the given entity resolver if it is non-null.
validate(File) - Method in class xml.XmlValidator
Attempts to validate the XML document in the given file.
validate(String, CleanerEntityResolver) - Method in class xml.XmlValidator
Attempts to validate the XML document with the given URI, using the given entity resolver if it is non-null.
validate(String) - Method in class xml.XmlValidator
Attempts to validate the XML document with the given URI.
validateHML(String, boolean) - Method in class hnscnvt.HNSToHML
Validates the given HML document text, allowing whitespace for EMPTY element content, and returning silently if successful or throwing an HNSToHML.HNSToHMLException in case of failure.
validateHML(String) - Method in class hnscnvt.HNSToHML
Validates the given HML document text, throwing an HNSToHML.HNSToHMLException in case of failure; the presence of whitespace in an element with an EMPTY content model will be flagged as invalid.
validateSiGML(String, boolean) - Method in class hnscnvt.HMLToSiGML
Validates the given SiGML document text, allowing whitespace for EMPTY element content, and returning silently if successful or throwing an HMLToSiGML.HMLToSiGMLException in case of failure.
validateSiGML(String) - Method in class hnscnvt.HMLToSiGML
Validates the given SiGML document text, throwing an HMLToSiGML.HMLToSiGMLException in case of failure; the presence of whitespace in an element with an EMPTY content model will be flagged as invalid.
validateSiGML(String) - Method in class hnsgen.GToHNSSignSiGML
Validates the given SiGML document text.

W

waitUntil(long) - Method in class broadcast.TimeKeeper
 
waitUntilSecs(long) - Method in class broadcast.TimeKeeper
 
waitUntilTicks(long) - Method in class broadcast.TimeKeeper
 
warning(SAXParseException) - Method in class xml.BasicSAXHandler
SAX Warning handler: just reports the given exception on standard output.
WORD - Static variable in class util.RE
RE for a (natural language) word, i.e.
wrapHMLDocBodyEls(String) - Static method in class sigmlgen.HSDocParameters
Returns the string given by putting the wrapping the given HML document body text with the standard HML prefix and suffix, with prefix and suffix defined as for HSDocParameters.getHMLPrefixLines(String,String,String) and HSDocParameters.getHMLSuffix(String),
wrapIfNeeded(String, Element) - Method in class hamwalk.HMLBuilder
If the given element is of the given type and has no attributes, then returns the element unaltered; otherwise returns a new element of the given type with the given element as its only child.
wrapPair(String, Element, Element) - Method in class hamwalk.HMLBuilder
Creates and returns a new DOM element of the given type with the given pair of elements as its only children (in the given order).
wrapperEl(String, Element) - Method in class hamwalk.HMLBuilder
Creates and returns a new DOM element of the given type with the given element as its only child.
wrapSiGMLDocBodyEls(String) - Static method in class sigmlgen.HSDocParameters
Returns the string given by putting the wrapping the given SiGML document body text with the standard SiGML prefix and suffix, with prefix and suffix defined as for HSDocParameters.getSiGMLPrefixLines(String,String,String) and HSDocParameters.getSiGMLSuffix(String),
wristmovement() - Method in class hamparse.Ham4Parser
wristmovement : HamNodding | HamSwinging | HamTwisting | HamStircw | HamStirccw ;
wristmovement(AST) - Method in class hamwalk.Ham4HMLGen
Returns a string tag for a wrist movement.
writeDocHead() - Method in interface xml.XmlStreamDocWrapping
Writes the document head to the associated stream, to be called immediately before output to the stream of the document element itself.
writeDocTail() - Method in interface xml.XmlStreamDocWrapping
Writes the document tail to the associated stream, to be called immediately after output to the stream of the document element itself.
writeHMLPrefix(OutputStream, String, String, String) - Static method in class sigmlgen.HSDocParameters
Constructs an HML document prefix for the given encoding, DTD system ID and document element tag, using the standard value in each case if the given value is null, and writes the result to the given output stream, using the specified encoding.
writeHMLSuffix(OutputStream, String, String) - Static method in class sigmlgen.HSDocParameters
Constructs an HML document suffix for the given encoding and document element tag, using the standard value in each case if the given value is null, and writes the result to the given output stream, using the specified encoding.
writeSiGMLPrefix(OutputStream, String, String, String) - Static method in class sigmlgen.HSDocParameters
Constructs a SiGML document prefix for the given encoding, DTD system ID and document element tag, using the standard value in each case if the given value is null, and writes the result to the given output stream, using the specified encoding.
writeSiGMLSuffix(OutputStream, String, String) - Static method in class sigmlgen.HSDocParameters
Constructs a SiGML document suffix for the given encoding and document element tag, using the standard value in each case if the given value is null, and writes the result to the given output stream, using the specified encoding.
writeText(Element, Writer) - Method in class xml.XmlElementTextGen
Generates the text for the given element, and writes it to the given writer.
WS - Static variable in interface hamnewlex.HamTokenTypes
 
WS - Static variable in interface hamparse.Ham4ParserTokenTypes
 
WS - Static variable in interface hamwalk.Ham4HMLGenTokenTypes
 

X

XMIT_PREFIX - Static variable in class broadcast.SiGMLStreamTransmitter
 
xml - package xml
A collection of support classes for XML data handling.
xmlAttrValueString(String) - Static method in class sigmlgen.HNSSiGMLNonManuals
Converts an XML attribute value string to a correct form in which special characters -- '<', '&', etc.
XMLBytesDecoder - Class in xml
Supports the decoding of a given byte array, assumed to contain encoded XML, to give an XML String, taking account of some common UCS encodings.
XMLBytesDecoder(byte[]) - Constructor for class xml.XMLBytesDecoder
Constructs a decoder for the given byte array, using the standard XML default encoding (UTF-8).
XMLBytesDecoder(byte[], String) - Constructor for class xml.XMLBytesDecoder
Constructs a decoder for the given byte array, using the given default encoding.
XMLChildElementsExtractor - Class in xml
Given an XML document text, and an element name or set of element names, an instance of this class extracts all occurrences of the named element(s) as children of the document element.
XMLChildElementsExtractor(String, String, CleanerEntityResolver) - Constructor for class xml.XMLChildElementsExtractor
Constructs a new extractor for the given XML document text and the single given element name, using a validating XML parser, and the given entity resolver.
XMLChildElementsExtractor(String, String, boolean, CleanerEntityResolver) - Constructor for class xml.XMLChildElementsExtractor
Constructs a new extractor for the given XML document text and the single given element name, using a validating or non-validating XML parser as specified, and using the given entity resolver.
XMLChildElementsExtractor(String, String[], CleanerEntityResolver) - Constructor for class xml.XMLChildElementsExtractor
Constructs a new extractor for the given XML document text and given set of element names, using a validating XML parser and the given entity resolver.
XMLChildElementsExtractor(String, String[], boolean, CleanerEntityResolver) - Constructor for class xml.XMLChildElementsExtractor
Constructs a new extractor for the given XML document text and given set of element names, using a validating or non-validating XML parser as specified, and using the given entity resolver.
XmlElementTextGen - Class in xml
Supports the conversion of a XML DOM elements to text.
XmlElementTextGen(boolean) - Constructor for class xml.XmlElementTextGen
Constructs a new XML text generator, that uses the given indentation setting, does not output an XML declaration, uses the standard encoding (UTF-8), and that uses the standard output buffer size.
XmlElementTextGen(boolean, boolean) - Constructor for class xml.XmlElementTextGen
Constructs a new XML text generator, that uses the given indentation setting, generates an XML declaration or not, as specified, uses the standard encoding (UTF-8), and that uses the standard output buffer size.
XmlElementTextGen(boolean, String, boolean) - Constructor for class xml.XmlElementTextGen
Constructs a new XML text generator, that uses the given indentation setting, generates an XML declaration or not, as specified, uses the given encoding, and that uses the standard output buffer size.
XmlElementTextGen(boolean, String, boolean, int) - Constructor for class xml.XmlElementTextGen
Constructs a new XML text generator, that uses the given indentation setting, generates an XML declaration or not, as specified, and that uses the given encoding and output buffer size.
XMLScanner - Class in xml
An XMLScanner provides a convenient packaging of a JAXP-based SAX 2 XML Parser.
XMLScanner(String) - Constructor for class xml.XMLScanner
Constructs a new validating scanner with the given idenfification tag.
XMLScanner(String, boolean) - Constructor for class xml.XMLScanner
Constructs a new scanner with the given idenfification tag, performing XML validataion or not, as specified.
XMLScanner.ScanException - Exception in xml
All-purpose scanner exception class.
XMLScanner.ScanException(String) - Constructor for exception xml.XMLScanner.ScanException
 
XmlStreamDocWrapping - Interface in xml
This auxiliary interface defines methods for writing a head and a tail for an XML document.
XMLStringSAXHandler - Class in xml
A SAX Handler equipped with a XMLScanner, an XML document string, and a protected method, XMLStringSAXHandler.runSAXScanner(), which uses the scanner to parse the XML string, feeding the resulting parse events to this handler.
XMLStringSAXHandler(String, String) - Constructor for class xml.XMLStringSAXHandler
Constructs a new handler, with a non-validating parser, for the given XML document text, with the given XML kind tag for use in error reporting.
XMLStringSAXHandler(String, String, boolean) - Constructor for class xml.XMLStringSAXHandler
Constructs a new handler for the given XML document text, with the given XML kind tag for use in error reporting, and using the given flag to determine whether or not the handler should use a validating parser.
XMLStringSAXHandler(String, CleanerEntityResolver, String) - Constructor for class xml.XMLStringSAXHandler
Constructs a new handler, with a non-validating parser, for the given XML document text, with the given XML kind tag for use in error reporting, and using the given entity resolver during parsing.
XMLStringSAXHandler(String, CleanerEntityResolver, String, boolean) - Constructor for class xml.XMLStringSAXHandler
Constructs a new handler for the given XML document text, with the given XML kind tag for use in error reporting, using the given entity resolver during parsing, and using the given flag to determine whether or not the handler should use a validating parser.
XMLTransformer - Class in xml
Performs XML transformation using an XSLT script supplied at construction time.
XMLTransformer(String) - Constructor for class xml.XMLTransformer
Constructs a new transformer using the XSLT script at the given URI.
XMLTransformer.XMLTransformerException - Exception in xml
Exception class for XSLT transformations.
XMLTransformer.XMLTransformerException(String) - Constructor for exception xml.XMLTransformer.XMLTransformerException
Constructs a new transformer exception with the given message.
XMLUnitDOMBuilder - Class in sigmlstream.xml
A converter that can generate a DOM document from a suitable sequence of XMLUnitEvents.
XMLUnitDOMBuilder() - Constructor for class sigmlstream.xml.XMLUnitDOMBuilder
Constructs a new builder.
XMLUnitEvent - Interface in sigmlstream.xml
Interface characterizing an arbitrary XML unit event.
XMLUnitFilter - Class in sigmlstream.xml
A SAX XML document filter that converts its XML input event stream into a stream of top-level XML unit descriptors.
XMLUnitFilter(XMLReader, XMLUnitStreamHandler) - Constructor for class sigmlstream.xml.XMLUnitFilter
Constructs a new XML unit filter, with the given parent XML reader as its source and the given XML unit stream handler as target.
XMLUnitReader - Class in sigmlstream.xml
A non-standard SAX XML reader implementation that uses a suitable sequence of XMLUnitEvents as its source, rather than using a conventional SAX InputSource.
XMLUnitReader(InputSource, ArrayList<XMLUnitEvent>) - Constructor for class sigmlstream.xml.XMLUnitReader
Constructs a new XML unit reader, using the given sequence of events as its source, and using the given dummy input source to validate the reader's client on subsequent XMLUnitReader.parse(InputSource) calls.
XMLUnitStreamHandler - Interface in sigmlstream.xml
Interface to be implemented by an object that is able to handle an event stream representing an XML document as a sequence of unit descriptors.
XmlValidator - Class in xml
SAX-based XML validator.
XmlValidator() - Constructor for class xml.XmlValidator
Constructs a new validator using the standard error stream for error reporting.
XmlValidator(PrintWriter) - Constructor for class xml.XmlValidator
Constructs a new validator using the given print writer for error reporting.
xsltReader(String) - Static method in class sigmlgen.xslth4.H2SAccess
Convenience method: passes the given path to H2SAccess.xsltText(String) and returns a string reader for the resulting text.
xsltText(String) - Static method in class sigmlgen.xslth4.H2SAccess
Generates and returns a single XSLT text for the XSLT document at the given path relative to the current base URL (typically the library's jar: URL).

Y

YES_VALUE - Static variable in class sigmlgen.SiGMLTagDefs
Name for compressed attribute's yes value.

Z

zigzag() - Method in class hamparse.Ham4Parser
zigzag : ( HamZigzag | HamWavy ) ( size )? ( ellipsedirection )? ( sizechangenonlinear )? ;
zigzag(AST, Element) - Method in class hamwalk.Ham4HMLGen
Attaches appropriate zigzag attributes to the given <straightmovement> element.

_

_tokenNames - Static variable in class hamparse.Ham4Parser
 
_tokenNames - Static variable in class hamwalk.Ham4HMLGen
 
_tokenSet_0 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_1 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_10 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_11 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_12 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_13 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_14 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_15 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_16 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_17 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_18 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_19 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_2 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_20 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_21 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_22 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_23 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_24 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_25 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_26 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_27 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_28 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_29 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_3 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_30 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_31 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_32 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_33 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_34 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_35 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_36 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_37 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_38 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_39 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_4 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_40 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_41 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_42 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_43 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_44 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_45 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_46 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_47 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_48 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_49 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_5 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_50 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_51 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_52 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_53 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_54 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_55 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_56 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_57 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_58 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_59 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_6 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_60 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_61 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_62 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_63 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_64 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_65 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_66 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_67 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_68 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_69 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_7 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_8 - Static variable in class hamparse.Ham4Parser
 
_tokenSet_9 - Static variable in class hamparse.Ham4Parser
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _