public class StoryGraphComponent
extends MixedComponent
The modelPath parameter should point to an appropriate Nareca
directory.
The component can receive and react to
state changes (to
track the narration of the story), as well as send them (on the
stateChange.data channel) when a particular state is clicked.
The components that should be controlled by this one should subscribe to
this channel.
OS Compatibility: Windows and Linux
| Constructor and Description |
|---|
StoryGraphComponent(java.lang.String outboundPort,
ComponentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes form and stops the component
|
void |
definePublishedData()
Checking type of output data.
|
void |
defineReceivedData()
Checking type of input data
|