- 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
-
- 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
-
- 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
-
- 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.
- 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
-