Skip navigation links
A B C D E F G H I L M N O P R S U V W 

G

generateSessionId(int) - Method in class de.bensoft.acis.server.Server
Generates a unique session ID String.
get(String, String) - Method in class de.bensoft.acis.utils.Preferences
Fetches the value of the given preference's name.
getAction() - Method in class de.bensoft.acis.core.ContextStackItem
Returns the Action.
getAction() - Method in class de.bensoft.acis.core.MatchResult
Returns the Action which was compared.
getActionManager() - Method in class de.bensoft.acis.core.ACIS
Returns the ActionManager of the system in which all Actions are registered.
getActionMethod() - Method in class de.bensoft.acis.core.Action
A function which returns the Action.ActionMethod.
getActionName() - Method in exception de.bensoft.acis.core.ActionMalformedException
A function which returns the name of the Action with the malformed trigger.
getActionPackages() - Method in class de.bensoft.acis.core.ActionManager
Returns the ActionPackages registered in the system.
getActionParams() - Method in class de.bensoft.acis.core.Action
A function which returns the parameters declared in the Action's trigger.
getActionResult() - Method in class de.bensoft.acis.core.ContextStackItem
Returns the ActionResult returned by the Action's Action.ActionMethod after execution.
getActions(String, ActionPackage, ContextVisibility, String[], Action.ActionMethod) - Static method in class de.bensoft.acis.core.Action
Creates multiple Actions with same properties but different triggers.
getActions() - Method in class de.bensoft.acis.core.ActionManager
Returns all Actions registered in the system.
getActions(Map<String, Context>) - Method in class de.bensoft.acis.core.ActionManager
Returns all Actions except ContextDependentActions and ContextDestructorActions for which no context exists or where the context is expired.
getActions(Language) - Method in interface de.bensoft.acis.core.ActionPackage
Returns an array of Actions.
getActions() - Method in class de.bensoft.acis.core.language.SentenceObjectSet
Returns the 'Action' SentenceObjects.
getAddress() - Method in class de.bensoft.acis.core.environment.UserInfo
Returns the address (home location).
getAge() - Method in class de.bensoft.acis.core.ContextStackItem
Returns the age of the item.
getAge() - Method in class de.bensoft.acis.core.environment.UserInfo
Returns the age.
getArgumentsForVisual(String) - Method in interface de.bensoft.acis.core.environment.VisualOutput
Returns the arguments to be used when calling VisualOutput.show(String, Object[]).
getAvailableProperties() - Method in interface de.bensoft.acis.core.environment.VisualOutput
Returns the available properties for the output.
getAvailableVisuals() - Method in interface de.bensoft.acis.core.environment.VisualOutput
Returns the available visuals for the output.
getBuildDate() - Method in class de.bensoft.acis.core.environment.SystemProperties
Returns the build date.
getBuildDateString() - Method in class de.bensoft.acis.core.environment.SystemProperties
Returns the build date.
getCompound() - Method in class de.bensoft.acis.core.language.SentenceObject
Returns the compound word.
getContentType() - Method in class de.bensoft.acis.server.ServerContext.ServerContextResult
Returns HTTP-header content type.
getContextExpirationTime() - Method in class de.bensoft.acis.core.ContextConstructorAction
 
getContextHandler() - Method in class de.bensoft.acis.server.ServerContext
Returns the ServerContext.ServerContextHandler this context uses.
getContextId() - Method in class de.bensoft.acis.core.ContextConstructorAction
 
getContextStack() - Method in interface de.bensoft.acis.core.environment.PackageEnvironment
Returns the current ContextStack which includes the ContextStackItems.
getContextVisibility() - Method in class de.bensoft.acis.core.Action
A function which returns the ContextVisibility of the Action.
getCreationTime() - Method in class de.bensoft.acis.core.Context
Returns the time of context creation or when it was last renewed.
getDataDirectory() - Method in class de.bensoft.acis.core.ACIS
Returns the data directory the system uses.
getDataDirectory() - Method in interface de.bensoft.acis.core.environment.PackageEnvironment
Returns the data directory in which any files should be written.
getDependingContextId() - Method in class de.bensoft.acis.core.ContextDependentAction
 
getDescription() - Method in interface de.bensoft.acis.core.ActionPackage
Returns a short description of what the Actions in the package do.
getDescription() - Method in class de.bensoft.acis.core.environment.SystemProperties
Returns a description.
getDeveloper() - Method in class de.bensoft.acis.core.environment.SystemProperties
Returns the developer.
getElses() - Method in class de.bensoft.acis.core.language.SentenceObjectSet
Returns the 'Else' SentenceObjects.
getEmail() - Method in class de.bensoft.acis.core.environment.UserInfo
Returns the E-Mail.
getEnvironment(ActionPackage) - Method in class de.bensoft.acis.core.ACIS
Returns the Environment for a specific ActionPackage using the SystemEnvironment which was previously set in the constructor.
getEnvironment(ActionPackage, SystemEnvironment) - Method in class de.bensoft.acis.core.ACIS
Returns the Environment for a specific ActionPackage using an other SystemEnvironment than the one of this ACIS system..
getExpirationTime() - Method in class de.bensoft.acis.core.Context
Returns the time after which the context expires and is no longer valid.
getFile() - Method in class de.bensoft.acis.utils.IOUtils.SavingConfig
Returns the underlying File Object.
getGeneralContext() - Method in class de.bensoft.acis.core.ACIS
Returns the ContextStack including all context items (even ContextVisibility.PRIVATE).
getHows() - Method in class de.bensoft.acis.core.language.SentenceObjectSet
Returns the 'How' SentenceObjects.
getId() - Method in class de.bensoft.acis.core.Context
Returns the id.
getId() - Method in class de.bensoft.acis.server.Session
Returns the session ID.
getIndex() - Method in class de.bensoft.acis.core.ActionParameter
A function which returns the index of the ActionParameter.
getIndex() - Method in class de.bensoft.acis.core.Parameter
Returns the index of the Parameter.
getInputString() - Method in class de.bensoft.acis.core.ContextStackItem
Returns the user input String.
getItems() - Method in class de.bensoft.acis.core.ContextStack
Returns the items.
getLanguage() - Method in class de.bensoft.acis.core.ACIS
Returns the Language used by the system.
getLanguage() - Method in interface de.bensoft.acis.core.environment.PackageEnvironment
Returns the Language used by the system the ActionPackage is added to.
getLanguage() - Method in interface de.bensoft.acis.core.language.Language
Returns a Locale representing the language the interface is applicable for.
getLanguage() - Method in class de.bensoft.acis.languages.BensoftEnglishWordNet
 
getLanguage() - Method in class de.bensoft.acis.languages.BensoftGermanWiktionary
 
getLanguage() - Method in class de.bensoft.acis.languages.Unified
 
getLocale() - Method in interface de.bensoft.acis.core.ActionPackage
Returns a Locale for which the Actions are applicable.
getLogger() - Method in class de.bensoft.acis.core.ACIS
Returns the system Logging.Logger.
getLogger() - Method in class de.bensoft.acis.utils.Logging.Loggable
Gets the Logger.
getLoggingConfig() - Method in class de.bensoft.acis.utils.Logging.Logger
Returns the used Logging.LoggingConfig.
getMainWord() - Method in class de.bensoft.acis.core.language.SentenceObject
Returns the main word.
getMatcherParameterThreshold() - Method in class de.bensoft.acis.core.ACIS
A function which returns the parameter matching threshold.
getMatches(Sentence, SentenceObjectSet, ContextStack, float, WeightSet) - Method in class de.bensoft.acis.core.Matcher
A function which compares the Actions with the input and returns a MatchResult for every Action in the system of which the matching score is higher than threshold.
getMaximumSize() - Method in class de.bensoft.acis.core.ContextStack
Returns the maximum size.
getMessage() - Method in class de.bensoft.acis.core.ActionResult
A function returning the message if available.
getMinimumRequiredLibraryVersion() - Method in interface de.bensoft.acis.core.ActionPackage
Returns the minimal required library version for this ActionPackage to work.
getName() - Method in class de.bensoft.acis.core.Action
A function which returns the name of the Action.
getName() - Method in interface de.bensoft.acis.core.ActionPackage
Returns the name of the ActionPackage in Java-style (like com.example.acis.actions.whatever).
getName() - Method in class de.bensoft.acis.core.environment.UserInfo
Returns the name.
getName() - Method in interface de.bensoft.acis.core.language.Language
Returns the name of the Language interface.
getName() - Method in class de.bensoft.acis.languages.BensoftEnglishWordNet
 
getName() - Method in class de.bensoft.acis.languages.BensoftGermanWiktionary
 
getName() - Method in class de.bensoft.acis.languages.Unified
 
getName() - Method in class de.bensoft.acis.server.User
Returns the name of the User.
getNicknames() - Method in class de.bensoft.acis.core.environment.UserInfo
Returns the nicknames.
getNormalForm() - Method in class de.bensoft.acis.core.language.Word
Returns the normal/base form of a word.
getPackage() - Method in class de.bensoft.acis.core.Action
A function which returns the ActionPackage the Action belongs to.
getPackageFilesDirectory() - Method in class de.bensoft.acis.core.ACIS
Returns the directory in which the packages containing actions are saved.
getParameter() - Method in class de.bensoft.acis.core.MatchResult
Returns the parsed Parameters including their values.
getParameterType() - Method in class de.bensoft.acis.core.Parameter
Returns the type of the Parameter.
getParts() - Method in class de.bensoft.acis.core.language.Sentence
Returns the input text split up at sentence separators.
getPassword() - Method in class de.bensoft.acis.server.User
Returns te password of the User.
getPostDelimiter() - Method in class de.bensoft.acis.core.ActionParameter
A function which returns the post-delimiter of the ActionParameter.
getPreDelimiter() - Method in class de.bensoft.acis.core.ActionParameter
A function which returns the pre-delimiter of the ActionParameter.
getPreferenceConfig() - Method in class de.bensoft.acis.utils.Preferences
Returns the used IOUtils.SavingConfig.
getPreferences() - Method in interface de.bensoft.acis.core.environment.PackageEnvironment
Returns the Preferences for this specific ActionPackage.
getResponse() - Method in class de.bensoft.acis.server.ServerContext.ServerContextResult
Returns the response text.
getRestrictedPaths() - Method in class de.bensoft.acis.server.User
Returns the restricted paths of the User.
getResultCode() - Method in class de.bensoft.acis.core.ActionResult
A function returning the ActionResultCode.
getRoute() - Method in class de.bensoft.acis.server.ServerContext
Returns the route under which the context is accessible.
getSavingConfig() - Method in class de.bensoft.acis.core.language.WordCache
Returns the used IOUtils.SavingConfig.
getScore() - Method in class de.bensoft.acis.core.MatchResult
Returns the achieved score.
getSentence(String) - Method in interface de.bensoft.acis.core.language.Language
Looks up information about a specific sentence (a row of words) and returns a Sentence Object.
getSentence(String) - Method in class de.bensoft.acis.languages.BensoftEnglishWordNet
 
getSentence(String) - Method in class de.bensoft.acis.languages.BensoftGermanWiktionary
 
getSentence(String) - Method in class de.bensoft.acis.languages.Unified
 
getSentenceObjects(Sentence) - Method in interface de.bensoft.acis.core.language.Language
Returns a SentenceObjectSet containing the SentenceObjects.
getSentenceObjects(Sentence) - Method in class de.bensoft.acis.languages.BensoftEnglishWordNet
 
getSentenceObjects(Sentence) - Method in class de.bensoft.acis.languages.BensoftGermanWiktionary
 
getSentenceObjects(Sentence) - Method in class de.bensoft.acis.languages.Unified
 
getStatusCode() - Method in class de.bensoft.acis.server.ServerContext.ServerContextResult
Returns the result status code.
getSurname() - Method in class de.bensoft.acis.core.environment.UserInfo
Returns the surname.
getSynonyms() - Method in class de.bensoft.acis.core.language.Word
Returns the synonyms of the word.
getSystem() - Method in class de.bensoft.acis.server.ServerContext
Returns the used ACIS system.
getSystemEnvironment() - Method in class de.bensoft.acis.core.ACIS
Returns the SystemEnvironment used by the system.
getSystemPreferences() - Method in class de.bensoft.acis.core.ACIS
Returns the systems Preferences.
getSystemProperties() - Method in interface de.bensoft.acis.core.environment.SystemEnvironment
Returns a SystemProperties Object containing some system properties.
getSystemStartupTime() - Method in class de.bensoft.acis.core.environment.SystemProperties
Returns the system startup time.
getText() - Method in class de.bensoft.acis.core.language.Sentence
Returns the whole input text including any parameter declarations.
getTextWithoutParams() - Method in class de.bensoft.acis.core.language.Sentence
Returns the input text with parameter declarations removed from it.
getTime() - Method in class de.bensoft.acis.core.ContextStackItem
Returns the time of execution.
getTimeCreated() - Method in class de.bensoft.acis.server.Session
Returns the time the session was created.
getTokenExpirationTime() - Method in class de.bensoft.acis.server.Server
Returns the expiration time of a token.
getTokenLength() - Method in class de.bensoft.acis.server.Server
Returns the token length.
getTrigger() - Method in class de.bensoft.acis.core.Action
A function which returns the trigger of the Action.
getType() - Method in class de.bensoft.acis.core.ActionParameter
A function which returns the type of the ActionParameter.
getType() - Method in class de.bensoft.acis.core.language.Sentence
Returns the type of the sentence.
getType() - Method in class de.bensoft.acis.core.language.Word
Returns the type of the word.
getTypedForm() - Method in class de.bensoft.acis.core.language.Word
Returns the form the word occurred in the input.
getTypedWords() - Method in class de.bensoft.acis.core.language.Sentence
Returns the input text without parameters split up at sentence separators.
getUser(String) - Method in class de.bensoft.acis.server.Server
Returns a User object.
getUserInfo() - Method in interface de.bensoft.acis.core.environment.SystemEnvironment
Returns a UserInfo Object which contains information about the user.
getUsername() - Method in class de.bensoft.acis.server.Session
Returns the name of the User.
getValue() - Method in class de.bensoft.acis.core.Parameter
Returns the value which was previously represented by the parameter declaration in the Action trigger.
getValuesForProperty(String) - Method in interface de.bensoft.acis.core.environment.VisualOutput
Returns the valid values to be used when calling VisualOutput.setProperty(String, Object).
getVersionCode() - Method in class de.bensoft.acis.core.environment.SystemProperties
Returns the version.
getVersionString() - Method in class de.bensoft.acis.core.environment.SystemProperties
Returns the version.
getVisualOutput() - Method in interface de.bensoft.acis.core.environment.SystemEnvironment
Returns the VisualOutput Object if available.
getWhats() - Method in class de.bensoft.acis.core.language.SentenceObjectSet
Returns the 'What' SentenceObjects.
getWhos() - Method in class de.bensoft.acis.core.language.SentenceObjectSet
Returns the 'Who' SentenceObjects.
getWord(String) - Method in interface de.bensoft.acis.core.language.Language
Looks up information about a specific word and returns a Word Object.
getWord(String) - Method in class de.bensoft.acis.languages.BensoftEnglishWordNet
 
getWord(String) - Method in class de.bensoft.acis.languages.BensoftGermanWiktionary
 
getWord(String) - Method in class de.bensoft.acis.languages.Unified
 
getWordCache() - Method in class de.bensoft.acis.core.ACIS
Returns the WordCache for the specific Language used in the system.
getWords() - Method in class de.bensoft.acis.core.language.Sentence
Returns the Words of the Sentence.
A B C D E F G H I L M N O P R S U V W 
Skip navigation links