Package | Description |
---|---|
classifierLibrary |
Modifier and Type | Class and Description |
---|---|
class |
Language
Library classifierLibrary, Class LanguageCopyright by Klaus
Hufschlag 2004,2005,2006This file is part of the Generic Classifier
Library.
|
Modifier and Type | Method and Description |
---|---|
void |
SymbolSet.add(SymbolSet s)
Method for adding all Symbols of another SymbolSet to the set.
|
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.
|
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.
|