Uses of Class
classifierLibrary.Language

Packages that use Language
classifierLibrary   
 

Uses of Language in classifierLibrary
 

Methods in classifierLibrary that return Language
static Language Symbol.getAllSymbols()
          Returns a Language of all existing Symbols (i.e. returns the global / default Language).
 Language StandardSituation.getLanguage()
           
 Language Situation.getLanguage()
          getLanguageReturns the Language defined for the Situation.
 

Methods in classifierLibrary with parameters of type Language
 boolean Symbol.hasMembers(Language s)
          Checks the existence of subordinate Symbols in a given Language.
 void Symbol.addMember(Language m, Symbol s)
          Makes a given Symbol a subordinate of the instance in a given language.
 void Symbol.addMember(Language m, SymbolSet s)
          Makes a given Set of Symbols a subordinate to the instance in a given language.
 boolean Symbol.subsumes(Language m, Symbol s)
          Checks, wether a given Symbol is a subordinate to the instance in a given Language.
 void StandardSituation.setLanguage(Language lang)
           
 void Situation.setLanguage(Language lang)
          Sets the Language to be used for the Situation.
 

Constructors in classifierLibrary with parameters of type Language
StandardSituation(Language l, int Length)
          Constructor, creates a string-like sequence of Symbols, with given language and lenght, initializes all places in sequence with the default symbol of the language