A B C D E F G H I K L M N O P R S T V W 

A

AbstractWordTokenizerImpl - Class in de.uni_leipzig.asv.utils.tokenizer
 
AbstractWordTokenizerImpl() - Constructor for class de.uni_leipzig.asv.utils.tokenizer.AbstractWordTokenizerImpl
Creates a new instance of AbstractWordTokenizerImpl
accept(File) - Method in class de.uni_leipzig.asv.util.commonFileChooser.ExtensionFileFilter
Checks if the file you have entered is valid to your file extensions
actionPerformed(ActionEvent) - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox.SwitchToModuleAction
 
activated() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
activated() - Method in class de.uni_leipzig.asv.toolbox.welcomePanel.WelcomePanel
 
add(Object) - Method in class de.uni_leipzig.asv.utils.Consumer
 
addData(Vector) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTable
Adds a Vector with data (String[]-array) to the table - used when the table was modified.
Use createTable before you addData.
addData(Vector) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTableTest
 
addExtension(String) - Method in class de.uni_leipzig.asv.util.commonFileChooser.CommonFileChooser
Adds an extension to the extension-filter.
addExtension(String) - Method in class de.uni_leipzig.asv.util.commonFileChooser.ExtensionFileFilter
adds an extension to search for, when you start a open or save dialog
addModule(ToolboxModule) - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
Add a module to the toolbar
addQuery(String, String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Adds a query to the queryfile
addRow(String[]) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTable
This method can add a single row to the table.
appendFile(String) - Method in class de.uni_leipzig.asv.util.VectorNameTable
 
ASCENDING - Static variable in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
ASSIGNMENT - Static variable in class de.uni_leipzig.asv.utils.IniFile
 

B

BrowserControl - Class in de.uni_leipzig.asv.utils
This is the Browser Control.
BrowserControl() - Constructor for class de.uni_leipzig.asv.utils.BrowserControl
 

C

changeQueryFile(String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This methods loads a new queryfile, if neccesary.
changeQueryFileCatched(String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This methods loads a new queryfile, if neccesary.
classDistribution(String) - Method in class de.uni_leipzig.asv.utils.Pretree
 
classify(String) - Method in class de.uni_leipzig.asv.utils.Pretree
 
clearExtensions() - Method in class de.uni_leipzig.asv.util.commonFileChooser.CommonFileChooser
Deletes all extensions from the extension-filter.
clearExtensions() - Method in class de.uni_leipzig.asv.util.commonFileChooser.ExtensionFileFilter
removes all extensions and prepare to create new
closeCon() - Method in class de.uni_leipzig.asv.util.commonDB.DBFunctions
This method finally closes the connection to a DB.
closeOutput() - Method in interface de.uni_leipzig.asv.utils.IOInterface
simply close the outputfile you must call this method before the program terminates
closeOutput() - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
columns - Variable in class de.uni_leipzig.asv.util.commonTable.CommonTable
 
COMMENT - Static variable in class de.uni_leipzig.asv.utils.IniFile
 
Commit() - Method in class de.uni_leipzig.asv.util.commonDB.DBFunctions
This method is to commit statements, when you've swiched of the auto-commit.
CommonDB - Class in de.uni_leipzig.asv.util.commonDB
This class is to define a common quasi-standardized access on a DB, the user can spezifie in a 'queryfile'.
CommonDB(String, String, String, String, boolean, String, boolean) - Constructor for class de.uni_leipzig.asv.util.commonDB.CommonDB
A standard Constructor, which uses MySQL per default.
It establishes a connection to a Database and load the queryfile.
CommonDB(String, String, String, String, boolean, boolean) - Constructor for class de.uni_leipzig.asv.util.commonDB.CommonDB
A standard Constructor, which uses MySQL per default.
It establishes a connection to a Database and load the queryfile.
CommonDB(String, String, String, String, String, boolean, String, boolean) - Constructor for class de.uni_leipzig.asv.util.commonDB.CommonDB
This constructor establishes a connection to a Database and loads the queryfile.
CommonDB(String, String, String, String, String, boolean, boolean) - Constructor for class de.uni_leipzig.asv.util.commonDB.CommonDB
This constructor establishes a connection to a Database and loads the queryfile.
CommonDB(DBConnection, String, boolean, boolean) - Constructor for class de.uni_leipzig.asv.util.commonDB.CommonDB
This constructor establishes a connection to a Database and loads the queryfile.
CommonDB(DBConnection, String, boolean) - Constructor for class de.uni_leipzig.asv.util.commonDB.CommonDB
This constructor establishes a connection to a Database and loads the queryfile.
CommonDBTest - Class in de.uni_leipzig.asv.util.commonDB
 
CommonDBTest() - Constructor for class de.uni_leipzig.asv.util.commonDB.CommonDBTest
 
CommonFileChooser - Class in de.uni_leipzig.asv.util.commonFileChooser
This class is to define a quasi standardized JFileChooser, so the look-and-feel will be always the same.
CommonFileChooser(String[], String) - Constructor for class de.uni_leipzig.asv.util.commonFileChooser.CommonFileChooser
This constructor creates the JFileChooser and the Extension-Filter.
CommonTable - Class in de.uni_leipzig.asv.util.commonTable
This class is to specifie an standardized JTable includet in an JScrollPane.
CommonTable() - Constructor for class de.uni_leipzig.asv.util.commonTable.CommonTable
Standart constructor for this class.
CommonTable(String[], Vector) - Constructor for class de.uni_leipzig.asv.util.commonTable.CommonTable
Standart constructor which creates a JScrollPane and a sortable JTable.
commonTable - Variable in class de.uni_leipzig.asv.util.commonTable.CommonTable
 
CommonTableTest - Class in de.uni_leipzig.asv.util.commonTable
 
CommonTableTest() - Constructor for class de.uni_leipzig.asv.util.commonTable.CommonTableTest
This is the default constructor
COMPARABLE_COMAPRATOR - Static variable in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
connection - Variable in class de.uni_leipzig.asv.utils.DBConnection
The real connection around which this class is wrapped
Consumer - Class in de.uni_leipzig.asv.utils
 
Consumer() - Constructor for class de.uni_leipzig.asv.utils.Consumer
 
createFrame() - Static method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
Create a frame for SwingSet2 to reside in if brought up as an application.
createImageIcon(String) - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
Creates an icon from an image
createImageIcon(String) - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
createSplashScreen() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
Show the splash screen while the rest of the program loads
createTable(String[], Vector) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTable
A method that creates a JScrollPane and a sortable JTable, if not done via the constructor.
createTable(String[], Vector) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTableTest
 

D

DBConnection - Class in de.uni_leipzig.asv.util.commonDB
This class is a placeholder for the DB-connectivity data.
DBConnection() - Constructor for class de.uni_leipzig.asv.util.commonDB.DBConnection
 
DBConnection - Class in de.uni_leipzig.asv.utils
This class represents a connection to a DB and can receive and process queries.
DBConnection(String, String, String) - Constructor for class de.uni_leipzig.asv.utils.DBConnection
Construct an instance of this Object which can then execute queries on the DB
DBFunctions - Class in de.uni_leipzig.asv.util.commonDB
This class organizes the DB specific Functions.
DBFunctions(String, String, String, String, boolean) - Constructor for class de.uni_leipzig.asv.util.commonDB.DBFunctions
This default constructor establishes a connection to a DB.
de.uni_leipzig.asv.toolbox.toolboxGui - package de.uni_leipzig.asv.toolbox.toolboxGui
 
de.uni_leipzig.asv.toolbox.welcomePanel - package de.uni_leipzig.asv.toolbox.welcomePanel
 
de.uni_leipzig.asv.util - package de.uni_leipzig.asv.util
 
de.uni_leipzig.asv.util.commonDB - package de.uni_leipzig.asv.util.commonDB
 
de.uni_leipzig.asv.util.commonFileChooser - package de.uni_leipzig.asv.util.commonFileChooser
 
de.uni_leipzig.asv.util.commonTable - package de.uni_leipzig.asv.util.commonTable
 
de.uni_leipzig.asv.utils - package de.uni_leipzig.asv.utils
 
de.uni_leipzig.asv.utils.tokenizer - package de.uni_leipzig.asv.utils.tokenizer
 
Debugger - Class in de.uni_leipzig.asv.utils
Debugger class to be able to switch on or off debugging messages.
Debugger() - Constructor for class de.uni_leipzig.asv.utils.Debugger
Hidden away
deleteSelected() - Method in class de.uni_leipzig.asv.util.commonTable.CommonTable
This method remove the selected rows in the JTable.
deleteSelected() - Method in class de.uni_leipzig.asv.util.commonTable.CommonTableTest
 
DESCENDING - Static variable in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
detectSequenceOfDot(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
displayURL(String) - Static method in class de.uni_leipzig.asv.utils.BrowserControl
Display a file in the system browser.
DoNothingWordTokenizerImpl - Class in de.uni_leipzig.asv.utils.tokenizer
Using external tokenized text you should use the tokenizer which don't apply any tokenizer rule to a sentence.
DoNothingWordTokenizerImpl() - Constructor for class de.uni_leipzig.asv.utils.tokenizer.DoNothingWordTokenizerImpl
Creates a new instance of DoNothingWordTokenizerImpl

E

entries - Variable in class de.uni_leipzig.asv.utils.IniFile
A double Hashtable containing the structure and values of the file
entries - Variable in class de.uni_leipzig.asv.utils.IniReader
 
entries - Variable in class de.uni_leipzig.asv.utils.IniWriter
A double Hashtable containing the structure of the file
ErrorDialog - Class in de.uni_leipzig.asv.util.commonDB
This class organizes the Errors and displayes them on screen.
ErrorDialog(JFrame, String) - Constructor for class de.uni_leipzig.asv.util.commonDB.ErrorDialog
constructor with parent Frame and one line
ErrorDialog(JFrame, String, String) - Constructor for class de.uni_leipzig.asv.util.commonDB.ErrorDialog
constructor with parent Frame and two lines
ErrorDialog(String, String) - Constructor for class de.uni_leipzig.asv.util.commonDB.ErrorDialog
constructor with two lines
ErrorDialog - Class in de.uni_leipzig.asv.utils
This class organizes the Errors and displayes them on screen.
ErrorDialog(JFrame, String) - Constructor for class de.uni_leipzig.asv.utils.ErrorDialog
constructor with parent Frame and one line
ErrorDialog(JFrame, String, String) - Constructor for class de.uni_leipzig.asv.utils.ErrorDialog
constructor with parent Frame and two lines
ErrorDialog(String, String) - Constructor for class de.uni_leipzig.asv.utils.ErrorDialog
constructor with two lines
execQuery(String) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
execStmt(String) - Method in class de.uni_leipzig.asv.util.commonDB.DBFunctions
This method is used for querys which returns a result, like the SELECT statements
execute(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.AbstractWordTokenizerImpl
 
execute(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.DoNothingWordTokenizerImpl
 
execute(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
executePartOfAQueryWithResults(String, Vector, int, int, String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Executes a query on a DB, that will return a result (SELECTs).
Very similar to the executeQueryWithResults-method, but:
Returns only a part of the data (useful for guge DBs)

Attention: To get all, including the very last entry of the table, you have to add 1 to the endPosition!
But not during the normal run, only at the very last one!
executePartOfAQueryWithResults_ResultSet(String, Vector, int, int, String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Executes a query on a DB, that will return a result (SELECTs).
Very similar to the executeQueryWithResults-method, but:
Returns only a part of the data (useful for guge DBs)

Attention: To get all, including the very last entry of the table, you have to add 1 to the endPosition!
But not during the normal run, only at the very last one!
executePartOfAQueryWithResults_ResultSetCatched(String, Vector, int, int, String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Executes a query on a DB, that will return a result (SELECTs).
Very similar to the executeQueryWithResults-method, but:
Returns only a part of the data (useful for guge DBs)

Attention: To get all, including the very last entry of the table, you have to add 1 to the endPosition!
But not during the normal run, only at the very last one!
executePartOfAQueryWithResultsCatched(String, Vector, int, int, String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Executes a query on a DB, that will return a result (SELECTs).
Very similar to the executeQueryWithResults-method, but:
Returns only a part of the data (useful for guge DBs)

Attention: To get all, including the very last entry of the table, you have to add 1 to the endPosition!
But not during the normal run, only at the very last one!
executeQuery(String) - Method in class de.uni_leipzig.asv.utils.DBConnection
Returns a String array containing the resulting table from the query, null if there was some problem with the query.
executeQueryWithoutResults(String, Vector) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Executes a query on a DB, that will not return any results (such as INSERTS, and so on).
executeQueryWithoutResultsCatched(String, Vector) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Executes a query on a DB, that will not return any results (such as INSERTS, and so on).
executeQueryWithResults(String, Vector) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Executes a query on a DB, that will return a result (SELECTs).
executeQueryWithResults_ResultSet(String, Vector) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Executes a query on a DB, that will return a result (SELECTs).
executeQueryWithResults_ResultSetCatched(String, Vector) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Executes a query on a DB, that will return a result (SELECTs).
executeQueryWithResultsCatched(String, Vector) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Executes a query on a DB, that will return a result (SELECTs).
executeUpdate(String) - Method in class de.uni_leipzig.asv.utils.DBConnection
 
existsKeyPair(String, String) - Method in class de.uni_leipzig.asv.utils.IniFile
Tests whtether this inifile contains a value with the given Keypair
EXPLIZIT_CUT - Variable in class de.uni_leipzig.asv.utils.tokenizer.AbstractWordTokenizerImpl
 
ExtensionFileFilter - Class in de.uni_leipzig.asv.util.commonFileChooser
 
ExtensionFileFilter() - Constructor for class de.uni_leipzig.asv.util.commonFileChooser.ExtensionFileFilter
 

F

FALSE - Static variable in class de.uni_leipzig.asv.utils.Options
 
file - Variable in class de.uni_leipzig.asv.utils.IniFile
The file which was used to read the information and which is then used to write changes
file - Variable in class de.uni_leipzig.asv.utils.IniReader
 
file - Variable in class de.uni_leipzig.asv.utils.IniWriter
The filename which was used to read the information
fileLines - Variable in class de.uni_leipzig.asv.utils.IniWriter
The lines in the file previously

G

get() - Method in class de.uni_leipzig.asv.utils.Consumer
returns the next element of the FIFO
getAllEntriesString() - Method in class de.uni_leipzig.asv.utils.Pretree
gives all entries; each line: entry tab classes;
getColumnClass(int) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
getColumnCount() - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
getColumnName(int) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
getComparator(int) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
getConDriver() - Method in class de.uni_leipzig.asv.utils.Options
 
getConnection() - Method in class de.uni_leipzig.asv.util.commonDB.DBFunctions
 
getConPasswd() - Method in class de.uni_leipzig.asv.utils.Options
Returns the password after checking whether the inifile contained it.
getConsumer() - Method in class de.uni_leipzig.asv.utils.Producer
 
getConUrl() - Method in class de.uni_leipzig.asv.utils.Options
Returns the url after checking whether the inifile contained it.
getConUser() - Method in class de.uni_leipzig.asv.utils.Options
Returns the username after checking whether the inifile contained it.
getDbURL() - Method in class de.uni_leipzig.asv.util.commonDB.DBConnection
 
getDescription() - Method in class de.uni_leipzig.asv.util.commonFileChooser.ExtensionFileFilter
Returns the actual description for your preselected file extensions.
getDisClusterThreshold() - Method in class de.uni_leipzig.asv.utils.Options
 
getDisKollokationenPerStep() - Method in class de.uni_leipzig.asv.utils.Options
 
getDisLastWord() - Method in class de.uni_leipzig.asv.utils.Options
 
getDisMaxKollokationen() - Method in class de.uni_leipzig.asv.utils.Options
 
getDisMaxRuns() - Method in class de.uni_leipzig.asv.utils.Options
 
getDisMinSignifikanz() - Method in class de.uni_leipzig.asv.utils.Options
 
getDisMinWordNr() - Method in class de.uni_leipzig.asv.utils.Options
 
getDisQueryKollokationen() - Method in class de.uni_leipzig.asv.utils.Options
 
getDriverClass() - Method in class de.uni_leipzig.asv.util.commonDB.DBConnection
 
getExact - Static variable in class de.uni_leipzig.asv.utils.Pretree
 
getFileName() - Method in class de.uni_leipzig.asv.utils.IniFile
Returns the name of the file which is associated with this instance of IniFile
getFillThreshold() - Method in class de.uni_leipzig.asv.utils.Consumer
 
getGenDebugLevel() - Method in class de.uni_leipzig.asv.utils.Options
Returns the input file from where sachgebiete are to be read
getGenOutputFile() - Method in class de.uni_leipzig.asv.utils.Options
Returns the input file from where sachgebiete are to be read
getGenQueryAnchor() - Method in class de.uni_leipzig.asv.utils.Options
 
getGenQueryFrequency() - Method in class de.uni_leipzig.asv.utils.Options
 
getGenQueryNumber2Word() - Method in class de.uni_leipzig.asv.utils.Options
 
getGenQueryWord2Number() - Method in class de.uni_leipzig.asv.utils.Options
 
getGenShowClusteringCoeff() - Method in class de.uni_leipzig.asv.utils.Options
 
getGenStopwortFile() - Method in class de.uni_leipzig.asv.utils.Options
Returns the input file from where sachgebiete are to be read
getGenUseOutputFile() - Method in class de.uni_leipzig.asv.utils.Options
 
getGenUseStopwortFile() - Method in class de.uni_leipzig.asv.utils.Options
 
getHeaderRendererIcon(int, int) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
getHighestPrimaryKey(String, String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Returns the highest number of an primary key - you can see, that this method needs an integer or so as a primary key.
getHighestPrimaryKeyCatched(String, String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Returns the highest number of an primary key - you can see, that this method needs an integer or so as a primary key.
getIcon() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
getIcon() - Method in class de.uni_leipzig.asv.toolbox.welcomePanel.WelcomePanel
 
getIgnoreCase() - Method in class de.uni_leipzig.asv.utils.Pretree
 
getInstance() - Static method in class de.uni_leipzig.asv.utils.Debugger
Makes sure there is always just one instance of Debugger
getInstance() - Static method in class de.uni_leipzig.asv.utils.Options
 
getInterval() - Method in class de.uni_leipzig.asv.utils.Producer
 
getIsSwing() - Method in class de.uni_leipzig.asv.util.commonDB.DBFunctions
 
getLastIndex() - Method in class de.uni_leipzig.asv.utils.Consumer
 
getLineIterator() - Method in interface de.uni_leipzig.asv.utils.IOInterface
returns the IOIterator to iterate over file data
getLineIterator() - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
getLower - Static variable in class de.uni_leipzig.asv.utils.Pretree
 
getLowestPrimaryKey(String, String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Very similiar to the getMaxCountOfRowsInTableByPrimaryKey-method.
But: This method returns the lowest value.
getLowestPrimaryKeyCatched(String, String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Very similiar to the getMaxCountOfRowsInTableByPrimaryKey-method.
But: This method returns the lowest value.
getMinWordFreq() - Method in class de.uni_leipzig.asv.utils.Options
 
getMnemonic() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
getMnemonic() - Method in class de.uni_leipzig.asv.toolbox.welcomePanel.WelcomePanel
 
getModulePanel() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
getModulePanel() - Method in class de.uni_leipzig.asv.toolbox.welcomePanel.WelcomePanel
 
getName() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
getName() - Method in class de.uni_leipzig.asv.toolbox.welcomePanel.WelcomePanel
 
getNrOfClasses() - Method in class de.uni_leipzig.asv.utils.Pretree
zaehlt Anzahl verschiedener Klassen im Baum
getNrOfNodes() - Method in class de.uni_leipzig.asv.utils.Pretree
zaehlt Anzahl Blaetter im Baum, bei einem geprunetem Baum Anzahl der repraesentierten, nicht die wirkliche Anzahl Blaetter des Restbaumes
getParaLastWord() - Method in class de.uni_leipzig.asv.utils.Options
 
getParaMaxKollokationen() - Method in class de.uni_leipzig.asv.utils.Options
 
getParaMinSecondarySignifikanz() - Method in class de.uni_leipzig.asv.utils.Options
 
getParaMinSignifikanz() - Method in class de.uni_leipzig.asv.utils.Options
 
getParaMinWordNr() - Method in class de.uni_leipzig.asv.utils.Options
 
getParaQueryDisambig() - Method in class de.uni_leipzig.asv.utils.Options
 
getParaQueryKollokationen() - Method in class de.uni_leipzig.asv.utils.Options
 
getParentFrame() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
 
getPassWd() - Method in class de.uni_leipzig.asv.util.commonDB.DBConnection
 
getPreparedStmt(String) - Method in class de.uni_leipzig.asv.util.commonDB.DBFunctions
If you want to use prepared statements instead of ordinary statements you can create one.
getPrimaryKey(String) - Method in class de.uni_leipzig.asv.utils.IniFile
Returns a Hashtable containing all the entries belonging to the given primary key
getPrimaryKeyName(String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Returns the Primary Key to a given table on the DB, that this object has a connection to.
getPrimaryKeyNameCatched(String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Returns the Primary Key to a given table on the DB, that this object has a connection to.
getPrimaryKeys() - Method in class de.uni_leipzig.asv.utils.IniFile
Returns the whole Hashtable
getPrimaryKeys() - Method in class de.uni_leipzig.asv.utils.IniReader
Returns the whole Hashtable
getProbabilityForClass(String, String) - Method in class de.uni_leipzig.asv.utils.Pretree
 
getProbabilityForClass_string(String, String) - Method in class de.uni_leipzig.asv.utils.Pretree
 
getQuery(String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Returns the query to a given key.
getQueryFileName() - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This method returns the name/path of the queryfile.
getReEncodeType() - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This methods returns the actual re-encoding Type.
getReverse() - Method in class de.uni_leipzig.asv.utils.Pretree
 
getRowCount() - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
getSachDisStepsPerWord() - Method in class de.uni_leipzig.asv.utils.Options
 
getSachMaxDefiningWords() - Method in class de.uni_leipzig.asv.utils.Options
 
getSachQuerySachgebiete() - Method in class de.uni_leipzig.asv.utils.Options
 
getSachQuerySachNr() - Method in class de.uni_leipzig.asv.utils.Options
 
getSortingStatus(int) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
getStandardizedString(String, String, boolean) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
 
getStandardizedStringCatched(String, String, boolean) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Use this method if you have UTF-8 encoded Strings which a stored in a DB via ISO-LATIN-1 (ISO-8859-1).
That means, this method will give you the UTF-8 String back, which was automatically ISO encoded by the DB.
getTableData() - Method in class de.uni_leipzig.asv.util.commonTable.CommonTable
This methods returns the data of the JTable.
getTableData() - Method in class de.uni_leipzig.asv.util.commonTable.CommonTableTest
 
getTableHeader() - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
getTableModel() - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
getThresh() - Method in class de.uni_leipzig.asv.utils.Pretree
 
getToolTip() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
getToolTip() - Method in class de.uni_leipzig.asv.toolbox.welcomePanel.WelcomePanel
 
getTriMaxKollokationen() - Method in class de.uni_leipzig.asv.utils.Options
 
getTriMaxRecursion() - Method in class de.uni_leipzig.asv.utils.Options
 
getTriMinRecursion() - Method in class de.uni_leipzig.asv.utils.Options
 
getTriMinSignifikanz() - Method in class de.uni_leipzig.asv.utils.Options
 
getTriMinWordNr() - Method in class de.uni_leipzig.asv.utils.Options
 
getTriQueryKollokationen() - Method in class de.uni_leipzig.asv.utils.Options
 
getUpper - Static variable in class de.uni_leipzig.asv.utils.Pretree
 
getUserID() - Method in class de.uni_leipzig.asv.util.commonDB.DBConnection
 
getValue(String, String) - Method in class de.uni_leipzig.asv.utils.IniFile
Returns the required value of the given primary key
getValueAt(int, int) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
getWhiteSpaceBeforeDot(int, String) - Method in class de.uni_leipzig.asv.utils.tokenizer.AbstractWordTokenizerImpl
 
getWhitespacePositions(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.AbstractWordTokenizerImpl
 
getWTool() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
giveReason(String) - Method in class de.uni_leipzig.asv.utils.Pretree
 

H

hasNext() - Method in class de.uni_leipzig.asv.utils.IOIterator
 
hasNext() - Method in interface de.uni_leipzig.asv.utils.IOIteratorInterface
returns true if more data available
header - Variable in class de.uni_leipzig.asv.util.commonTable.CommonTable
 
hideSplash() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
destroy splash screen

I

ImprovedWordTokenizer - Class in de.uni_leipzig.asv.utils.tokenizer
 
ImprovedWordTokenizer() - Constructor for class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
Creates a new instance of DefaultWordTokenizer
INI_CONNECTION - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_CONNECTION_DRIVER - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_CONNECTION_DRIVER_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_CONNECTION_PASS - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_CONNECTION_PASS_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_CONNECTION_URL - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_CONNECTION_URL_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_CONNECTION_USER - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_CONNECTION_USER_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_CLUSTERTHRESHOLD - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_CLUSTERTHRESHOLD_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_KOLLOKATIONENPERSTEP - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_KOLLOKATIONENPERSTEP_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_LASTWORD - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_LASTWORD_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_MAXKOLLOKATIONEN - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_MAXKOLLOKATIONEN_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_MAXRUNS - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_MAXRUNS_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_MINSIGNIFIKANZ - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_MINSIGNIFIKANZ_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_MINWORDNR - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_MINWORDNR_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_QUERYKOLLOKATIONEN - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_DISAMBIGUATOR_QUERYKOLLOKATIONEN_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_DEBUGLEVEL - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_DEBUGLEVEL_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_NUMBER2WORD - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_NUMBER2WORD_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_OUTPUTFILE - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_OUTPUTFILE_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_QUERYANCHOR - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_QUERYANCHOR_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_QUERYFREQUENCY - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_QUERYFREQUENCY_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_SHOWCLUSTERINGCOEFF - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_SHOWCLUSTERINGCOEFF_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_STOPWORTFILE - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_STOPWORTFILE_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_USEOUTPUTFILE - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_USEOUTPUTFILE_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_USESTOPWORTFILE - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_USESTOPWORTFILE_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_WORD2NUMBER - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_GENERAL_WORD2NUMBER_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_LASTWORD - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_LASTWORD_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_MAXKOLLOKATIONEN - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_MAXKOLLOKATIONEN_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_MINSECONDARYSIGNIFIKANZ - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_MINSECONDARYSIGNIFIKANZ_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_MINSIGNIFIKANZ - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_MINSIGNIFIKANZ_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_MINWORDNR - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_MINWORDNR_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_QUERYDISAMBIG - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_QUERYDISAMBIG_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_QUERYKOLLOKATIONEN - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_PARASYNTAGMA_QUERYKOLLOKATIONEN_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE_DISSTEPSPERWORD - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE_DISSTEPSPERWORD_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE_MAXDEFININGWORDS - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE_MAXDEFININGWORDS_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE_MINWORDFREQ - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE_MINWORDFREQ_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE_QUERYSACHGEBIETE - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE_QUERYSACHGEBIETE_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE_QUERYSACHGEBIETSNUMMER - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_SACHGEBIETE_QUERYSACHGEBIETSNUMMER_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_MAXKOLLOKATIONEN - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_MAXKOLLOKATIONEN_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_MINSIGNIFIKANZ - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_MINSIGNIFIKANZ_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_MINWORDNR - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_MINWORDNR_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_QUERYKOLLOKATIONEN - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_QUERYKOLLOKATIONEN_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_TRIMAXRECURSION - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_TRIMAXRECURSION_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_TRIMINRECURSION - Static variable in class de.uni_leipzig.asv.utils.Options
 
INI_TRIGRAM_TRIMINRECURSION_DEFAULT - Static variable in class de.uni_leipzig.asv.utils.Options
 
IniFile - Class in de.uni_leipzig.asv.utils
An IniFile is a cache which reads some specified file of the given format.
IniFile() - Constructor for class de.uni_leipzig.asv.utils.IniFile
Default constructor, don't use it, as instances without a filename are senseless
IniFile(File) - Constructor for class de.uni_leipzig.asv.utils.IniFile
Convenience constructor
IniFile(String) - Constructor for class de.uni_leipzig.asv.utils.IniFile
Creates an instance of the IniReader and reads the file, thus cashing the data
IniReader - Class in de.uni_leipzig.asv.utils
This class reads file for the IniFile class.

# Format of Inifiles should look like this:

# comment

[PRIMARY_KEY]
SECONDARY_KEY_1=value
SECONDARY_KEY_2=value
IniReader(File) - Constructor for class de.uni_leipzig.asv.utils.IniReader
Convenience constructor
IniReader(String) - Constructor for class de.uni_leipzig.asv.utils.IniReader
Creates an instance of the IniReader and reads the file, thus cashing the data
IniWriter - Class in de.uni_leipzig.asv.utils
An IniWriter is created with a reference to a Reader.
IniWriter(IniFile) - Constructor for class de.uni_leipzig.asv.utils.IniWriter
Creates an instance of the IniReader and reads the file, thus cashing the data
inputEncoding - Static variable in interface de.uni_leipzig.asv.utils.IOInterface
file input encoding
inputseparator - Static variable in interface de.uni_leipzig.asv.utils.IOInterface
file input separator
insert(VectorNameTable) - Method in class de.uni_leipzig.asv.util.VectorNameTable
 
insertStmt(String) - Method in class de.uni_leipzig.asv.util.commonDB.DBFunctions
This method can perform queries which havn't a result, such as INSERT statements.
IOInterface - Interface in de.uni_leipzig.asv.utils
 
IOIterator - Class in de.uni_leipzig.asv.utils
 
IOIterator(Producer) - Constructor for class de.uni_leipzig.asv.utils.IOIterator
 
IOIterator(LineNumberReader, String, int) - Constructor for class de.uni_leipzig.asv.utils.IOIterator
 
IOIteratorException - Exception in de.uni_leipzig.asv.utils
 
IOIteratorInterface - Interface in de.uni_leipzig.asv.utils
 
IOWrapper - Class in de.uni_leipzig.asv.utils
 
IOWrapper() - Constructor for class de.uni_leipzig.asv.utils.IOWrapper
 
IOWrapperException - Exception in de.uni_leipzig.asv.utils
 
isCellEditable(int, int) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
isConnected() - Method in class de.uni_leipzig.asv.utils.DBConnection
 
isEmpty() - Method in class de.uni_leipzig.asv.utils.Consumer
 
isEOF() - Method in class de.uni_leipzig.asv.utils.Consumer
 
isLinuxPlatform() - Static method in class de.uni_leipzig.asv.utils.BrowserControl
Try to determine whether this application is running under Linux or some other platform by examing the "os.name" property.
isNumber(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
isReEncode() - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This method shows you the actual state of the reEncode variable.
True: The Strings have to be re-encoded.
False: There's no need for re-encoding.
isSequenceOfDot(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
isShowQueries() - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
Returns the status of the attribute, that allows to show the queries, when the queryfile is changed...
isSorting() - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
isSwing() - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This method shows you the bool value of the isSwing variable.
isWindowsPlatform() - Static method in class de.uni_leipzig.asv.utils.BrowserControl
Try to determine whether this application is running under Windows or some other platform by examing the "os.name" property.

K

keySet() - Method in class de.uni_leipzig.asv.utils.Pretree
gives the key set of the pretree

L

launch_browser(String) - Static method in class de.uni_leipzig.asv.utils.BrowserControl
launch the browser, needed to execute this class
LEXICAL_COMPARATOR - Static variable in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
load(String) - Method in class de.uni_leipzig.asv.utils.Pretree
 
loadDB(DBConnection, String) - Method in class de.uni_leipzig.asv.util.VectorNameTable
 
loadFile(String) - Method in class de.uni_leipzig.asv.util.VectorNameTable
 

M

main(String[]) - Static method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
 
main(String[]) - Static method in class de.uni_leipzig.asv.util.commonDB.CommonDBTest
 
main(String[]) - Static method in class de.uni_leipzig.asv.util.commonTable.CommonTableTest
 
main(String[]) - Static method in class de.uni_leipzig.asv.utils.DBConnection
 
main(String[]) - Static method in class de.uni_leipzig.asv.utils.IOWrapper
 
main(String[]) - Static method in class de.uni_leipzig.asv.utils.Pretree
 
main(String[]) - Static method in class de.uni_leipzig.asv.utils.TestTree
 
main(String[]) - Static method in class de.uni_leipzig.asv.utils.TrainTree
 
MAX_LEVEL - Static variable in class de.uni_leipzig.asv.utils.Debugger
 
MED_LEVEL - Static variable in class de.uni_leipzig.asv.utils.Debugger
 
MIN_LEVEL - Static variable in class de.uni_leipzig.asv.utils.Debugger
 
modelIndex(int) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
moduleBounds - Static variable in class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
modulePanelBounds - Static variable in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
 
moduleSize - Static variable in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
 
moduleSize - Static variable in class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 

N

needsNumberSplit(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
needsSplit(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
next() - Method in class de.uni_leipzig.asv.utils.IOIterator
 
next() - Method in interface de.uni_leipzig.asv.utils.IOIteratorInterface
returns a String[] for every entry in file/database
NOT_SORTED - Static variable in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
NUL_LEVEL - Static variable in class de.uni_leipzig.asv.utils.Debugger
 

O

objAbbrevList - Variable in class de.uni_leipzig.asv.utils.tokenizer.AbstractWordTokenizerImpl
 
Options - Class in de.uni_leipzig.asv.utils
Represents the options for the program
currently supported:
Options:

[Connection]
URL=*
user=*
passwd=*

[General]
debuglevel=[0,1,2,3]
outputfile=*
stopwortliste=*

[Trigram]
trimaxrecursion=0...n
triminrecursion=0...n
trimaxkollokationen=0...n
triquerykollokationen=*

[Disambiguator]
kollokationenperstep=0...n
clustertreshold=0...n
minsignifikanz=0...n
maxkollokationen=0...n
disquerykollokatoinen=*

[Sachgebiete]
maxdefiningwords=0...n
disstepsperword=0...n
sgquery=*
sachnummerquery=*
Options() - Constructor for class de.uni_leipzig.asv.utils.Options
Hidden default constructor
Output - Class in de.uni_leipzig.asv.utils
This class knows what the settings are and performs output operations for the whole program.
outputEncoding - Static variable in interface de.uni_leipzig.asv.utils.IOInterface
file output encoding
outputseparator - Static variable in interface de.uni_leipzig.asv.utils.IOInterface
file output separator

P

PKEY_LEFT_BRACKET - Static variable in class de.uni_leipzig.asv.utils.IniFile
Constants defining the format of the file
PKEY_RIGHT_BRACKET - Static variable in class de.uni_leipzig.asv.utils.IniFile
 
preferredSize - Static variable in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
 
preloadFirstModule() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
Loads first module
Pretree - Class in de.uni_leipzig.asv.utils
 
Pretree() - Constructor for class de.uni_leipzig.asv.utils.Pretree
 
Pretree(int, int, int, int, int, boolean, boolean, char[]) - Constructor for class de.uni_leipzig.asv.utils.Pretree
 
print(String) - Static method in class de.uni_leipzig.asv.utils.Output
Wrapper of the standard print method
printHelp() - Static method in class de.uni_leipzig.asv.utils.Pretree
 
println(String, int) - Method in class de.uni_leipzig.asv.utils.Debugger
Prints the given message if the given level is big enough (so that we can filter messages away)
println() - Static method in class de.uni_leipzig.asv.utils.Output
Prints a newline
println(String) - Static method in class de.uni_leipzig.asv.utils.Output
The same a the print method, adds a newline
printOptions() - Method in class de.uni_leipzig.asv.utils.Options
Prints nicely all the settings with their current values
processDotAsPrefix(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
processDotAsSuffix(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
processInfixApostrophe(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
processNumber(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
processPrefix(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
processSingleNumber(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
processSuffix(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
processSuffix2(String) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
Producer - Class in de.uni_leipzig.asv.utils
 
Producer(DBConnection, String, String[], String) - Constructor for class de.uni_leipzig.asv.utils.Producer
 
prune() - Method in class de.uni_leipzig.asv.utils.Pretree
 

R

resetAll() - Method in class de.uni_leipzig.asv.utils.Options
Resets all options to defaultvalues by simply calling once all the gets
rollBack() - Method in class de.uni_leipzig.asv.util.commonDB.DBFunctions
When auto-commit is switched off, you can do a rollback in the case of some errors...
run() - Method in class de.uni_leipzig.asv.utils.IniWriter
Turn by turn write the lines into the file
run() - Method in class de.uni_leipzig.asv.utils.Producer
 

S

save(String) - Method in class de.uni_leipzig.asv.utils.Pretree
 
saveFile(String) - Method in class de.uni_leipzig.asv.util.VectorNameTable
 
select(String, String[]) - Method in interface de.uni_leipzig.asv.utils.IOInterface
select the "cols" from table "tablename" and returns an iterator
select(String) - Method in interface de.uni_leipzig.asv.utils.IOInterface
select all cols from table "tablename" and returns an iterator
select(String, String[]) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
select(String) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
sendInputQuery(String) - Method in interface de.uni_leipzig.asv.utils.IOInterface
iterates over the resultset of a given query please read the IOIteratorInterface code
sendInputQuery(String) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
sendOutputQuery(String) - Method in interface de.uni_leipzig.asv.utils.IOInterface
send a query to database
sendOutputQuery(String) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
setAchtungKnoten(int) - Method in class de.uni_leipzig.asv.utils.Pretree
 
setAchtungZahl(int) - Method in class de.uni_leipzig.asv.utils.Pretree
 
setAutoCommit(boolean) - Method in class de.uni_leipzig.asv.util.commonDB.DBFunctions
This method is to specifie whether or not you want to use auto-commit.
setBoolReplaceNumbers(boolean) - Method in class de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer
 
setColumnComparator(Class, Comparator) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
setColumnWidth(int, int, int, int) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTable
This method sets the minimum and/or maximum width of a specified column and can also set the actual width.
setColumnWidth(int) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTableTest
 
setConDriver(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setConPasswd(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setConUrl(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setConUser(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setCurrentDirectory(String) - Method in class de.uni_leipzig.asv.util.commonFileChooser.CommonFileChooser
 
setDbURL(String) - Method in class de.uni_leipzig.asv.util.commonDB.DBConnection
 
setDescription(String) - Method in class de.uni_leipzig.asv.util.commonFileChooser.CommonFileChooser
Sets the description for the extensions.
setDescription(String) - Method in class de.uni_leipzig.asv.util.commonFileChooser.ExtensionFileFilter
The description for your preselected file extensions.
setDisClusterThreshold(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setDisKollokationenPerStep(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setDisLastWord(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setDisMaxKollokationen(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setDisMaxRuns(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setDisMinSignifikanz(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setDisMinWordNr(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setDisQueryKollokationen(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setDriverClass(String) - Method in class de.uni_leipzig.asv.util.commonDB.DBConnection
 
setEditable(boolean) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTable
This method is to set wheter the JTable is editable or not.
This method causes a total disability to select it!
You cannot even use the deleteSelected()-method.
setEndChar(int) - Method in class de.uni_leipzig.asv.utils.Pretree
 
setEndOfWordChar(int) - Method in class de.uni_leipzig.asv.utils.Pretree
 
setEOF(boolean) - Method in class de.uni_leipzig.asv.utils.Consumer
 
setFillThreshold(int) - Method in class de.uni_leipzig.asv.utils.Consumer
 
setGenDebugLevel(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setGenOutputFile(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setGenQueryAnchor(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setGenQueryFrequency(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setGenQueryNumber2Word(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setGenQueryWord2Number(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setGenShowClusteringCoeff(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setGenStopwortFile(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setGenUseOutputFile(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setGenUseStopwortFile(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setHeader(String[]) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTable
This method sets the header.
(only used, if you want to create a new table or you will add data, soon)
setHeader(String[]) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTableTest
 
setIgnoreCase(boolean) - Method in class de.uni_leipzig.asv.utils.Pretree
 
setInterval(int) - Method in class de.uni_leipzig.asv.utils.Producer
 
setIsSwing(boolean) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This method is very important for re-encoding, because for that you need to know, if you're running re-encoding from console or from Java.Swing.
Also you will need this, if you want to show DialogBoxes for the Errors or not.
setIsSwing(boolean) - Method in class de.uni_leipzig.asv.util.commonDB.DBFunctions
 
setLastIndex(int) - Method in class de.uni_leipzig.asv.utils.Consumer
 
setMinWordFreq(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setModule(ToolboxModule) - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
Sets the current module
setParaLastWord(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setParaMaxKollokationen(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setParaMinSecondarySignifikanz(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setParaMinSignifikanz(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setParaMinWordNr(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setParaQueryDisambig(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setParaQueryKollokationen(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setPassWd(String) - Method in class de.uni_leipzig.asv.util.commonDB.DBConnection
 
setReEncode(boolean) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This one is very important, when you know, that your Strings in a DB are stored via ISO-LATIN-1, but you know, that tey are containing UTF-8 data.
In this case you need to set reEncode to 'true'!
If not, it's per default set to false, but maybe then you have to reset it to false again.
Never forget to use the setReEncodeType method, too!
setReEncode(boolean, String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This one is very important, when you know, that your Strings in a DB are stored via ISO-LATIN-1, but you know, that tey are containing UTF-8 data.
In this case you need to set reEncode to 'true'!
If not, it's per default set to false, but maybe then you have to reset it to false again.
In this method you can specify the type of reencoding by your own.
setReEncodeType(String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This method is to set the encoding type, from which you want to re-encode.
Never forgett to specify, when you want to use rencoding!
setReverse(boolean) - Method in class de.uni_leipzig.asv.utils.Pretree
 
setSachDisStepsPerWord(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setSachMaxDefiningWords(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setSachQuerySachgebiete(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setSachQuerySachNr(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setShowQueries(boolean) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This method is to set, if you want to list the queries or not (if you change the queryfile...)
setSortingStatus(int, int) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
setStartChar(int) - Method in class de.uni_leipzig.asv.utils.Pretree
 
setTableCellEditor(int, TableCellEditor) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTable
This method adds a TableCellEditor to a specified column.
setTableCellRenderer(int, TableCellRenderer) - Method in class de.uni_leipzig.asv.util.commonTable.CommonTable
This method adds a TableCellRenderer to a specified column.
setTableHeader(JTableHeader) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
setTableModel(TableModel) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
setThresh(double) - Method in class de.uni_leipzig.asv.utils.Pretree
 
setTriMaxKollokationen(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setTriMaxRecursion(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setTriMinRecursion(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setTriMinSignifikanz(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setTriMinWordNr(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setTriQueryKollokationen(String) - Method in class de.uni_leipzig.asv.utils.Options
 
setupInput(String, int) - Method in interface de.uni_leipzig.asv.utils.IOInterface
setup (open) the inputfile for reading
setupInput(String) - Method in interface de.uni_leipzig.asv.utils.IOInterface
setup the inputfile for reading uses the separator to determine the amount of columns (use a simple split(separator)
setupInput(String, String, String, String, int) - Method in interface de.uni_leipzig.asv.utils.IOInterface
setup the database to write in open a connection to db
setupInput(String, String, String) - Method in interface de.uni_leipzig.asv.utils.IOInterface
same as setupOutput( String ), but with hostname="localhost" and port=3306
setupInput(String, int) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
setupInput(String) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
setupInput(String, String, String, String, int) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
setupInput(String, String, String) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
setupOutput(String) - Method in interface de.uni_leipzig.asv.utils.IOInterface
setup the outputfile to write in you must call the closeOutput() to flush and close the outputfile
setupOutput(String, String, String, String, int) - Method in interface de.uni_leipzig.asv.utils.IOInterface
same as for setupInput, but for writing
setupOutput(String, String, String) - Method in interface de.uni_leipzig.asv.utils.IOInterface
same as above, but with hostname="localhost" and port=3306
setupOutput(String) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
setupOutput(String, String, String, String, int) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
setupOutput(String, String, String) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
setUserID(String) - Method in class de.uni_leipzig.asv.util.commonDB.DBConnection
 
setValue(String, String, String) - Method in class de.uni_leipzig.asv.utils.IniFile
Sets or Adds a given value to a given keypair
setValueAt(Object, int, int) - Method in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
setValues(String, Hashtable<String, String>) - Method in class de.uni_leipzig.asv.utils.IniFile
Sets the values of the entire given primary key section to the given hashtable of values
show(ErrorDialog) - Method in class de.uni_leipzig.asv.util.commonDB.ErrorDialog
This method shows the error dialog
show(ErrorDialog, JFrame) - Method in class de.uni_leipzig.asv.util.commonDB.ErrorDialog
another method to show the error dialog using another parent panel
show(ErrorDialog) - Method in class de.uni_leipzig.asv.utils.ErrorDialog
This method shows the error dialog
show(ErrorDialog, JFrame) - Method in class de.uni_leipzig.asv.utils.ErrorDialog
another method to show the error dialog using another parent panel
showDialogAndReturnFilename(JPanel, String) - Method in class de.uni_leipzig.asv.util.commonFileChooser.CommonFileChooser
This method shows the JFileChooser for a parent JPanel and returns the path of the selected file.
showMainProgram() - Method in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
Bring up the SwingSet2 demo by showing the frame (only applicable if coming up as an application, not an applet);
size() - Method in class de.uni_leipzig.asv.utils.Consumer
 
sleeptime - Variable in class de.uni_leipzig.asv.utils.IOIterator
 
storeQueryFile(String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This will store the queryfile with possible new queries.
But: be carefull, this might change the order of the queryfile so that it will not any longer be easy to read this file.
storeQueryFileCatched(String) - Method in class de.uni_leipzig.asv.util.commonDB.CommonDB
This will store the queryfile with possible new queries.
But: be carefull, this might change the order of the queryfile so that it will not any longer be easy to read this file.
strAbbrevListFile - Variable in class de.uni_leipzig.asv.utils.tokenizer.AbstractWordTokenizerImpl
 

T

tableModel - Variable in class de.uni_leipzig.asv.util.commonTable.TableSorter
 
tableSorter - Variable in class de.uni_leipzig.asv.util.commonTable.CommonTable
 
TableSorter - Class in de.uni_leipzig.asv.util.commonTable
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
TableSorter() - Constructor for class de.uni_leipzig.asv.util.commonTable.TableSorter
 
TableSorter(TableModel) - Constructor for class de.uni_leipzig.asv.util.commonTable.TableSorter
 
TableSorter(TableModel, JTableHeader) - Constructor for class de.uni_leipzig.asv.util.commonTable.TableSorter
 
TestTree - Class in de.uni_leipzig.asv.utils
 
TestTree() - Constructor for class de.uni_leipzig.asv.utils.TestTree
 
toMap() - Method in class de.uni_leipzig.asv.utils.Pretree
gives a map view of the pretree
toolBarBounds - Static variable in class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
 
Toolbox - Class in de.uni_leipzig.asv.toolbox.toolboxGui
Wortschatz Tool - eine Sammlung, computerlinguistischer Werkzeuge
Toolbox(Frame) - Constructor for class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox
 
Toolbox.SwitchToModuleAction - Class in de.uni_leipzig.asv.toolbox.toolboxGui
This Action switches modules of the main program
Toolbox.SwitchToModuleAction(Toolbox, ToolboxModule) - Constructor for class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox.SwitchToModuleAction
 
Toolbox.ToggleButtonToolBar - Class in de.uni_leipzig.asv.toolbox.toolboxGui
 
Toolbox.ToggleButtonToolBar() - Constructor for class de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox.ToggleButtonToolBar
 
ToolboxModule - Class in de.uni_leipzig.asv.toolbox.toolboxGui
Title: Automatische Sachgebietszuordnung Description: Copyright: Copyright (c) 2001 Company: n/a
ToolboxModule() - Constructor for class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
ToolboxModule(Toolbox) - Constructor for class de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule
 
toString() - Method in class de.uni_leipzig.asv.utils.DBConnection
Overridden toString method to get some status information as well.
toString() - Method in class de.uni_leipzig.asv.utils.IniFile
Prints out a representation of this class
toString() - Method in class de.uni_leipzig.asv.utils.IniReader
Returns a printrepresentation of this class
toString() - Method in class de.uni_leipzig.asv.utils.IniWriter
Returns a printrepresentation of this instance
train(String, String) - Method in class de.uni_leipzig.asv.utils.Pretree
trains, that word is of class cla
train(String, String, int) - Method in class de.uni_leipzig.asv.utils.Pretree
trains, that word is of class cla with number nr of occurrences
TrainTree - Class in de.uni_leipzig.asv.utils
 
TrainTree() - Constructor for class de.uni_leipzig.asv.utils.TrainTree
 
TRUE - Static variable in class de.uni_leipzig.asv.utils.Options
 
ttyout() - Method in class de.uni_leipzig.asv.utils.Pretree
 

V

VectorNameTable - Class in de.uni_leipzig.asv.util
 
VectorNameTable() - Constructor for class de.uni_leipzig.asv.util.VectorNameTable
 

W

WelcomePanel - Class in de.uni_leipzig.asv.toolbox.welcomePanel
 
WelcomePanel(Toolbox) - Constructor for class de.uni_leipzig.asv.toolbox.welcomePanel.WelcomePanel
 
writeFile(String, boolean) - Method in class de.uni_leipzig.asv.util.VectorNameTable
 
writeLine(String) - Method in interface de.uni_leipzig.asv.utils.IOInterface
write a line to an open file see de.uni_leipzig.asv.utils.IOInterface#setupOutput(java.lang.String)
writeLine(String) - Method in class de.uni_leipzig.asv.utils.IOWrapper
 
writer - Variable in class de.uni_leipzig.asv.utils.IniWriter
This is the Writer we write the data into
A B C D E F G H I K L M N O P R S T V W 

Copyright © 2013. All rights reserved.