|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.stanford.hci.dtools.statechart.model.ModelElement
edu.stanford.hci.dtools.statechart.model.ShapeModel
edu.stanford.hci.dtools.statechart.model.IOModel
edu.stanford.hci.dtools.statechart.model.OutputModel
edu.stanford.hci.dtools.statechart.model.SpeakerModel
public class SpeakerModel
Model for Speakers
This software is distributed under the BSD License.
| Field Summary | |
|---|---|
static java.lang.String |
SOUND_PROP
Property ID to use when the speaker is given a sound to play. |
static java.lang.String |
STOP_SOUND_PROP
Property ID to use when the speaker is told to stop a previous sound upon entering the state |
| Fields inherited from class edu.stanford.hci.dtools.statechart.model.ShapeModel |
|---|
DIAGRAM_PROP, LOCATION_PROP, SIZE_PROP, SOURCE_CONNECTIONS_PROP, TARGET_CONNECTIONS_PROP |
| Constructor Summary | |
|---|---|
SpeakerModel(OutputComponent model)
|
|
SpeakerModel(OutputComponent model,
java.lang.String sound)
|
|
SpeakerModel(SpeakerModel copy)
|
|
| Method Summary | |
|---|---|
SpeakerModel |
copy()
|
java.lang.Object |
getPropertyValue(java.lang.Object id)
Returns the value as String for the Property Sheet |
java.lang.String |
getSound()
|
boolean |
isStopPrevious()
|
void |
realizeStateEntryInHardware(HardwareOutputDispatcher hwOutput)
Called upon entrance to a state |
void |
realizeStateUpdateInHardware(HardwareOutputDispatcher hwOutput)
Called when a state is updated |
void |
setPropertyValue(java.lang.Object id,
java.lang.Object value)
Set the property value for the given property id. |
void |
setSound(java.lang.String value)
|
void |
setStopPrevious(boolean stopPrevious)
|
| Methods inherited from class edu.stanford.hci.dtools.statechart.model.OutputModel |
|---|
getGlobalComponent |
| Methods inherited from class edu.stanford.hci.dtools.statechart.model.IOModel |
|---|
getDimensions, getDimensions, getIcon, getLocation, getLocation, getName, getPropertyDescriptors |
| Methods inherited from class edu.stanford.hci.dtools.statechart.model.ShapeModel |
|---|
createImage, getDiagramModel, getSize, getSourceConnections, getTargetConnections, setDiagramModel, setLocation, setSize |
| Methods inherited from class edu.stanford.hci.dtools.statechart.model.ModelElement |
|---|
addPropertyChangeListener, getEditableValue, isPropertySet, removePropertyChangeListener, resetPropertyValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SOUND_PROP
public static final java.lang.String STOP_SOUND_PROP
| Constructor Detail |
|---|
public SpeakerModel(OutputComponent model,
java.lang.String sound)
public SpeakerModel(OutputComponent model)
public SpeakerModel(SpeakerModel copy)
| Method Detail |
|---|
public SpeakerModel copy()
copy in class IOModelpublic java.lang.String getSound()
public void setSound(java.lang.String value)
public java.lang.Object getPropertyValue(java.lang.Object id)
getPropertyValue in interface org.eclipse.ui.views.properties.IPropertySourcegetPropertyValue in class IOModelIPropertySource.getPropertyValue(java.lang.Object)
public void setPropertyValue(java.lang.Object id,
java.lang.Object value)
IOModelThe property view uses the IDs from the IPropertyDescriptors array to set the values of the corresponding properties.
setPropertyValue in interface org.eclipse.ui.views.properties.IPropertySourcesetPropertyValue in class IOModelShapeModel.descriptors,
IOModel.getPropertyDescriptors()public void realizeStateEntryInHardware(HardwareOutputDispatcher hwOutput)
OutputModel
realizeStateEntryInHardware in class OutputModelpublic void realizeStateUpdateInHardware(HardwareOutputDispatcher hwOutput)
OutputModel
realizeStateUpdateInHardware in class OutputModelpublic boolean isStopPrevious()
public void setStopPrevious(boolean stopPrevious)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||