Uses of Class
classifierLibrary.Symbol

Packages that use Symbol
classifierLibrary   
 

Uses of Symbol in classifierLibrary
 

Methods in classifierLibrary that return Symbol
 Symbol SymbolSet.symbolByName(java.lang.String Name)
          Returns a Symbol given by its Name, if contained in the instance.
 Symbol SymbolSet.randomSymbol()
          Returns a randomly selected Symbol contained in the instance.
 Symbol SymbolSet.getDefault()
          Returns the default-Symbol of the instance.
static Symbol Symbol.byName(java.lang.String name)
          Returns any Symbol-Instance given his name.
 Symbol StandardSituation.getElement(int position)
          Returns the Symbol at a given position in the Situation/sequence.
 

Methods in classifierLibrary with parameters of type Symbol
 void SymbolSet.add(Symbol s)
          Method for adding a Symbol to the set.
 boolean SymbolSet.contains(Symbol s)
          Checks, whether a given Symbol is contained in the set.
 void SymbolSet.remove(Symbol s)
          Removes a Symbol from the set.
 void SymbolSet.setDefault(Symbol s)
          Method to define a Symbol as default-Symbol of the instance.
 void Symbol.addMember(Language m, Symbol s)
          Makes a given Symbol a subordinate of the instance in a given language.
 void Symbol.addMember(Symbol s)
          Makes a given Symbol a subordinate of the instance in the global / default language.
 boolean Symbol.subsumes(Language m, Symbol s)
          Checks, wether a given Symbol is a subordinate to the instance in a given Language.
 boolean Symbol.subsumes(Symbol s)
          Checks, wether a given Symbol is a subordinate to the instance in the global / default Language.
 void StandardSituation.setElement(int Position, Symbol Symbol)
          Sets the Element of the Situation/sequence at given position to the given Symbol.
 void Language.add(Symbol s, Symbol parent)
          Adds a Symbol to a set, as a subordinate to a parent.
 void Language.addMultiSymbols(java.lang.String[] names, Symbol parent)
          Adds Symbols following a list of names to the instance.
 void Language.remove(Symbol s)
           
 boolean Language.checkRel(Symbol parent, Symbol child)
          Checks wether the an element given as parent is really Funktion prüft, ob das als superordinate to the symbol given as child.
 java.util.ArrayList Language.getChildren(Symbol s)
          Returns all child elements of a given Symbol as defined in this Language.