|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.scheherazade.virgil.VirgilFileConfig
public class VirgilFileConfig
Interpret the contents of a Configuration file (i.e., keys and values read from a text file) into a VirgilConfiguration.
Constructor Summary | |
---|---|
VirgilFileConfig(Configuration config)
|
Method Summary | |
---|---|
java.lang.String |
getInputStoryText()
Get the text of the natural-language input story. |
VirgilParams |
getParams()
Get miscellaneous Virgil parameters. |
PlannerRepository |
getPlannerRepository()
Get the repository of Verbalizer planners for serializing the various symbols |
java.awt.Image |
getPortrait(java.lang.String key)
Returns the portrait image for some key. |
StoryListener |
getStartupStoryListener()
Get the StoryListner for the startup state of the story. |
boolean |
portraitSet(java.lang.String key)
Return whether a portrait image is set for some key. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirgilFileConfig(Configuration config) throws Scheherexception
Scheherexception
Method Detail |
---|
public StoryListener getStartupStoryListener() throws Scheherexception
VirgilConfiguration
getStartupStoryListener
in interface VirgilConfiguration
Scheherexception
public java.lang.String getInputStoryText() throws Scheherexception
getInputStoryText
in interface VirgilConfiguration
Scheherexception
public boolean portraitSet(java.lang.String key)
VirgilConfiguration
portraitSet
in interface VirgilConfiguration
public java.awt.Image getPortrait(java.lang.String key) throws Scheherexception
VirgilConfiguration
getPortrait
in interface VirgilConfiguration
Scheherexception
public PlannerRepository getPlannerRepository() throws Scheherexception
VirgilConfiguration
getPlannerRepository
in interface VirgilConfiguration
Scheherexception
public VirgilParams getParams() throws Scheherexception
VirgilConfiguration
getParams
in interface VirgilConfiguration
Scheherexception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |