Package | Description |
---|---|
classifierLibrary |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.hasMembers(Language s)
Checks the existence of subordinate Symbols in a given Language.
|
void |
StandardSituation.setLanguage(Language lang) |
void |
Situation.setLanguage(Language lang)
Sets the Language to be used for the Situation.
|
boolean |
Symbol.subsumes(Language m,
Symbol s)
Checks, wether a given Symbol is a subordinate to the instance in a given
Language.
|
Constructor and Description |
---|
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
|
TestSituation(Language l,
int Length) |