A B C D E F G H I J K L M N O P Q R S T U V W X Y

G

gdiObj - Variable in class standup.symbol.WMFDecoder
 
generatedJoke - Variable in class standup.clouds.CloudButtonNewJokeAny
 
generatedJoke - Variable in class standup.clouds.CloudButtonNewJokeLexeme
 
generatedJoke - Variable in class standup.clouds.CloudButtonNewJokeTopic
 
generatedJoke - Variable in class standup.clouds.CloudButtonNewJokeType
 
generatedJoke - Variable in class standup.clouds.CloudButtonNewJokeWord
 
generatedJokeLog - Variable in class standup.joke.InstantiationConstraintNovelty
 
generatedJokeLog - Variable in class standup.joke.ProfileJokeGeneration
A JokeSet representing previously generated jokes.
generatedJokeLogFilename - Variable in class standup.joke.ProfileJokeGeneration
 
generateJoke(String, JokeConstraints) - Method in class standup.joke.Generator
Generates a new JokeStructure that satisfies the constraints arguments, with the ID specified by newJokeID.
generateJokeStructure(String, Schema, List<Keyword>, List<String>, List<String>, double, JokeConstraints) - Method in class standup.joke.Generator
This is the core algorithm which instantiates a schema's lexical preconditions with suitable lexemes, binds the output specification function clauses, builds the initial JokeGraph, and passes it on to surface generation.
generateNewJoke(String, JokeConstraints) - Method in class standup.joke.Backend
Attempts to generate a new joke that satisfies the given JokeConstraints and labels it with the given joke ID.
generateNewJoke(String, JokeConstraints) - Method in class standup.joke.BackendJokeSetOnly
Retrieves a joke from the joke cache that satisfies the given JokeConstraints and labels it with the given joke ID.
generateNewJoke(String, JokeConstraints) - Method in class standup.joke.BackendJokeSetSQL
Obtains a joke, either by generating a new one or retrieving an existing one from the joke cache, which satisfies the given JokeConstraints and labels it with the given joke ID.
generateNewJoke(String, JokeConstraints) - Method in class standup.joke.BackendSQL
Generates a new one that satisfies the given JokeConstraints and labels it with the given joke ID.
generator - Variable in class standup.joke.Backend
 
Generator - Class in standup.joke
The main class that handles joke generation.
Generator() - Constructor for class standup.joke.Generator
Default constructor that uses the various XML joke resource files specified under the /standup/resources/xml directory (i.e.
Generator(URL) - Constructor for class standup.joke.Generator
Constructor that uses the various joke resources specified by the given URL.
GeneratorException - Exception in standup.joke
A very simple subclass of Exception that is specifically for Exceptions arising from within the standup.joke package.
GeneratorException(String) - Constructor for exception standup.joke.GeneratorException
 
GeneratorException(int, String) - Constructor for exception standup.joke.GeneratorException
 
get(UnifiableVariable) - Method in class standup.unify.Bindings
 
get(int) - Method in class standup.unify.UnifiableList
 
get(int) - Method in class standup.unify.UnifiableListVar
 
get(String) - Static method in class standup.utils.CommandLineArguments
 
get() - Method in class standup.utils.SwingWorker
Return the value created by the construct method.
get() - Method in class standup.utils.SwingWorker.ThreadVar
 
getAllConcepts() - Static method in class standup.lexicon.Dictionary
Returns a collection of all known Concepts.
getAllKeywords() - Method in class standup.lexicon.Topic
Returns a LexemeSet that contains the union of all Lexemes associated with this Topic and, recursively, all Lexemes associated with all of its subtopics.
getAllLexemes() - Static method in class standup.lexicon.Dictionary
Returns a collection of all known Lexemes.
getAllOptions() - Method in class standup.profiling.OptionsPackage
Returns all Options in this OptionsPackage.
getAllowableAmbiguity() - Method in class standup.joke.OptionsJokeGeneration
 
getAllowedSchemaLabels() - Method in class standup.joke.OptionsJokeGeneration
 
getAllWordForms() - Static method in class standup.lexicon.Dictionary
Returns a collection of all known WordForms.
getAmbiguityCount() - Method in class standup.lexicon.Lexeme
Returns the number of Lexemes that share this Lexeme's orthography (count is inclusive of this Lexeme).
getAmbiguityCount(String) - Static method in class standup.sql.SQLAccessors
 
getAngle(int, int, boolean) - Method in class standup.clouds.PanelCloudButtonMenu
 
getAnotherLubbleNewJoke() - Method in class standup.clouds.CloudButtonNewJoke
 
getAnotherLubbleNewJoke() - Method in class standup.clouds.CloudButtonNewJokeAny
 
getAnotherLubbleNewJoke() - Method in class standup.clouds.CloudButtonNewJokeLexeme
 
getAnotherLubbleNewJoke() - Method in class standup.clouds.CloudButtonNewJokeTopic
 
getAnotherLubbleNewJoke() - Method in class standup.clouds.CloudButtonNewJokeType
 
getAnotherLubbleNewJoke() - Method in class standup.clouds.CloudButtonNewJokeWord
 
getAnswer() - Method in class standup.joke.JokeStructure
 
getAnswerFClass() - Method in class standup.joke.FLevel
 
getAnswerOutSpec() - Method in class standup.joke.Schema
 
getAnswerStruct() - Method in class standup.joke.JokeStructure
 
getAnswerTemplateFunctors() - Method in class standup.joke.SchemaTemplatePair
 
getArguments() - Method in class standup.joke.Precondition
 
getArguments() - Method in class standup.unify.UnifiableCompound
 
getArity() - Method in class standup.unify.UnifiableCompound
 
getAttribute(Element, String) - Static method in class standup.xml.XMLUtils
Return an Element given an XML document, tag name, and index
getBackend() - Method in class standup.clouds.CloudFrontend
 
getBindings(UnifiableList, UnifiableList) - Method in class standup.joke.Clause
Returns a Bindings that results from the unification of both the output specifier and the template specifier instantiations.
getBlacklist() - Method in class standup.lexicon.LexicalComponents
 
getBlacklist(String) - Method in class standup.lexicon.ProfileLexicon
Returns the blacklist CustomLexicon with the given label.
getBlacklistFilenames() - Method in class standup.lexicon.OptionsLexicon
Returns a List<String> containing the filenames of blacklists in this OptionsLexicon.
getBlacklistLabels() - Method in class standup.lexicon.ProfileLexicon
Returns an iterator of the labels of all the blacklist CustomLexicons contained within this ProfileLexicon.
getBody() - Method in class standup.joke.Template
 
getBooleanValue(CloudLabel, CloudLabel, CloudLabel) - Method in class standup.clouds.CloudDialog
 
getBriefGloss() - Method in class standup.lexicon.Concept
Returns a shortened version of the gloss, i.e.
getBubbleLabel() - Method in class standup.clouds.EntityAnimatedInteractiveBubbleLabel
New class methods
getBubbleLabelCanvasDimension() - Method in class standup.clouds.STANDUPShape
 
getBubbleLabelSegment(WordStruct, SymbolType[]) - Method in class standup.clouds.CloudLabel
Returns a BubbleLabelSegment for a WordStruct
getCanvasHeightRatio() - Method in class standup.clouds.ShapeDetails
 
getCanvasWidthRatio() - Method in class standup.clouds.ShapeDetails
 
getCanvasXOffset() - Method in class standup.clouds.ShapeDetails
 
getCanvasYOffset() - Method in class standup.clouds.ShapeDetails
 
getCenter() - Method in class standup.clouds.PanelCloudButtonMenu
 
getCentreChild() - Method in class standup.clouds.CloudButton
 
getCentreLubble() - Method in class standup.clouds.CloudButtonTopic
 
getCentreLubble() - Method in class standup.clouds.CloudButtonTopicWordChooser
 
getCentreSize(Dimension) - Method in class standup.clouds.CloudButton
This method returns the Dimension that determines the size of this Lubble in the BubbleBrowser when it is a centre child.
getChildBubbleLabel(String, String) - Static method in class standup.clouds.CloudButtonWordTrie
 
getChildren() - Method in class standup.clouds.WordTrie
 
getClauseFScore(Schema, List<Keyword>) - Method in class standup.joke.Generator
 
getClauseInstantiations(UnifiableList, InstantiationConstraint[]) - Method in class standup.joke.Clause
This method takes a Clause, a list of JOKEGRAPHNODES!!! that instantiate the input arguments of the Clause, and an array of InstantiationConstraint objects that further constrain the clause instantiations, and sends a query to the SQL server to retrieve all valid clause instantiations.
getClauseInstantiations() - Method in class standup.joke.JokeGraph
Returns a List of Keywords that arise during clause instantiation.
getClauseInstantiationsCombined(List<Clause>, UnifiableList, InstantiationConstraint[]) - Static method in class standup.joke.Clause
 
getCloudLabel(Lexeme) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabel(LexemeSet) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabel(Topic) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelAddToFavourites() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelAlphabet() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelAnyJoke() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelAye(String) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelComingBack() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelFavourites() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelFirstLine() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelFirstLineOld() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelFirstTime() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelGetJoke() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelGetReady() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelGetReadyOld() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelJoke(String) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelKinds() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelLastLine() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelLastLineOld() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelLetter(String) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelLoginCancel() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelMyFavourites() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelNae(String) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelNewJoke(String) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelNewJoke() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelNextJoke() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelOK() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelPastJokes() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelPreviousJoke() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelSayAgain() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelSeeWordsAboutTopic(Topic) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelSpell(String) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelSpell() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelSubjects(String) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelSubjects() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelTellJoke(String) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelTellJoke() - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelWord(String) - Static method in class standup.clouds.CloudLabelFactory
 
getCloudLabelWords() - Static method in class standup.clouds.CloudLabelFactory
 
getColor() - Method in class standup.clouds.CloudLabelSegment
 
getColor() - Method in class standup.symbol.WmfDecObj
 
getCompatibleClauses(Unifiable, int) - Method in class standup.joke.Generator
Returns a list of Clauses that are 'compatible' with the given functor and arity, i.e they share the same functor and arity.
getCompatibleTemplates(UnifiableCompound) - Method in class standup.joke.Generator
Given a (dereferenced) template specifier, this method returns a list of compatible templates.
getConcept(String) - Static method in class standup.lexicon.Dictionary
Returns an instance of the Concept with the given ID, or null if one was not found.
getConcept() - Method in class standup.lexicon.Lexeme
Returns the Concept associated with this Lexeme.
getConceptByLexeme(String) - Static method in class standup.sql.SQLAccessors
 
getConceptCode() - Method in class standup.lexicon.Topic
Returns the Widgit conceptcode associated with this Topic.
getConstrainedTextInput(CloudLabel, CloudLabel, CloudLabel, Vector<String>) - Method in class standup.clouds.CloudDialog
This method brings up a JComboBox containing the values provided in the optionStrings parameter.
getConstraints() - Method in class standup.joke.JokeConstraints
 
getConstraintsForCell(int, int, Container, int) - Static method in class standup.utils.SpringUtilities
 
getCount() - Method in class standup.joke.JokeSet
 
getCPSSelectIdFromLexiconWhereOrtho() - Static method in class standup.sql.SQLUtils
 
getCPSSelectIdFromLexiconWhereWord() - Static method in class standup.sql.SQLUtils
 
getCPSSelectIdFromWordformWhereOrtho() - Static method in class standup.sql.SQLUtils
 
getCurrentDimension() - Method in interface standup.clouds.Entity
 
getCurrentDimension() - Method in class standup.clouds.EntityAnimatedInteractiveBubbleLabel
 
getCurrentDimension() - Method in class standup.clouds.EntityImageStatic
 
getCurrentDimension() - Method in class standup.clouds.MovingImage
 
getCurrentDimension() - Method in class standup.clouds.ProgressMapCharacter
 
getCurrentDimension() - Method in class standup.clouds.ScrollerButton
 
getCurrentDimension() - Method in class standup.clouds.TalkingHeadRepeatable
 
getCurrentLocation() - Method in interface standup.clouds.Entity
 
getCurrentLocation() - Method in class standup.clouds.EntityAnimatedInteractiveBubbleLabel
 
getCurrentLocation() - Method in class standup.clouds.EntityImageStatic
 
getCurrentLocation() - Method in class standup.clouds.MovingImage
 
getCurrentLocation() - Method in class standup.clouds.ProgressMapCharacter
 
getCurrentLocation() - Method in class standup.clouds.ScrollerButton
 
getCurrentLocation() - Method in class standup.clouds.TalkingHeadRepeatable
 
getCurrentMilestone() - Method in class standup.clouds.HistoryCoordinator
 
getCurrentPage() - Method in class standup.clouds.PanelCloudButtonMenu
 
getCurrentRow(ResultSet) - Method in class standup.joke.Schema
Processes the current row in the given ResultSet as a SQLSchemaRow for this Schema
getCurrentUserName() - Static method in class standup.profiling.ProfileManager
Returns the name of the 'current' user, i.e.
getCurrentUserUsedJokeTypes() - Method in class standup.joke.Backend
Returns a JokeTypeSet containing the current user's used JokeTypes.
getCursorBasedStatement() - Static method in class standup.sql.SQLUtils
This returns the offset-th row in the SQL table with name tableName, which must be a table of schema instantiations whose columns are those specified by schemaVars.
getCursorBasedStatement(int) - Static method in class standup.sql.SQLUtils
Returns a Statement that will 'fetch' rows using a cursor with given fetchSize.
getCustomLexicon(String) - Method in class standup.lexicon.ProfileLexicon
Returns the CustomLexicon with the given label.
getCustomLexiconFilenames() - Method in class standup.lexicon.OptionsLexicon
Returns a List<String> containing the filenames of custom lexicons in this OptionsLexicon.
getCustomLexiconLabels() - Method in class standup.lexicon.ProfileLexicon
Returns an iterator of the labels of all the CustomLexicons contained within this ProfileLexicon.
getDefaultConfiguration() - Static method in class standup.utils.GraphicsUtils
 
getDefaultLabel(String) - Static method in class standup.clouds.PanelCloudButtonMenu
 
getDefaultOptionsPackage() - Static method in class standup.profiling.ProfileManager
Returns the default options package file.
getDescription() - Method in class standup.xml.STANDUPFileFilter
 
getDescriptionPlural() - Method in class standup.joke.JokeType
 
getDescriptionSingular() - Method in class standup.joke.JokeType
 
getDialogMessageAddToFav() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageConfirmProfileSelection(String) - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageDuplicateName(String) - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageExit() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageFavDuplicate() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageFinish() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageFirstJoke() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageGoHome() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageInvalidName() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageLastJoke() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageNewJoke() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageNoJokes1() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageNoJokes2() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageNoNames() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageNoWords(String) - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageNoWords() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageProfileCreation(String) - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageProfileCreation2(String) - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageProfileLoading() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageTypeName() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageTypeWord() - Static method in class standup.clouds.CloudLabelFactory
 
getDialogMessageWelcomeBack(String) - Static method in class standup.clouds.CloudLabelFactory
 
getDiffString(Options) - Method in class standup.clouds.OptionsCloudFrontend
 
getDiffString(Options) - Method in class standup.joke.OptionsJokeGeneration
 
getDiffString(Options) - Method in class standup.lexicon.OptionsLexicon
Returns a String that reports the difference between this instance and the given Options.
getDiffString(Options) - Method in class standup.profiling.Options
Returns a String that reports the difference between this instance and the given Options.
getDimension() - Method in class standup.clouds.PanelCloudButtonMenu
 
getDimension() - Method in class standup.clouds.STANDUPShape
specific constructor for talking head -- point and dimension are calculated from height TODO this is so different, it shouldn't be a MyShape, really...
getDirectElementKids(Element, String) - Static method in class standup.xml.XMLUtils
 
getDirectElementKids(Element) - Static method in class standup.xml.XMLUtils
 
getDisplayedMessage() - Method in class standup.clouds.PanelMessageWindow
 
getDuplicateFunctorPreconditions(String, List<Precondition>, Hashtable<Precondition, String>) - Method in class standup.joke.Clause
 
getEdges(JokeGraphNode) - Method in class standup.joke.JokeGraph
Returns the edges associated with the given JokeGraphNode as an Iterator<JokeGraphNode>.
getEditedOptions() - Method in class standup.clouds.OptionsGUICloudFrontend
 
getEditedOptions() - Method in class standup.joke.OptionsGUIJokeGeneration
 
getEditedOptions() - Method in class standup.lexicon.OptionsGUILexicon
 
getEditedOptions() - Method in class standup.profiling.OptionsGUI
This method returns an instance of Options that contains all the choices and selections made in the current GUI elements.
getElement(Element, String) - Static method in class standup.xml.XMLUtils
 
getElement(Element, String, int) - Static method in class standup.xml.XMLUtils
 
getEllipseDimension(CloudButton, List<? extends CloudButton>) - Method in class standup.clouds.PanelCloudButtonMenu
 
getErrorMessage() - Method in exception standup.joke.GeneratorException
 
getErrorMessage() - Method in exception standup.lexicon.LexiconException
 
getErrorMessage() - Method in exception standup.profiling.ProfileException
 
getErrorMessage() - Method in exception standup.sql.STANDUPSQLException
 
getErrorMessage() - Method in exception standup.symbol.SymbolException
 
getErrorMessage() - Method in exception standup.xml.XMLException
 
getExclusionStatement(String, UnifiableListVar, List<Keyword>) - Method in class standup.joke.Generator
Returns an SQL statement string that updates the exclusion table
getExtension(File) - Method in class standup.xml.STANDUPFileFilter
 
getFamiliarityScore() - Method in class standup.lexicon.Lexeme
Returns the F-score, or familiarity score, of this Lexeme.
getFamiliarityScore(String) - Static method in class standup.sql.SQLAccessors
 
getFavouriteJokes() - Method in class standup.joke.Backend
Returns the subset of the current user's favourite jokes that satisfy the current user's joke constraints.
getFavouriteJokesFilename() - Method in class standup.joke.ProfileJokeGeneration
 
getFavourites() - Method in class standup.joke.ProfileJokeGeneration
 
getFClass(float) - Static method in class standup.lexicon.FClass
Returns the predefined FClass (i.e.
getFClass(Lexeme) - Static method in class standup.lexicon.FClass
Returns the predefined FClass (i.e.
getFieldByIndex(int) - Method in class standup.joke.Clause
This method returns the SQL field name for a precondition argument.
getFilename() - Method in class standup.clouds.SVGSpec
 
getFLevel(String) - Static method in class standup.joke.FLevel
 
getFLevel(float, float) - Static method in class standup.joke.FLevel
 
getFLevel() - Method in class standup.joke.OptionsJokeGeneration
 
getFont() - Method in class standup.symbol.WmfDecObj
 
getFontOrientation() - Method in class standup.symbol.WmfDecObj
 
getFontSizeFirstGuess() - Method in class standup.clouds.ShapeDetails
 
getFrame(int) - Method in class standup.clouds.AnimatorCloudButton
A helper method that computes the 'animation frame', i.e.
getFrame() - Method in class standup.clouds.CloudFrontend
 
getFrequency() - Method in class standup.lexicon.Lexeme
Returns the Semcor frequency for this Lexeme.
getFromNodeLabel() - Method in class standup.joke.JokeGraphEdge
 
getFunctor() - Method in class standup.joke.Precondition
 
getFunctor() - Method in class standup.unify.UnifiableCompound
 
getFuture() - Method in class standup.clouds.HistoryCoordinator
 
getGeneratedJokeLog() - Method in class standup.joke.ProfileJokeGeneration
 
getGeneratedJokeLogFilename() - Method in class standup.joke.ProfileJokeGeneration
 
getGenerator() - Method in class standup.joke.Backend
Returns the Generator instance.
getGloss() - Method in class standup.lexicon.Concept
Returns the full gloss of this Concept.
getGlossByConcept(String) - Static method in class standup.sql.SQLAccessors
 
getGraph() - Method in class standup.joke.JokeStructure
 
getGUI(Dimension) - Method in class standup.clouds.OptionsCloudFrontend
 
getGUI(Dimension) - Method in class standup.joke.OptionsJokeGeneration
 
getGUI(Dimension) - Method in class standup.lexicon.OptionsLexicon
For now, simply returns null -- we haven't properly implemented OptionsGUILexicon yet.
getGUI(Dimension) - Method in class standup.profiling.Options
Returns an instance of an appropriate OptionsGUI.
getGUIImage(String) - Static method in class standup.clouds.GUIGraphicsHandler
 
getGUIImage(String, int) - Static method in class standup.clouds.GUIGraphicsHandler
 
getHead() - Method in class standup.lexicon.Lexeme
Returns the head WordForm of this Lexeme, if it is a compound noun, or null otherwise.
getHead(String) - Static method in class standup.sql.SQLAccessors
 
getHeader() - Method in class standup.joke.Template
 
getHeight() - Method in class standup.clouds.CloudDialog
 
getHeight() - Method in class standup.clouds.CloudFrontend
 
getHelp() - Method in class standup.clouds.PanelToolbar
 
getHelp01() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp02() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp03() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp04() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp05() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp06(Topic) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp07() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp08() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp09() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp09a(char, char) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp09b(char) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp10() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp11(JokeType) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp12(Topic) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp13(Topic) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp14(Topic) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp15(LexemeSet, LexemeSet) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp1618(LexemeSet) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp17(char) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp19(Lexeme) - Static method in class standup.clouds.CloudLabelFactory
 
getHelp20() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp21() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp22() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp23() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp24() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp25() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp26() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp27() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp28() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp29() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp30() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp31() - Static method in class standup.clouds.CloudLabelFactory
 
getHelp32() - Static method in class standup.clouds.CloudLabelFactory
 
getHelpCoordinator() - Method in class standup.clouds.CloudFrontend
 
getHelpScrollerLeft() - Static method in class standup.clouds.CloudLabelFactory
 
getHelpScrollerRight() - Static method in class standup.clouds.CloudLabelFactory
 
getHelpText() - Method in class standup.clouds.EntityAnimatedInteractive
 
getHelpText() - Method in class standup.clouds.MessageWindowBubble
 
getHelpToolbarBack() - Static method in class standup.clouds.CloudLabelFactory
 
getHelpToolbarExit() - Static method in class standup.clouds.CloudLabelFactory
 
getHelpToolbarForward() - Static method in class standup.clouds.CloudLabelFactory
 
getHelpToolbarHome() - Static method in class standup.clouds.CloudLabelFactory
 
getHiByteVal(int) - Method in class standup.symbol.WMFDecoder
 
getHistory() - Method in class standup.clouds.HistoryCoordinator
 
getHistoryCoordinator() - Method in class standup.clouds.CloudFrontend
 
getID() - Method in class standup.joke.JokeGraphNode
 
getID() - Method in class standup.joke.JokeStructure
 
getID() - Method in class standup.lexicon.Concept
Returns the unique ID of this Concept.
getID() - Method in class standup.lexicon.Lexeme
Returns the unique ID of this Lexeme.
getID() - Method in class standup.lexicon.WordForm
Returns the unique ID of this WordForm.
getIDs(List<Keyword>) - Static method in class standup.joke.Generator
Returns an array of the lexeme IDs (enclosed in single quotes).
getImage() - Method in class standup.symbol.WmfDecObj
 
getImage() - Method in class standup.symbol.WMFViewImageCanvas
 
getImageFile() - Method in class standup.clouds.ShapeDetails
 
getImageFile(SymbolType[]) - Method in class standup.lexicon.Lexeme
 
getImageFile(SymbolType[]) - Method in class standup.lexicon.Topic
This method returns the path and filename for the symbol representing this Topic, if one has been specified.
getImageFileHighlighted() - Method in class standup.clouds.ShapeDetails
 
getImageSpecs() - Method in class standup.clouds.CloudLabelSegment
 
getInitialShape(CloudButton, PanelCloudButtonMenu, ShapeDetails) - Method in class standup.clouds.AnimatorCloudButton
This returns the initial 'shape' of the CloudButton to be used by this animation.
getInitialShape(CloudButton, PanelCloudButtonMenu, ShapeDetails) - Method in class standup.clouds.AnimatorCloudButtonMoveIn
 
getInitialShape(CloudButton, PanelCloudButtonMenu, ShapeDetails) - Method in class standup.clouds.AnimatorCloudButtonMoveOut
 
getInitialShape(CloudButton, PanelCloudButtonMenu, ShapeDetails) - Method in class standup.clouds.AnimatorCloudButtonResize
 
getInitialShape(CloudButton, PanelCloudButtonMenu, ShapeDetails) - Method in class standup.clouds.AnimatorCloudButtonRotateLeft
 
getInitialShape(CloudButton, PanelCloudButtonMenu, ShapeDetails) - Method in class standup.clouds.AnimatorCloudButtonRotateRight
 
getInitialShape(CloudButton, PanelCloudButtonMenu, ShapeDetails) - Method in class standup.clouds.AnimatorCloudButtonStayPut
 
getInstantiationConstraints() - Method in class standup.joke.JokeConstraints
Takes all the InstantiationConstraints in this JokeConstraints and returns them as an InstantiationConstraint[] array.
getInstantiationQuery(UnifiableList, InstantiationConstraint[]) - Method in class standup.joke.Clause
Returns an SQL query string that returns all valid instantiations for this Clause, where it has been bound to Schema instantiations specified by inputs.
getInstantiationQuery(InstantiationConstraint[]) - Method in class standup.joke.Schema
Returns an SQL query string which would return all the valid instantiations for this schema, given the InstantiationConstraint[] provided as parameter.
getIterator() - Method in class standup.unify.UnifiableList
 
getJokeByID(String) - Method in class standup.joke.JokeSet
Returns the JokeStructure contained in this JokeSet specified by the given id argument, or null if no such joke is found.
getJokeByTopicMode - Variable in class standup.clouds.OptionsCloudFrontend
 
getJokeByTypeMode - Variable in class standup.clouds.OptionsCloudFrontend
 
getJokeByWordMode - Variable in class standup.clouds.OptionsCloudFrontend
 
getJokeCacheBehaviour() - Method in class standup.joke.OptionsJokeGeneration
 
getJokeMode - Variable in class standup.clouds.OptionsCloudFrontend
 
getJokes(JokeConstraints) - Method in class standup.joke.JokeSet
 
getJokes(String) - Method in class standup.joke.JokeSet
This function is only used when checking schema instantiations against the generated joke log.
getJokesAsSet() - Method in class standup.joke.JokeSet
 
getJokeSet() - Method in class standup.clouds.CloudButtonOldJokes
 
getJokeSet() - Method in class standup.clouds.CloudButtonOldJokesAll
 
getJokeSet() - Method in class standup.clouds.CloudButtonOldJokesFavourites
 
getJokeSet() - Method in class standup.clouds.CloudButtonOldJokesLexeme
 
getJokeSet() - Method in class standup.clouds.CloudButtonOldJokesTopic
 
getJokeSet() - Method in class standup.clouds.CloudButtonOldJokesType
 
getJokeSet() - Method in class standup.clouds.CloudButtonOldJokesWord
 
getJokeStructure() - Method in class standup.clouds.CloudButtonNewJoke
 
getJokeStructure() - Method in class standup.clouds.CloudButtonNewJokeAny
 
getJokeStructure() - Method in class standup.clouds.CloudButtonNewJokeLexeme
 
getJokeStructure() - Method in class standup.clouds.CloudButtonNewJokeTopic
 
getJokeStructure() - Method in class standup.clouds.CloudButtonNewJokeType
 
getJokeStructure() - Method in class standup.clouds.CloudButtonNewJokeWord
 
getJokeType(String) - Method in class standup.joke.JokeTypeSet
 
getJokeTypes() - Method in class standup.joke.Generator
Returns a JokeTypeSet of all JokeTypes accessible to this Generator.
getKeyword() - Method in class standup.joke.JokeGraphNodeKeyword
Returns the Keyword represented by this node.
getKeywordBindings(List<Keyword>) - Method in class standup.joke.Schema
 
getLabel() - Method in class standup.joke.JokeGraphEdge
 
getLabel() - Method in class standup.joke.Schema
 
getLabel() - Method in class standup.joke.Template
 
getLabel() - Method in class standup.lexicon.CustomLexicon
Returns the label of this CustomLexicon.
getLabel() - Method in class standup.lexicon.FClass
Returns the label of this FClass
getLabel() - Method in class standup.unify.UnifiableVariable
 
getLabelFromRoot() - Method in class standup.lexicon.Topic
Returns a String that shows the path to this Topic from its root, e.g.
getLabelProgressMapHome() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelProgressMapJokes() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelProgressMapKinds() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelProgressMapNew() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelProgressMapOld() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelProgressMapSubjects() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelProgressMapTell() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelProgressMapWords() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelToolbarBack() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelToolbarEnd() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelToolbarExit() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelToolbarForward() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelToolbarHelp() - Static method in class standup.clouds.CloudLabelFactory
 
getLabelToolbarHome() - Static method in class standup.clouds.CloudLabelFactory
 
getLastRendered() - Method in class standup.symbol.MySVGTranscoder
 
getLayoutsForSegment(BubbleLabelSegmentString, Font, Font, FontRenderContext) - Method in class standup.clouds.CloudLabel
 
getLexElements() - Method in class standup.sql.SQLSchemaRow
 
getLexeme(String) - Static method in class standup.lexicon.Dictionary
Returns an instance of the Lexeme with the given ID, or null if one was not found.
getLexemeCount() - Method in class standup.lexicon.LexemeSet
Returns the number of Lexemes in this object.
getLexemePictureFilter() - Method in class standup.clouds.OptionsCloudFrontend
 
getLexemes() - Method in class standup.lexicon.Concept
Returns a LexemeSet of all Lexemes that mean this Concept.
getLexemes() - Method in class standup.lexicon.LexemeSet
Returns the Lexemes in this object as a HashSet<Lexeme>.
getLexemeSet() - Method in class standup.clouds.WordTrie
 
getLexemeSetLubbleDependingOnChooseSpecificLexemes(CloudFrontend, CloudButton, boolean, LexemeSet, String) - Static method in class standup.clouds.CloudButtonWordTrie
 
getLexemesIterator() - Method in class standup.lexicon.LexemeSet
Returns the Lexemes in this object as an Iterator<Lexeme>.
getLexemeVariables() - Method in class standup.joke.Schema
 
getLexicalComponents() - Method in class standup.joke.Backend
Returns the LexicalComponents instance.
getLexicalFile(String) - Method in class standup.lexicon.ProfileLexicon
 
getLexiconDirectory(String) - Static method in class standup.profiling.ProfileManager
Returns the lexicon directory for the user with the given name.
getList() - Method in class standup.joke.JokeTypeSet
 
getList() - Method in class standup.lexicon.WordSequence
Return the List of WordStrings in this WordSequence.
getListNKeywordListFromQuery(int, String) - Static method in class standup.sql.SQLUtils
This executes the SQL query provided as a parameter, and assumes that the result of the query is an n-column table of Strings, which is returned as a List of List of Keywords.
getListNStringListFromQuery(int, String) - Static method in class standup.sql.SQLUtils
This executes the SQL query provided as a parameter, and assumes that the result of the query is an n-column table of Strings, which is returned as a List of List of Strings.
getLoByteVal(int) - Method in class standup.symbol.WMFDecoder
 
getLocation() - Method in class standup.clouds.STANDUPShape
 
getLocusXOffset() - Method in class standup.clouds.ShapeDetails
 
getLocusYOffset() - Method in class standup.clouds.ShapeDetails
 
getLogDirectory(String) - Static method in class standup.profiling.ProfileManager
Returns the logfile directory for the user with the given name.
getLogFileText() - Method in class standup.clouds.CloudButtonAddToFavourites
 
getLogFileText() - Method in class standup.clouds.CloudButtonJokeGetter
 
getLogFileText() - Method in class standup.clouds.CloudButtonJokeTypeChooser
 
getLogFileText() - Method in class standup.clouds.CloudButtonLogin
 
getLogFileText() - Method in class standup.clouds.CloudButtonNewJokeAny
 
getLogFileText() - Method in class standup.clouds.CloudButtonNewJokeLexeme
 
getLogFileText() - Method in class standup.clouds.CloudButtonNewJokeTopic
 
getLogFileText() - Method in class standup.clouds.CloudButtonNewJokeType
 
getLogFileText() - Method in class standup.clouds.CloudButtonNewJokeWord
 
getLogFileText() - Method in class standup.clouds.CloudButtonOldJoke
 
getLogFileText() - Method in class standup.clouds.CloudButtonOldJokesAll
 
getLogFileText() - Method in class standup.clouds.CloudButtonOldJokesFavourites
 
getLogFileText() - Method in class standup.clouds.CloudButtonOldJokesLexeme
 
getLogFileText() - Method in class standup.clouds.CloudButtonOldJokesTopic
 
getLogFileText() - Method in class standup.clouds.CloudButtonOldJokesType
 
getLogFileText() - Method in class standup.clouds.CloudButtonOldJokesWord
 
getLogFileText() - Method in class standup.clouds.CloudButtonProfile
 
getLogFileText() - Method in class standup.clouds.CloudButtonProfileChooser
 
getLogFileText() - Method in class standup.clouds.CloudButtonProfileTypeIn
 
getLogFileText() - Method in class standup.clouds.CloudButtonRepeatJoke
 
getLogFileText() - Method in class standup.clouds.CloudButtonSenseChooser
 
getLogFileText() - Method in class standup.clouds.CloudButtonTellJoke
 
getLogFileText() - Method in class standup.clouds.CloudButtonTellJokeSpeak
 
getLogFileText() - Method in class standup.clouds.CloudButtonTopic
 
getLogFileText() - Method in class standup.clouds.CloudButtonTopicWordChooser
 
getLogFileText() - Method in class standup.clouds.CloudButtonWordClustered
 
getLogFileText() - Method in class standup.clouds.CloudButtonWordModeChooser
 
getLogFileText() - Method in class standup.clouds.CloudButtonWordTrie
 
getLogFileText() - Method in class standup.clouds.CloudButtonWordTrieClustered
 
getLogFileText() - Method in class standup.clouds.CloudButtonWordTypeIn
 
getLogFileText() - Method in class standup.clouds.CloudDialogButton
 
getLogFileText() - Method in class standup.clouds.EntityAnimatedInteractive
 
getLogFileText() - Method in class standup.clouds.MessageWindowBubble
 
getLogFileText() - Method in class standup.clouds.ProgressMapNode
 
getLogFileText() - Method in class standup.clouds.ScrollerButton
 
getLogFileText() - Method in class standup.clouds.TalkingHeadRepeatable
 
getLogFileText() - Method in class standup.clouds.ToolbarButton
 
getLogger() - Method in class standup.clouds.CloudFrontend
 
getLubbleAnimationStaggerOffset() - Method in class standup.clouds.OptionsCloudFrontend
 
getLubbleOldJokes() - Method in class standup.clouds.CloudButtonNewJoke
 
getLubbleOldJokes() - Method in class standup.clouds.CloudButtonNewJokeAny
 
getLubbleOldJokes() - Method in class standup.clouds.CloudButtonNewJokeLexeme
 
getLubbleOldJokes() - Method in class standup.clouds.CloudButtonNewJokeTopic
 
getLubbleOldJokes() - Method in class standup.clouds.CloudButtonNewJokeType
 
getLubbleOldJokes() - Method in class standup.clouds.CloudButtonNewJokeWord
 
getMagic() - Method in class standup.symbol.WmfDecObj
 
getMainMenu() - Method in class standup.clouds.CloudFrontend
This displays the main menu -- implements Use Case 1 in the Frontend spec doc.
getMasterJokeType() - Method in class standup.joke.Generator
Returns the 'master' JokeType, i.e.
getMaxChildrenDisplay() - Method in class standup.clouds.CloudButton
 
getMaxChildrenDisplay() - Method in class standup.clouds.CloudButtonSenseChooser
 
getMaxChildrenDisplay() - Method in class standup.clouds.CloudButtonTopic
 
getMaxChildrenDisplay() - Method in class standup.clouds.CloudButtonWordClustered
 
getMaxChildrenDisplay() - Method in class standup.clouds.CloudButtonWordTrie
 
getMaxChildrenDisplay() - Method in class standup.clouds.CloudButtonWordTrieClustered
 
getMaxChildrenDisplay() - Method in class standup.clouds.CloudButtonWordTypeIn
 
getMaximumAmbiguity() - Method in class standup.joke.JokeStructure
 
getMaximumBubbleLabelCanvasDimension() - Method in class standup.clouds.STANDUPShape
This Dimension is used for laying out the BubbleLabel.
getMessage() - Method in class standup.clouds.CloudButton
Returns this CloudButton's message to be displayed in the MessageWindow.
getMessageBrowsingOldJokes() - Static method in class standup.clouds.CloudLabelFactory
 
getMessageBrowsingProfiles() - Static method in class standup.clouds.CloudLabelFactory
 
getMessageBrowsingSubjects() - Static method in class standup.clouds.CloudLabelFactory
 
getMessageBrowsingSubjectWords() - Static method in class standup.clouds.CloudLabelFactory
 
getMessageBrowsingWords() - Static method in class standup.clouds.CloudLabelFactory
 
getMessageChooseCorrectMeaning(LexemeSet) - Static method in class standup.clouds.CloudLabelFactory
 
getMessageGetReady() - Static method in class standup.clouds.CloudLabelFactory
 
getMessageHelp() - Static method in class standup.clouds.CloudLabelFactory
 
getMessageHome(String) - Static method in class standup.clouds.CloudLabelFactory
 
getMessageKinds() - Static method in class standup.clouds.CloudLabelFactory
 
getMessageLoginGreeting() - Static method in class standup.clouds.CloudLabelFactory
 
getMessageNewOrOld() - Static method in class standup.clouds.CloudLabelFactory
 
getMessageWindow() - Method in class standup.clouds.CloudFrontend
 
getMessageWords() - Static method in class standup.clouds.CloudLabelFactory
 
getMinimumAnswerFScore() - Method in class standup.joke.JokeStructure
 
getMinimumQuestionFScore() - Method in class standup.joke.JokeStructure
 
getMinimumSymbolSupport() - Method in class standup.clouds.CloudLabelSegment
 
getModifier(Lexeme) - Static method in class standup.clouds.CloudLabelFactory
 
getModifier(LexemeSet) - Static method in class standup.clouds.CloudLabelFactory
 
getModifier(Topic) - Static method in class standup.clouds.CloudLabelFactory
 
getModifier() - Method in class standup.lexicon.Lexeme
Returns the modifier WordForm of this Lexeme, if it is a compound noun, or null otherwise.
getModifier(String) - Static method in class standup.sql.SQLAccessors
 
getMyDialog() - Method in class standup.clouds.CloudFrontend
 
getMyDialogNonModal() - Method in class standup.clouds.CloudFrontend
 
getMyNewOffsetAngle(float, float, float) - Method in class standup.clouds.PanelCloudButtonMenu
 
getName() - Method in class standup.joke.JokeType
 
getNamedChildren(Element, List) - Static method in class standup.xml.XMLUtils
New method which returns the direct children under e which have tags listed under the List tags.
getNamesList() - Static method in class standup.profiling.ProfileManager
Returns a List<String> of users for whom there are existing Profiles.
getNewJoke(JokeConstraints) - Method in class standup.joke.Backend
Tries to generate a new joke that satisfies the given JokeConstraints.
getNewJoke() - Method in class standup.joke.Backend
Attempts to generate a new joke that satisfies the current user profile's constraints.
getNewJoke(JokeType) - Method in class standup.joke.Backend
Attempts to generate a new joke that satisfies the current user profile's constraints and is of the given JokeType.
getNewJoke(Lexeme) - Method in class standup.joke.Backend
Attempts to generate a new joke that satisfies the current user profile's constraints and uses the given Lexeme in its answer.
getNewJoke(LexemeSet) - Method in class standup.joke.Backend
Attempts to generate a new joke that satisfies the current user profile's constraints and uses at least one Lexeme from the given LexemeSet in its answer.
getNewJoke(Topic) - Method in class standup.joke.Backend
Attempts to generate a new joke that satisfies the current user profile's constraints and uses at least one Lexeme 'about' the given Topic in its answer.
getNextCount() - Method in class standup.joke.JokeGraph
 
getNextJokeCounter() - Method in class standup.joke.ProfileJokeGeneration
 
getNextJokeID() - Method in class standup.joke.Backend
Returns a unique joke ID for the next joke to be generated.
getNode(String) - Method in class standup.joke.JokeGraph
Returns the node in this graph with the given ID.
getNodes() - Method in class standup.joke.JokeGraph
Returns the nodes in this JokeGraph as an Iterator<JokeGraphNode>.
getOffsetAngle() - Method in class standup.clouds.CloudButton
 
getOffsetAngle(int) - Method in class standup.clouds.PanelCloudButtonMenu
 
getOldJokes(JokeConstraints) - Method in class standup.joke.Backend
Returns the subset of the current user's previously generated jokes that satisfy the given JokeConstraints.
getOldJokes() - Method in class standup.joke.Backend
Returns the subset of the current user's previously generated jokes that satisfy the current user profile's constraints.
getOldJokes(JokeType) - Method in class standup.joke.Backend
Returns the subset of the current user's previously generated jokes that satisfy the current user profile's constraints and is of the given JokeType.
getOldJokes(Lexeme) - Method in class standup.joke.Backend
Returns the subset of the current user's previously generated jokes that satisfy the current user profile's constraints and use the given Lexeme in either their question or answer.
getOldJokes(LexemeSet) - Method in class standup.joke.Backend
Returns the subset of the current user's previously generated jokes that satisfy the current user profile's constraints and use at least one Lexeme from the given LexemeSet in their question or answer.
getOldJokes(Topic) - Method in class standup.joke.Backend
Returns the subset of the current user's previously generated jokes that satisfy the current user profile's constraints and use at least one Lexeme 'about' the given Topic in their question or answer.
getOptions() - Method in class standup.clouds.ProfileCloudFrontend
 
getOptions() - Method in class standup.joke.ProfileJokeGeneration
 
getOptions() - Method in class standup.lexicon.ProfileLexicon
 
getOptions(String) - Method in class standup.profiling.OptionsPackage
 
getOptions() - Method in class standup.profiling.Profile
Returns the Options contained within this Profile.
getOptionsDirectory() - Static method in class standup.profiling.ProfileManager
Returns the designated directory for options packages.
getOrthoByLexeme(String) - Static method in class standup.sql.SQLAccessors
 
getOrthoByWordForm(String) - Static method in class standup.sql.SQLAccessors
 
getOutSpec() - Method in class standup.joke.Clause
 
getPageNum(CloudButton) - Method in class standup.clouds.PanelCloudButtonMenu
Given a Lubble, this method determines the page number of its parent that it should appear on.
getPanelCloudButtonMenu() - Method in class standup.clouds.CloudFrontend
 
getPanelProgressMap() - Method in class standup.clouds.CloudFrontend
 
getPanelToolbar() - Method in class standup.clouds.CloudFrontend
 
getParent() - Method in class standup.clouds.CloudButton
 
getParentTopic() - Method in class standup.lexicon.Topic
Returns the parent of this Topic, or null if it's a root topic.
getParseExceptionInfo(SAXParseException) - Method in class standup.xml.XMLUtils.MyErrorHandler
Returns a string describing parse exception details
getPartOfSpeech() - Method in class standup.lexicon.Lexeme
Returns the part of speech of this Lexeme.
getPenStyle() - Method in class standup.symbol.WmfDecObj
 
getPeripheralChildren() - Method in class standup.clouds.CloudButton
 
getPhoneticSimilarity() - Method in class standup.joke.OptionsJokeGeneration
 
getPhoneticSimilarityThreshold() - Method in class standup.joke.JokeStructure
 
getPhonSimValue() - Method in class standup.sql.SQLSchemaRow
 
getPlainSegmentedTextCloudLabel(String) - Static method in class standup.clouds.CloudLabelFactory
 
getPlainText() - Method in class standup.clouds.BubbleLabelSegmentString
 
getPlainText() - Method in class standup.clouds.CloudLabel
 
getPointingMethod() - Method in class standup.clouds.OptionsCloudFrontend
 
getPOS(String) - Static method in class standup.sql.SQLAccessors
 
getPreconditions() - Method in class standup.joke.Clause
 
getPreconditions() - Method in class standup.joke.Schema
 
getPrefix() - Method in class standup.clouds.WordTrie
 
getPreparedStatement(String) - Static method in class standup.sql.SQLUtils
This method returns a PreparedStatement given the query.
getPreparedStatementResult(PreparedStatement, String) - Static method in class standup.sql.SQLUtils
Executes the given PreparedStatement using the given parameter value and returns the query results as a List<String>, or null if an error occurred.
getPreparedStatementResultUnion(PreparedStatement, List<String>) - Static method in class standup.sql.SQLUtils
Executes the given PreparedStatement using the different parameters given in values and returns the UNION of all the query results as a Set<String>.
getProfile() - Method in class standup.clouds.CloudFrontend
 
getProfile() - Method in class standup.joke.Backend
Returns the ProfileJokeGeneration currently being used by this Backend.
getProfile() - Method in class standup.lexicon.LexicalComponents
Returns the ProfileLexicon currently being used by this LexicalComponents.
getProfile() - Method in interface standup.profiling.Profileable
Returns the Profile currently being used by this Profileable.
getProfileFilename() - Method in class standup.clouds.CloudFrontend
 
getProfileFilename() - Method in class standup.joke.Backend
Returns the filename for joke generation profiles.
getProfileFilename() - Method in class standup.lexicon.LexicalComponents
Returns the filename for lexical profiles.
getProfileFilename() - Method in interface standup.profiling.Profileable
Returns the filename used to specify the profile filename.
getPronunciationByLexeme(String) - Static method in class standup.sql.SQLAccessors
 
getPronunciationByWordForm(String) - Static method in class standup.sql.SQLAccessors
 
getQuery() - Method in class standup.joke.SQLQuerySchema
 
getQueryableTempSpecVars() - Method in class standup.joke.Clause
 
getQueryRow(String) - Method in class standup.joke.Schema
Executes the given SQL query and returns the first row as an SQLSchemaRow for this Schema.
getQuestion() - Method in class standup.joke.JokeStructure
 
getQuestionFClass() - Method in class standup.joke.FLevel
 
getQuestionOutSpec() - Method in class standup.joke.Schema
 
getQuestionStruct() - Method in class standup.joke.JokeStructure
 
getQuestionTemplateFunctors() - Method in class standup.joke.SchemaTemplatePair
 
getRandom() - Method in class standup.joke.JokeSet
 
getRandom() - Method in class standup.joke.JokeTypeSet
 
getRandom() - Method in class standup.lexicon.LexemeSet
Returns a randomly selected Lexeme from this LexemeSet.
getRandom(Collection<T>) - Static method in class standup.utils.Utils
 
getRect() - Method in class standup.symbol.WmfDecObj
 
getRectPCSTextOnALine(FontRenderContext, CloudLabelSegment[], int, int, SymbolSupport, float) - Method in class standup.clouds.CloudLabel
 
getRectPCSTextPerLine(FontRenderContext, CloudLabelSegment[], int, int, SymbolSupport, float) - Method in class standup.clouds.CloudLabel
Performs layout of given BubbleLabelSegments to fit in the space defined by wrappingWidth x maxHeight
getRingCoord(Dimension, int, int, boolean) - Method in class standup.clouds.PanelCloudButtonMenu
 
getRingSize(Dimension) - Method in class standup.clouds.CloudButton
This method returns the Dimension that determines the size of this Lubble in the BubbleBrowser when it is a peripheral child.
getRingSize(Dimension) - Method in class standup.clouds.CloudButtonTopic
 
getRingSize(Dimension) - Method in class standup.clouds.CloudButtonWordClustered
 
getRingSize(Dimension) - Method in class standup.clouds.CloudButtonWordTrie
 
getRoad(PanelProgressMap.ProgressMapStage, PanelProgressMap.ProgressMapStage) - Method in class standup.clouds.PanelProgressMap
 
getRootTopic() - Method in class standup.joke.Backend
Currently returns the first found root topic as specified by LexicalComponents#getRootTopicLabels().
getRootTopic(String) - Method in class standup.lexicon.ProfileLexicon
Returns the root Topic with the given label.
getRootTopicLabels() - Method in class standup.lexicon.ProfileLexicon
Returns an iterator of the labels of all the root Topics contained within this ProfileLexicon.
getScaledInstance(BufferedImage, int, int) - Static method in class standup.utils.GraphicsUtils
 
getScaledInstanceByHeight(BufferedImage, int) - Static method in class standup.utils.GraphicsUtils
 
getScannableItems() - Method in class standup.clouds.CloudDialog
 
getScannableItems() - Method in class standup.clouds.PanelCloudButtonMenu
 
getScannableItems() - Method in class standup.clouds.PanelToolbar
 
getScannerDelayInSeconds() - Method in class standup.clouds.OptionsCloudFrontend
 
getScannerInitialDelayInSeconds() - Method in class standup.clouds.OptionsCloudFrontend
 
getSchema(String) - Method in class standup.joke.Generator
Returns the Schema specified by the label argument, or null if no Schema exists with the specified label.
getSchema() - Method in class standup.joke.SQLQuerySchema
 
getSchemaInstantiations() - Method in class standup.joke.JokeGraph
Returns a List of Keywords that arise during schema instantiation.
getSchemaLabel() - Method in class standup.joke.JokeStructure
 
getSchemaLabel() - Method in class standup.joke.SchemaTemplatePair
 
getSchemaLabels() - Method in class standup.joke.Generator
Returns a Set of all schema labels accessible to this Generator.
getSchemaTemplatePairs(JokeType) - Method in class standup.joke.JokeConstraints
Takes all the JokeConstraintTypes and JokeConstraintAllowedSchemas in this JokeConstraints and returns a List of all the possible SchemaTemplatePairs that satisfy all of them.
getSchemaTemplatePairs() - Method in class standup.joke.JokeConstraintType
 
getSchemaTemplatePairs() - Method in class standup.joke.JokeConstraintTypes
 
getSchemaTemplatePairs() - Method in class standup.joke.JokeType
 
getSegments() - Method in class standup.clouds.CloudLabel
 
getSegmentStrings() - Method in class standup.clouds.CloudLabelSegment
 
getSemcorFrequency(String) - Static method in class standup.sql.SQLAccessors
 
getShapeDetails() - Method in class standup.clouds.STANDUPShape
 
getShapeDetailsHouse() - Method in class standup.clouds.ProfileCloudFrontend
 
getShapeDetailsLaffertyBubble() - Method in class standup.clouds.ProfileCloudFrontend
 
getShapeDetailsLubble() - Method in class standup.clouds.ProfileCloudFrontend
 
getShapeDetailsMessageWindowBubbleWithHead() - Method in class standup.clouds.ProfileCloudFrontend
 
getShapeDetailsMessageWindowBubbleWithoutHead() - Method in class standup.clouds.ProfileCloudFrontend
 
getShapeDetailsToolbarBubble() - Method in class standup.clouds.ProfileCloudFrontend
 
getSize() - Method in class standup.clouds.BubbleLabelSegmentString
 
getSize(Element, String) - Static method in class standup.xml.XMLUtils
 
getSize(Element, List) - Static method in class standup.xml.XMLUtils
 
getSourceLabel() - Method in class standup.joke.JokeGraphEdge
 
getSourceLabel() - Method in class standup.joke.JokeGraphNode
 
getSourceProcess() - Method in class standup.joke.JokeGraphEdge
 
getSourceProcess() - Method in class standup.joke.JokeGraphNode
 
getSpeakables(WordStruct) - Method in class standup.clouds.CloudLabel
 
getSpeaker() - Method in class standup.clouds.CloudFrontend
 
getSpeechSegments() - Method in class standup.clouds.CloudLabel
 
getSpeechText() - Method in class standup.clouds.EntityAnimatedInteractive
 
getSpeechText() - Method in class standup.clouds.EntityAnimatedInteractiveBubbleLabel
 
getSpeechText() - Method in class standup.clouds.MovingImage
 
getSpeechText() - Method in class standup.clouds.ProgressMapCharacter
 
getSpeechText() - Method in class standup.clouds.ScrollerButton
 
getSpeechText() - Method in class standup.clouds.TalkingHeadRepeatable
 
getSpelledClusters() - Method in class standup.lexicon.LexemeSet
Creates a Hashtable that clusters the Lexemes contained in this LexemeSet by orthography.
getSpelledCompiledLexemes(WordSequence) - Static method in class standup.sql.SQLUtils
Returns all Lexemes with the given spelling.
getSpelledCompiledLexemes(WordForm) - Static method in class standup.sql.SQLUtils
Returns all Lexemes spelt with the given WordForm.
getSpelledCompiledWordForms(WordSequence) - Static method in class standup.sql.SQLUtils
 
getSpelledLexemes(WordForm) - Static method in class standup.lexicon.Dictionary
Returns all Lexemes whose form is the same as the given WordForm.
getSpelledLexemes(WordSequence) - Static method in class standup.lexicon.Dictionary
Returns all Lexemes with the given spelling.
getSpelledLexemes(WordForm) - Method in class standup.lexicon.LexemeSet
Returns a LexemeSet that is a subset of this LexemeSet containing Lexemes whose form is the given WordForm.
getSpelledLexemes(WordSequence) - Method in class standup.lexicon.LexemeSet
Returns a LexemeSet that is a subset of this LexemeSet containing Lexemes whose spelling is the same as the given WordSequence.
getSpelledProtoLexemes(WordSequence) - Static method in class standup.sql.SQLUtils
 
getSpelledProtoLexemes(ProtoWordForm) - Static method in class standup.sql.SQLUtils
 
getSpelledProtoWordForms(WordSequence) - Static method in class standup.sql.SQLUtils
 
getSpelledWordForms(WordSequence) - Static method in class standup.lexicon.Dictionary
Returns all WordForms with the given spelling.
getSpelling() - Method in class standup.lexicon.Lexeme
Returns the spelling of this Lexeme.
getSpelling() - Method in class standup.lexicon.StructElement
Returns the linearized surface form of this (possibly hierarchical) StructElement as a WordSequence.
getSpelling() - Method in class standup.lexicon.WordForm
 
getSpelling() - Method in class standup.lexicon.WordString
 
getSpelling() - Method in class standup.lexicon.WordStruct
Returns the linearized surface form of this WordStruct as a WordSequence.
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in interface standup.joke.InstantiationConstraint
Returns an SQL code snippet that is to be appended to the WHERE clause of the SQL query when instantiating the given Clause.
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in class standup.joke.InstantiationConstraintAmbiguity
 
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in class standup.joke.InstantiationConstraintFamiliarityScore
 
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in class standup.joke.InstantiationConstraintLexeme
 
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in class standup.joke.InstantiationConstraintLexemeSchema
 
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in class standup.joke.InstantiationConstraintLexicon
 
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in class standup.joke.InstantiationConstraintLexiconAll
 
getSQLConstraint(Clause) - Method in class standup.joke.InstantiationConstraintLexiconAllSchema
 
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in class standup.joke.InstantiationConstraintLexiconNone
 
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in class standup.joke.InstantiationConstraintLexiconSchema
 
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in class standup.joke.InstantiationConstraintNovelty
 
getSQLConstraint(Clause, List<SQLSelectElement>) - Method in class standup.joke.InstantiationConstraintPhoneticSimilarity
 
getSQLInstantiationCount() - Method in class standup.joke.Schema
 
getSQLSelectList() - Method in class standup.joke.Schema
This returns a comma-delimited list of the schema variables, __followed by the phonetic similarity fields__!
getSQLSelectString() - Method in class standup.lexicon.Lexeme
Returns a String that encodes how this Lexeme would be used in an SQL query, i.e.
getSQLSelectString() - Method in class standup.lexicon.WordForm
Returns a String that encodes how this WordForm would be used in an SQL query, i.e.
getSQLSelectString() - Method in class standup.lexicon.WordString
 
getSQLSelectString() - Method in interface standup.sql.SQLSelectElement
 
getSQLSelectString() - Method in class standup.sql.SQLSelectVarField
 
getSQLTableName() - Method in class standup.joke.Schema
 
getStatement() - Static method in class standup.sql.SQLUtils
Returns a Statement.
getSTPbySchema(List<SchemaTemplatePair>, String) - Static method in class standup.joke.SchemaTemplatePair
Given a List of SchemaTemplatePairs, it returns the SchemaTemplatePair that uses the Schema with label schemaLabel.
getStresslessPronunciation(String) - Static method in class standup.sql.SQLAccessors
 
getString(int) - Method in class standup.clouds.BubbleLabelSegmentString
 
getString() - Method in class standup.lexicon.WordString
 
getStringListFromQuery(String) - Static method in class standup.sql.SQLUtils
This executes the SQL query provided as a parameter, and assumes that the result of the query is a 1-column table of strings, which is returned as a List of Strings.
getStringListFromResultSet(ResultSet) - Static method in class standup.sql.SQLUtils
Builds a List<String> from the given ResultSet, which is assumed to contain String values for its first column.
getStringsStartingWith(String, Set<String>) - Static method in class standup.clouds.WordTrie
 
getSubtopicCount() - Method in class standup.lexicon.Topic
Returns the number of subtopics this Topic has.
getSubTopicLubble(CloudLabel, CloudLabel, Topic) - Method in class standup.clouds.CloudButtonTopic
 
getSubTopicLubble(CloudLabel, CloudLabel, Topic) - Method in class standup.clouds.CloudButtonTopicWordChooser
 
getSubtopics() - Method in class standup.lexicon.Topic
Returns an Iterator of all the subtopics of this Topic.
getSymbolCaption(String) - Static method in class standup.symbol.SymbolManager
Returns a simple caption for the symbol with the given filename.
getSymbolFilenames(String, SymbolType[]) - Static method in class standup.symbol.SymbolManager
Given a 'real' Widgit conceptcode, and a SymbolType[] indicating a preference for symbol sets, returns a list of symbol filenames that are ordered by preference.
getSymbolFilenames(String[], SymbolType[]) - Static method in class standup.symbol.SymbolManager
Given a list of symbol filenames and a SymbolType[] indicating a preference for symbol sets, returns an ordered (sub)list of the symbol filenames according to the preference.
getSymbolImage(String) - Static method in class standup.symbol.SymbolManager
Attempts to load and render/transcode a symbol with the given filename at its default resolution.
getSymbolImage(String, int) - Static method in class standup.symbol.SymbolManager
Attempts to load and render/transcode a symbol with the given filename at a resolution such that the resulting bitmap is as tall as the given height argument.
getSymbolSet() - Method in class standup.clouds.OptionsCloudFrontend
 
getSymbolSupport() - Method in class standup.clouds.OptionsCloudFrontend
 
getTabCaption() - Method in class standup.clouds.OptionsGUICloudFrontend
 
getTabCaption() - Method in class standup.joke.OptionsGUIJokeGeneration
 
getTabCaption() - Method in class standup.lexicon.OptionsGUILexicon
 
getTabCaption() - Method in class standup.profiling.OptionsGUI
Return the label for this OptionsGUI's tabbed pane.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class standup.symbol.SymbolPanelCellRenderer
 
getTableCount(String) - Static method in class standup.sql.SQLUtils
This returns the number of rows contained in the SQL table with the given table name.
getTalkingHead(int) - Static method in class standup.clouds.EntityImageStatic
 
getTemplateLabel() - Method in class standup.joke.JokeGraphNodeTemplate
 
getTempSpec() - Method in class standup.joke.Clause
 
getText() - Method in class standup.clouds.CloudLabelSegment
 
getTextInput(CloudLabel, CloudLabel, CloudLabel) - Method in class standup.clouds.CloudDialog
 
getTextValue(Element, String) - Static method in class standup.xml.XMLUtils
 
getTextValue(Element, String, int) - Static method in class standup.xml.XMLUtils
 
getTextValue(Element) - Static method in class standup.xml.XMLUtils
 
getThreshold() - Method in class standup.lexicon.FClass
Returns the F-score threshold of this FClass
getTimeString(long) - Static method in class standup.utils.Utils
 
getToNodeLabel() - Method in class standup.joke.JokeGraphEdge
 
getToolbarDisplayMode() - Method in class standup.clouds.Skin
 
getToolbarIconBack() - Method in class standup.clouds.Skin
 
getToolbarIconExit() - Method in class standup.clouds.Skin
 
getToolbarIconForward() - Method in class standup.clouds.Skin
 
getToolbarIconHelp() - Method in class standup.clouds.Skin
 
getToolbarIconHome() - Method in class standup.clouds.Skin
 
getToolbarShape() - Method in class standup.clouds.Skin
 
getToolbarTextColorBack() - Method in class standup.clouds.Skin
 
getToolbarTextColorExit() - Method in class standup.clouds.Skin
 
getToolbarTextColorForward() - Method in class standup.clouds.Skin
 
getToolbarTextColorHelp() - Method in class standup.clouds.Skin
 
getToolbarTextColorHome() - Method in class standup.clouds.Skin
 
getTopic() - Method in class standup.clouds.CloudButtonTopic
 
getTopicFilenames() - Method in class standup.lexicon.OptionsLexicon
Returns a List<String> containing the filenames of topics in this OptionsLexicon.
getTransferData(DataFlavor) - Method in class standup.clouds.ClipboardJokeText
 
getTransferDataFlavors() - Method in class standup.clouds.ClipboardJokeText
 
getTwoToneLabel(String, String, Color) - Static method in class standup.clouds.PanelCloudButtonMenu
 
getUsedJokeTypeLabels() - Method in class standup.joke.OptionsJokeGeneration
 
getUsedJokeTypes(JokeTypeSet) - Method in class standup.joke.OptionsJokeGeneration
This method returns a JokeTypeSet containing all the JokeTypes that are used as indicated by this profile.
getUserDirectory(String) - Static method in class standup.profiling.ProfileManager
Returns the profile directory for the user with the given name.
getValidInstantiation(JokeConstraints) - Method in class standup.joke.Schema
Returns a valid instantiation for this schema that satisfies the given JokeConstraints.
getValue() - Method in class standup.unify.UnifiableConstant
 
getValue() - Method in class standup.utils.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getVariableList() - Method in class standup.unify.UnifiableListVar
Returns the elements contained in this UnifiableList as a List of UnifiableVariables.
getVariables() - Method in class standup.joke.Schema
 
getVersionNumber() - Method in class standup.clouds.CloudFrontend
 
getVoices() - Method in class standup.clouds.STANDUPSpeaker
 
getWidth() - Method in class standup.clouds.CloudDialog
 
getWidth() - Method in class standup.clouds.CloudFrontend
 
getWordByAlphabetMode - Variable in class standup.clouds.OptionsCloudFrontend
 
getWordBySpellingMode - Variable in class standup.clouds.OptionsCloudFrontend
 
getWordByTopicMode - Variable in class standup.clouds.OptionsCloudFrontend
 
getWordClusters() - Method in class standup.clouds.CloudFrontend
 
getWordForm(String) - Static method in class standup.lexicon.Dictionary
Returns an instance of the WordForm with the given ID, or null if one was not found.
getWordForm() - Method in class standup.lexicon.Lexeme
Returns the WordForm associated with this Lexeme.
getWordFormByLexeme(String) - Static method in class standup.sql.SQLAccessors
 
getWordStructAsList() - Method in class standup.lexicon.WordStruct
Returns the List of StructElements belonging to this WordStruct.
getWordTrie() - Method in class standup.clouds.CloudFrontend
 
getWorkingLexicon() - Method in class standup.lexicon.LexicalComponents
Returns a LexemeSet that contains the 'working lexicon', i.e.
getXMLTag() - Method in class standup.clouds.OptionsCloudFrontend
 
getXMLTag() - Method in class standup.joke.OptionsJokeGeneration
 
getXMLTag() - Method in class standup.lexicon.OptionsLexicon
 
getXMLTag() - Method in class standup.profiling.Options
Returns the XML tag associated with this implementation of Options.
gloss - Variable in class standup.lexicon.Concept
 
goBack() - Method in class standup.clouds.HistoryCoordinator
 
goForward() - Method in class standup.clouds.HistoryCoordinator
 
gogogo - Variable in class standup.clouds.AnimatorLock
 
goHome() - Method in class standup.clouds.PanelProgressMap
 
gr - Variable in class standup.symbol.WmfDecDC
 
GraphicsUtils - Class in standup.utils
Provides various static methods for dealing with BufferedImages, i.e.
GraphicsUtils() - Constructor for class standup.utils.GraphicsUtils
 
GUIGraphicsHandler - Class in standup.clouds
Provides static methods for loading the GUI SVG files.
GUIGraphicsHandler() - Constructor for class standup.clouds.GUIGraphicsHandler
 
guiLoader - Static variable in class standup.clouds.GUIGraphicsHandler
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y