org.commonreality.modalities.vocal
Class VocalizationCommand

java.lang.Object
  extended by org.commonreality.object.manager.impl.BasicObject
      extended by org.commonreality.efferent.impl.AbstractEfferentCommand
          extended by org.commonreality.modalities.vocal.VocalizationCommand
All Implemented Interfaces:
java.io.Serializable, IEfferentCommand, IIdentifiable, IMutableObject, ISensoryObject, ISimulationObject

public class VocalizationCommand
extends AbstractEfferentCommand

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.commonreality.efferent.IEfferentCommand
IEfferentCommand.ActualState, IEfferentCommand.RequestedState
 
Field Summary
 
Fields inherited from interface org.commonreality.efferent.IEfferentCommand
ACTUAL_STATE, COMMAND_CLASS_NAME, EFFERENT_ID, ESTIMATED_DURATION, REQUESTED_START_TIME, REQUESTED_STATE, RESULT
 
Constructor Summary
VocalizationCommand(IIdentifier identifier)
           
VocalizationCommand(IIdentifier identifier, IIdentifier efferentId)
           
 
Method Summary
 java.lang.String getText()
           
 void setText(java.lang.String text)
           
 
Methods inherited from class org.commonreality.efferent.impl.AbstractEfferentCommand
getActualState, getEfferentIdentifier, getEstimatedDuration, getIdentifier, getRequestedStartTime, getRequestedState, getResult, setEfferentIdentifier, setProperty, waitForActualStateChange
 
Methods inherited from class org.commonreality.object.manager.impl.BasicObject
equals, getProperties, getProperty, getPropertyMap, hashCode, hasProperty, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.commonreality.object.ISimulationObject
getProperties, getProperty, getPropertyMap, hasProperty
 

Constructor Detail

VocalizationCommand

public VocalizationCommand(IIdentifier identifier)

VocalizationCommand

public VocalizationCommand(IIdentifier identifier,
                           IIdentifier efferentId)
Method Detail

setText

public void setText(java.lang.String text)

getText

public java.lang.String getText()