|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializationSymbol | |
---|---|
story.scheherazade.verbalizer |
Uses of SerializationSymbol in story.scheherazade.verbalizer |
---|
Classes in story.scheherazade.verbalizer that implement SerializationSymbol | |
---|---|
class |
AssignedActionSymbol
An object that Verbalizer attaches to a verbalization of an AssignedAction that contains the metadata allowing Virgil to jump to the corresponding symbols that generated the text. |
class |
AssignedConditionSymbol
An object that Verbalizer attaches to a verbalization of an AssignedCondition that contains the metadata allowing Virgil to jump to the corresponding symbols that generated the text. |
class |
AssignedModifierSymbol
An object that Verbalizer attaches to a verbalization of an AssignedModifier that contains the metadata allowing Virgil to jump to the corresponding symbols that generated the text. |
Methods in story.scheherazade.verbalizer that return SerializationSymbol | |
---|---|
SerializationSymbol |
DiscoursePlan.getRelatedSymbol()
|
SerializationSymbol |
Discourse.getRelatedSymbol()
|
SerializationSymbol |
Serialization.getRelatedSymbol(int position)
Retrieve the object that a given character in the serialization points to. |
SerializationSymbol |
SymbolInterval.symbol()
|
Methods in story.scheherazade.verbalizer with parameters of type SerializationSymbol | |
---|---|
SymbolInterval |
Serialization.getIntervalOfSymbol(SerializationSymbol relatedSymbol)
Retrieve the interval for a given symbol, if the symbol has an interval associated with it. |
Constructors in story.scheherazade.verbalizer with parameters of type SerializationSymbol | |
---|---|
Discourse(java.lang.String source,
SerializationSymbol relatedSymbol)
|
|
Discourse(Verbalization firstVerbalization,
java.lang.String source,
SerializationSymbol relatedSymbol)
|
|
DiscoursePlan(DiscourseCommand command,
SerializationSymbol relatedSymbol)
Constructor with initial commmand and symbol to link to resulting verbalization. |
|
DiscoursePlan(SerializationSymbol relatedSymbol,
boolean overloader)
Constructor with symbol to link to resulting verbalization. |
|
Serialization(java.lang.String surfaceText,
SerializationSymbol relatedSymbol)
|
|
SymbolInterval(SerializationSymbol symbol,
int begin,
int end)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |