org.commonreality.modalities.vocal
Interface VocalConstants


public interface VocalConstants


Field Summary
static java.lang.String CAN_VOCALIZE
          marker property for any IEfferentObject that can be used to vocalize.
static java.lang.String SPEAKER
          property for the IRealObject representing the aural event that contains the speaker's identifer
static java.lang.String VOCALIZATON
          property tag for IEfferentObject that contains a string rep of the vocalization
 

Field Detail

VOCALIZATON

static final java.lang.String VOCALIZATON
property tag for IEfferentObject that contains a string rep of the vocalization

See Also:
Constant Field Values

CAN_VOCALIZE

static final java.lang.String CAN_VOCALIZE
marker property for any IEfferentObject that can be used to vocalize. should be boolean

See Also:
Constant Field Values

SPEAKER

static final java.lang.String SPEAKER
property for the IRealObject representing the aural event that contains the speaker's identifer

See Also:
Constant Field Values