Uses of Class
classifierLibrary.SymbolSet

Packages that use SymbolSet
classifierLibrary   
 

Uses of SymbolSet in classifierLibrary
 

Subclasses of SymbolSet in classifierLibrary
 class Language
          Library classifierLibrary, Class LanguageCopyright by Klaus Hufschlag 2004,2005,2006This file is part of the Generic Classifier Library.
 

Methods in classifierLibrary with parameters of type SymbolSet
 void SymbolSet.add(SymbolSet s)
          Method for adding all Symbols of another SymbolSet to the set.
 boolean SymbolSet.contains(SymbolSet s)
          Checks, whether a given SymbolSet is a subset of the set.
 void SymbolSet.remove(SymbolSet s)
          Removes a Set of Symbols from the instance.
 void Symbol.addMember(Language m, SymbolSet s)
          Makes a given Set of Symbols a subordinate to the instance in a given language.
 void Symbol.addMember(SymbolSet s)
          Makes a given Set of Symbols a subordinate to the instance in the global / default language.