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

A

AND - Static variable in interface de.unidu.is.pdatalog.parser.SimpleParserTokenTypes
 
AbstractDT - class de.unidu.is.retrieval.pire.dt.AbstractDT.
An abstract class for IR datatypes.
AbstractDT() - Constructor for class de.unidu.is.retrieval.pire.dt.AbstractDT
 
AbstractExpression - class de.unidu.is.expressions.AbstractExpression.
An abstract class for expressions.
AbstractExpression() - Constructor for class de.unidu.is.expressions.AbstractExpression
 
AbstractFilter - class de.unidu.is.text.AbstractFilter.
This is an abstract filter implementation which allows for chaining filters.
AbstractFilter(Filter) - Constructor for class de.unidu.is.text.AbstractFilter
Creates a new instance and sets the next filter in the chain.
AbstractRetriever - class de.unidu.is.retrieval.AbstractRetriever.
An abstract gateway to retrievers.
AbstractRetriever() - Constructor for class de.unidu.is.retrieval.AbstractRetriever
Creates a new instance.
AbstractRetrieverUIMetadata - class de.unidu.is.retrieval.AbstractRetrieverUIMetadata.
An abstract class describing metadata for a MIND retriever which can be used by UIs for a reasonable handling of queries and documents.
AbstractRetrieverUIMetadata(Retriever) - Constructor for class de.unidu.is.retrieval.AbstractRetrieverUIMetadata
 
AbstractSingleItemFilter - class de.unidu.is.text.AbstractSingleItemFilter.
This is an abstract filter implementation which converts every object into exactly one object (or into null), and which allows for chaining filters.
AbstractSingleItemFilter(Filter) - Constructor for class de.unidu.is.text.AbstractSingleItemFilter
Creates a new instance and sets the next filter in the chain.
AcceptFilter - interface de.unidu.is.util.AcceptFilter.
A filter which can accept or reject values.
AcceptFilterIterator - class de.unidu.is.util.AcceptFilterIterator.
A iterator that filters another iterator.
AcceptFilterIterator() - Constructor for class de.unidu.is.util.AcceptFilterIterator
Creates a new filter iterator which has to be initialised.
AcceptFilterIterator(Iterator) - Constructor for class de.unidu.is.util.AcceptFilterIterator
Creates a new filter iterator.
AndQueryNode - class de.unidu.is.retrieval.AndQueryNode.
A query node representing an AND.
AndQueryNode() - Constructor for class de.unidu.is.retrieval.AndQueryNode
Creates a new object.
AndQueryNode(Set) - Constructor for class de.unidu.is.retrieval.AndQueryNode
Creates a new object.
Application - class de.unidu.is.gui.Application.
The default demo application to test the WOB FIOLA Desktop framework.
Application() - Constructor for class de.unidu.is.gui.Application
DefaultApp constructor comment.
Application(String) - Constructor for class de.unidu.is.gui.Application
DefaultApp constructor comment.
Arg2Expression - class de.unidu.is.expressions.Arg2Expression.
An expression with an operator and two arguments, e.g. the sum of two expressions.
Arg2Expression(String, Expression, Expression) - Constructor for class de.unidu.is.expressions.Arg2Expression
Creates a new expression object.
ArgNExpression - class de.unidu.is.expressions.ArgNExpression.
An expression with an operator and a list of arguments, e.g. the sum of expressions.
ArgNExpression(String, List) - Constructor for class de.unidu.is.expressions.ArgNExpression
Creates a new expression object.
ArrayDataSource - class de.unidu.is.gnuplot.ArrayDataSource.
A class which uses two double arrays for storing the (x,y) data pairs.
ArrayDataSource(String, File, double[], double[]) - Constructor for class de.unidu.is.gnuplot.ArrayDataSource
Constructs a new instance, sets the specified values, and sets the instance variable count to -1.
ArrayDataSource(String, String, double[], double[]) - Constructor for class de.unidu.is.gnuplot.ArrayDataSource
Constructs a new instance, sets the specified values, and sets the instance variable count to -1.
ArrayDataSource(String, String, double, double[]) - Constructor for class de.unidu.is.gnuplot.ArrayDataSource
Constructs a new instance, sets the specified values, and sets the instance variable count to -1.
Async2SyncRetriever - class de.unidu.is.retrieval.Async2SyncRetriever.
A synchronous variant of an asynchronous retriever.
Async2SyncRetriever(AsyncRetriever) - Constructor for class de.unidu.is.retrieval.Async2SyncRetriever
Creates a new object.
AsyncCallResponseEvent - class de.unidu.is.util.AsyncCallResponseEvent.
 
AsyncCallResponseEvent(Object) - Constructor for class de.unidu.is.util.AsyncCallResponseEvent
 
AsyncCallResponseEvent(Object, Object) - Constructor for class de.unidu.is.util.AsyncCallResponseEvent
 
AsyncCallResponseListener - interface de.unidu.is.util.AsyncCallResponseListener.
Interface for the Query Responses
AsyncExample - class de.unidu.is.retrieval.pire.examples.AsyncExample.
A simple example for asynchronous retrievers.
AsyncExample() - Constructor for class de.unidu.is.retrieval.pire.examples.AsyncExample
 
AsyncRetriever - interface de.unidu.is.retrieval.AsyncRetriever.
An asynchronous variant of , an interface for abstracting from different XML-based IR engines (e.g. the XML PIRE extension, HyREX).
accept(Object) - Method in interface de.unidu.is.util.AcceptFilter
Returns true if the specified object is accepted.
accept(Object) - Method in class de.unidu.is.util.AcceptFilterIterator
Returns true if the specified object should be returned by next().
actionPerformed(ActionEvent) - Method in class de.unidu.is.gui.BasicTool
 
actionPerformed(ActionEvent) - Method in class de.unidu.is.gui.Desktop
 
add(StringExpression[]) - Method in class de.unidu.is.pdatalog.EDBRelation
Adds the specified fact to the knowledge base.
add(double, StringExpression[]) - Method in class de.unidu.is.pdatalog.EDBRelation
Adds the specified fact to the knowledge base.
add(String[]) - Method in class de.unidu.is.pdatalog.EDBRelation
Adds the specified fact to the knowledge base.
add(double, String[]) - Method in class de.unidu.is.pdatalog.EDBRelation
Adds the specified fact to the knowledge base.
add(Fact) - Method in class de.unidu.is.pdatalog.EDBRelation
Adds the specified fact to the knowledge base.
add(Fact) - Method in class de.unidu.is.pdatalog.RelationBase
Adds the specified fact to the knowledge base.
add(Relation) - Method in class de.unidu.is.pdatalog.RelationBase
Adds (and initialises) the specified relation to this relation base.
add(Relation, boolean) - Method in class de.unidu.is.pdatalog.RelationBase
Adds (and initialises, if specified by the Boolean parameter) the specified relation to this relation base.
add(int) - Method in class de.unidu.is.pdatalog.ds.SubSet
Adds the specified number to this SubSet if it is not already present.
add(QueryNode) - Method in class de.unidu.is.retrieval.BooleanQueryNode
Adds the specified query node as a child.
add(SchemaElement) - Method in class de.unidu.is.retrieval.SchemaElement
Adds the specified schema element as a child.
add(Fact) - Method in interface de.unidu.is.retrieval.pire.Index
Adds the fact to the knowledge base.
add(Fact) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Adds the fact to the knowledge base.
add(File) - Static method in class de.unidu.is.util.Config
Adds the content of the specified file to the config.
add(Reader) - Static method in class de.unidu.is.util.Config
Adds the content of the specified reader to the config.
add(URL) - Static method in class de.unidu.is.util.Config
Adds the content of the specified URL to the config.
add(Object) - Method in class de.unidu.is.util.DBSet
 
add(String) - Method in class de.unidu.is.util.FilePropertyMap
Adds the map from the file.
add(File) - Method in class de.unidu.is.util.FilePropertyMap
Adds the map from the file.
add(URL) - Method in class de.unidu.is.util.StreamPropertyMap
Adds the map from the url.
add(Reader) - Method in class de.unidu.is.util.StreamPropertyMap
Adds the map from the sream.
addAlias(String, String) - Method in class de.unidu.is.retrieval.Schema
Adds an alias.
addAliases() - Method in class de.unidu.is.retrieval.Schema
Adds standard aliases (use converted XPaths).
addAll(Collection) - Method in class de.unidu.is.retrieval.SchemaElement
Adds all schema elements in the specified collection to the children set.
addAll(Collection, Iterator) - Static method in class de.unidu.is.util.CollectionUtilities
Adds all elements returned by the specified iterator to the specified collection.
addAll(Collection) - Method in class de.unidu.is.util.DBSet
 
addChild(Set) - Method in class de.unidu.is.oai.Set
 
addCondition(String, String, String, double, Object) - Method in class de.unidu.is.retrieval.pire.PIRE
Adds a condition for a weighted sum query.
addCondition(String, WeightedQueryCondition) - Method in class de.unidu.is.retrieval.pire.PIRE
Adds a condition for a weighted sum query.
addConfigFile(URL) - Static method in class de.unidu.is.util.Log
Initialises this class.
addConjunction(String, QueryCondition[]) - Method in class de.unidu.is.retrieval.pire.PIRE
Adds a conjunction for a Boolean-style query in disjunctive form.
addDefaultOperators() - Method in class de.unidu.is.retrieval.hyrex.HyREXSchema
Adds default operators.
addDouble(double) - Method in class de.unidu.is.util.PropertyMap
Adds the specified number to each value (considered as a double).
addDouble(PropertyMap) - Method in class de.unidu.is.util.PropertyMap
Adds each value (as a double) in the specified map to the corresponding value in this map, for each key occurring in the specified map.
addDouble(Object, double) - Method in class de.unidu.is.util.PropertyMap
Adds the specified number to the value (as a double) for the specified key.
addEDBRelation(String, int, boolean) - Method in interface de.unidu.is.retrieval.pire.Index
Creates a new EDB relation.
addEDBRelation(String, int, boolean) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Creates a new EDB relation.
addIDBRelation(String, int, boolean) - Method in interface de.unidu.is.retrieval.pire.Index
Creates a new IDB relation.
addIDBRelation(String, int, boolean) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Creates a new IDB relation.
addIdentifier(String) - Method in class de.unidu.is.oai.ListIdentifiers
 
addIndex(String, String, String[], boolean[]) - Method in class de.unidu.is.pdatalog.PDatalogSQLFormatter
Adds an index to the specified table.
addIndex(Relation) - Method in class de.unidu.is.pdatalog.RelationBase
Adds indexes to the specified relation.
addIndex(String, String, String[], boolean[]) - Method in interface de.unidu.is.sql.SQLFormatter
Adds an index to the specified table.
addIndex(String, String, String[], boolean[]) - Method in class de.unidu.is.sql.SQLFormatterImplementation
Adds an index to the specified table.
addInt(int) - Method in class de.unidu.is.util.PropertyMap
Adds the specified number to each value (considered as an integer).
addInt(PropertyMap) - Method in class de.unidu.is.util.PropertyMap
Adds each value (as an integer) in the specified map to the corresponding value in this map, for each key occurring in the specified map.
addInt(Object, int) - Method in class de.unidu.is.util.PropertyMap
Adds the specified number to the value (as an integer) for the specified key.
addLaTeX(StringBuffer) - Method in class de.unidu.is.gnuplot.Gnuplot
Adds LaTeX commands for including the result plot.
addLiteral(Literal) - Method in class de.unidu.is.pdatalog.ds.Rule
Adds the specified literal to the body of this rule.
addMomentsCondition(String, double, Object, List) - Method in interface de.unidu.is.retrieval.pire.Index
Adds a query condition for computing moments.
addMomentsCondition(String, double, Object, List) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Adds a query condition for computing moments.
addMomentsCondition(String, String, String, double, Object) - Method in class de.unidu.is.retrieval.pire.PIRE
Adds a query condition.
addMomentsCondition(String, WeightedQueryCondition) - Method in class de.unidu.is.retrieval.pire.PIRE
Adds a query condition.
addProb(Literal, List) - Method in class de.unidu.is.pdatalog.EDBComputedRelation
Adds arguments for computing a probability for the literal to the specified list.
addProb(Literal, List) - Method in class de.unidu.is.pdatalog.EqualsRelation
Adds arguments for computing a probability for the literal to the specified list.
addProb(Literal, List) - Method in class de.unidu.is.pdatalog.GreaterEqualsRelation
Adds arguments for computing a probability for the literal to the specified list.
addProb(Literal, List) - Method in class de.unidu.is.pdatalog.GreaterThanRelation
Adds arguments for computing a probability for the literal to the specified list.
addProb(Literal, List) - Method in class de.unidu.is.pdatalog.LessEqualsRelation
Adds arguments for computing a probability for the literal to the specified list.
addProb(Literal, List) - Method in class de.unidu.is.pdatalog.LessThanRelation
Adds arguments for computing a probability for the literal to the specified list.
addProb(Literal, List) - Method in class de.unidu.is.pdatalog.StartsWithRelation
Adds arguments for computing a probability for the literal to the specified list.
addProb(Literal, List) - Method in class de.unidu.is.pdatalog.VagueLessThanRelation
Adds arguments for computing a probability for the literal to the specified list.
addProbRules(Index, String, String, String, List) - Method in class de.unidu.is.retrieval.pire.dt.AbstractDT
Computes probabilities of relevance based on the RSVs (probabilities of inference).
addProbRules(Index, String, String, String, List) - Method in interface de.unidu.is.retrieval.pire.dt.DT
Adds rules for computing probabilities of relevance to the list.
addRSVRules(Index, String, String, String, double, Object, List) - Method in class de.unidu.is.retrieval.pire.dt.AbstractDT
Adds and evaluates a query condition.
addRSVRules(Index, String, String, String, double, Object, List) - Method in interface de.unidu.is.retrieval.pire.dt.DT
Adds rules for evaluating the specified query condition to the specified list.
addRSVRules(Index, String, String, String, double, Object, List) - Method in class de.unidu.is.retrieval.pire.dt.NumberDT
Adds and evaluates a query condition.
addRule(String, String[], double, List) - Method in interface de.unidu.is.retrieval.pire.Index
Add a rule with the given relations and a single argument to the specified list.
addRule(String, String[], double, List) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Add a rule with the given relations and a single argument to the specified list.
addSchema(Schema) - Method in class de.unidu.is.oai.ListMetadataFormats
 
addSet(Set) - Method in class de.unidu.is.oai.ListSets
 
addSource(Source) - Method in class de.unidu.is.gnuplot.Gnuplot
Adds a source to the plot.
addToIndex(String, Document) - Method in interface de.unidu.is.retrieval.IR
Add the XML document to the index.
addToIndex(String, String) - Method in interface de.unidu.is.retrieval.IR
Add the XML document to the index.
addToIndex(String, Document) - Method in class de.unidu.is.retrieval.pire.PDatalogIR
Add the XML document to the index.
addToIndex(String, String) - Method in class de.unidu.is.retrieval.pire.PDatalogIR
Add the XML document to the index.
addToIndex(String) - Method in class de.unidu.is.retrieval.pire.PIRE
Add the document id to the corresponding table.
addToIndex(String, String, Object) - Method in class de.unidu.is.retrieval.pire.PIRE
Add the document value of the specified attribute to the index.
addToIndex(Index, String, String, Object) - Method in class de.unidu.is.retrieval.pire.dt.AbstractDT
Add the document content of the specified index.
addToIndex(Index, String, String, Object) - Method in interface de.unidu.is.retrieval.pire.dt.DT
Add the document content of the specified index.
addWhere(Literal, List) - Method in class de.unidu.is.pdatalog.EDBComputedRelation
Adds arguments for filtering for the literal to the specified list.
addWhere(Literal, List) - Method in class de.unidu.is.pdatalog.EqualsRelation
Adds arguments for filtering for the literal to the specified list.
addWhere(Literal, List) - Method in class de.unidu.is.pdatalog.GreaterEqualsRelation
Adds arguments for filtering for the literal to the specified list.
addWhere(Literal, List) - Method in class de.unidu.is.pdatalog.GreaterThanRelation
Adds arguments for filtering for the literal to the specified list.
addWhere(Literal, List) - Method in class de.unidu.is.pdatalog.LessEqualsRelation
Adds arguments for filtering for the literal to the specified list.
addWhere(Literal, List) - Method in class de.unidu.is.pdatalog.LessThanRelation
Adds arguments for filtering for the literal to the specified list.
addWhere(Literal, List) - Method in class de.unidu.is.pdatalog.StartsWithRelation
Adds arguments for filtering for the literal to the specified list.
addWhere(Literal, List) - Method in class de.unidu.is.pdatalog.VagueLessThanRelation
Adds arguments for filtering for the literal to the specified list.
appendHierarchicalView(StringBuffer, int) - Method in class de.unidu.is.retrieval.SchemaElement
Appends a description of this schema element to the hierarchical view.
apply(Object) - Method in class de.unidu.is.text.AbstractFilter
Applies this filter on the specified single object.
apply(Iterator) - Method in class de.unidu.is.text.AbstractFilter
Applies this filter on each object returned by the specified iterator.
apply(Object) - Method in class de.unidu.is.text.CounterFilter
Applies this filter on the specified single object.
apply(Iterator) - Method in class de.unidu.is.text.CounterFilter
Applies this filter on each object returned by the specified iterator.
apply(Object) - Method in interface de.unidu.is.text.Filter
Applies this filter on the specified single object.
apply(Iterator) - Method in interface de.unidu.is.text.Filter
Applies this filter on each object returned by the specified iterator.
apply(Object) - Method in class de.unidu.is.text.WordConcatenatorFilter
Applies this filter on the specified single object.
apply(Iterator) - Method in class de.unidu.is.text.WordConcatenatorFilter
Applies this filter on each object returned by the specified iterator.
apply(Object) - Method in class de.unidu.is.text.WordSetConcatenatorFilter
Applies this filter on the specified single object.
apply(Iterator) - Method in class de.unidu.is.text.WordSetConcatenatorFilter
Applies this filter on each object returned by the specified iterator.
apply(double) - Method in class de.unidu.is.util.Function
Apply the value x onto the function, and return the function value.
apply(double) - Method in class de.unidu.is.util.IdFunction
 
apply(double) - Method in class de.unidu.is.util.LogFunction
 
apply(Function) - Method in class de.unidu.is.util.PropertyMap
Applies the specified function on every value (considered as a double), and replaces the original value.
arg - Variable in class de.unidu.is.expressions.FunctionExpression
Function argument.
arg() - Method in class de.unidu.is.pdatalog.parser.SimpleParser
 
arg1 - Variable in class de.unidu.is.expressions.Arg2Expression
First argument of this expression.
arg1 - Variable in class de.unidu.is.expressions.BinaryStandardFunctionExpression
First argument of this expression.
arg2 - Variable in class de.unidu.is.expressions.Arg2Expression
Second argument of this expression.
arg2 - Variable in class de.unidu.is.expressions.BinaryStandardFunctionExpression
Second argument of this expression.
args - Variable in class de.unidu.is.expressions.ArgNExpression
List of arguments of this expression.
arguments - Variable in class de.unidu.is.pdatalog.ds.Literal
The arguments.
arity - Variable in class de.unidu.is.pdatalog.Relation
The arity (number of arguments) of this relation.
array - Variable in class de.unidu.is.util.Tuple
Array with the tuple values.
asComplete() - Method in class de.unidu.is.util.StopWatch
Deprecated. Use toString() instead
asMillis() - Method in class de.unidu.is.util.StopWatch
Returns a string representation of the time difference (in millis).
asMins() - Method in class de.unidu.is.util.StopWatch
Returns a string representation of the time difference (in minutes).
asSecs() - Method in class de.unidu.is.util.StopWatch
Returns a string representation of the time difference (in seconds).
asyncRetriever - Variable in class de.unidu.is.retrieval.Async2SyncRetriever
The asynchronous retriever.
atom() - Method in class de.unidu.is.pdatalog.parser.SimpleParser
 

B

BasicPanel - class de.unidu.is.gui.BasicPanel.
 
BasicPanel() - Constructor for class de.unidu.is.gui.BasicPanel
This is the default constructor
BasicPanelAction - class de.unidu.is.gui.BasicPanelAction.
 
BasicPanelAction(Object) - Constructor for class de.unidu.is.gui.BasicPanelAction
 
BasicTool - class de.unidu.is.gui.BasicTool.
A default tool that just shows a dummy icon (with OPEN/CLOSED states) and a dummy text.
BasicTool() - Constructor for class de.unidu.is.gui.BasicTool
 
BasicView - class de.unidu.is.gui.BasicView.
A Basic view to show the structure.
BasicView() - Constructor for class de.unidu.is.gui.BasicView
DefaultView constructor comment.
BasicView(Tool) - Constructor for class de.unidu.is.gui.BasicView
DefaultView constructor comment.
BinaryStandardFunctionExpression - class de.unidu.is.expressions.BinaryStandardFunctionExpression.
An expression for binary functions without preceding ampersend.
BinaryStandardFunctionExpression(String, Expression, Expression) - Constructor for class de.unidu.is.expressions.BinaryStandardFunctionExpression
Creates a new expression object.
BooleanQueryNode - class de.unidu.is.retrieval.BooleanQueryNode.
A query node representating a Boolean connector.
BooleanQueryNode() - Constructor for class de.unidu.is.retrieval.BooleanQueryNode
Creates a new object.
BooleanQueryNode(Set) - Constructor for class de.unidu.is.retrieval.BooleanQueryNode
Creates a new object.
base - Variable in class de.unidu.is.pdatalog.Relation
The corresponding relation base.
base - Variable in class de.unidu.is.retrieval.pire.PDatalogIndex
The relation base used by this index.
base - Variable in class de.unidu.is.retrieval.pire.PIRE
The relation base.
bases(String, int) - Static method in class de.unidu.is.retrieval.hyrex.HyREXClient
Deprecated.  
body - Variable in class de.unidu.is.pdatalog.ds.Rule
The body of the rule.
bw - Variable in class de.unidu.is.gnuplot.Gnuplot
Flag indicating if this is a b/w plot.

C

COLON - Static variable in interface de.unidu.is.pdatalog.parser.SimpleParserTokenTypes
 
COMMA - Static variable in interface de.unidu.is.pdatalog.parser.SimpleParserTokenTypes
 
CONSTANT - Static variable in interface de.unidu.is.pdatalog.parser.SimpleParserTokenTypes
 
CONTAINS_EXP - Static variable in class de.unidu.is.retrieval.pire.dt.TextDT
Operator name "contains" for experiments.
CONTAINS_EXP - Static variable in class de.unidu.is.retrieval.pire.dt.TextGermanDT
Operator name "contains" for experiments.
CodecSoundexFilter - class de.unidu.is.text.CodecSoundexFilter.
This filter converts a specified string into its soundex representation, using code from Apache Jakarta Commons Codec.
CodecSoundexFilter(Filter) - Constructor for class de.unidu.is.text.CodecSoundexFilter
Creates a new instance and sets the next filter in the chain.
CollectionUtilities - class de.unidu.is.util.CollectionUtilities.
This class provides some convenient methods for dealing with collections.
CollectionUtilities() - Constructor for class de.unidu.is.util.CollectionUtilities
 
Config - class de.unidu.is.util.Config.
A config file as an extension to PropertyMap, allowing for automatically loading from an existing file in directory conf/config (relative to a path in the system property "java.class.path") and saving in it.
Config() - Constructor for class de.unidu.is.util.Config
 
Constant - class de.unidu.is.pdatalog.ds.Constant.
A pDatalog++ constant.
Constant(Object) - Constructor for class de.unidu.is.pdatalog.ds.Constant
Creates a new instance.
CostParameters - class de.unidu.is.rs.CostParameters.
Cost parameters of a query.
CostParameters() - Constructor for class de.unidu.is.rs.CostParameters
 
Costs - class de.unidu.is.rs.Costs.
A class for estimated costs when retrieving of i documents, 1<=iCosts() - Constructor for class de.unidu.is.rs.Costs
 
CounterFilter - class de.unidu.is.text.CounterFilter.
This filter counts occurences of objects, and returns a list of object-frequency pairs.
CounterFilter(Filter) - Constructor for class de.unidu.is.text.CounterFilter
Creates a new instance and sets the next filter in the chain.
calcNext() - Method in class de.unidu.is.util.AcceptFilterIterator
Calculates the next object to be returned.
calcNext() - Method in class de.unidu.is.util.SequenceIterator
Calculates the next object to be returned.
call(String) - Static method in class de.unidu.is.gnuplot.GnuplotCall
Calls gnuplot and returns the output of STDERR.
call(String, boolean, boolean) - Static method in class de.unidu.is.gnuplot.GnuplotCall
Calls gnuplot and returns the output on STDOUT or STDERR.
call(Object) - Method in class de.unidu.is.util.ThreadedCaller
The method performing the actual work for a target.
called - Variable in class de.unidu.is.util.AcceptFilterIterator
Indicates if next() has ever been called.
called - Variable in class de.unidu.is.util.SequenceIterator
Indicates if next() has ever been called.
called - Variable in class de.unidu.is.util.SingleItemIterator
Indicates if next() has ever been called.
changed() - Method in class de.unidu.is.util.DelegatedPropertyMap
Calls whenever the map is changed.
changed() - Method in class de.unidu.is.util.StreamPropertyMap
Saves the properties in the config file.
children - Variable in class de.unidu.is.retrieval.BooleanQueryNode
Set of children nodes (QueryNode instances).
children - Variable in class de.unidu.is.retrieval.SchemaElement
The element children.
children() - Method in class de.unidu.is.retrieval.SchemaElement
Returns an iterator over the children.
childrenCount() - Method in class de.unidu.is.retrieval.SchemaElement
Returns the number of direct children.
classes(String, int, String) - Static method in class de.unidu.is.retrieval.hyrex.HyREXClient
Deprecated.  
clear(Relation) - Method in class de.unidu.is.pdatalog.PDatalogSQLFormatter
Clear the specified relation, which means deletes all facts for that relation.
clear(String) - Method in class de.unidu.is.pdatalog.PDatalogSQLFormatter
 
clear() - Method in class de.unidu.is.pdatalog.RelationBase
Removes all relations.
clear(String) - Method in class de.unidu.is.pdatalog.RelationBase
Clears the relation, i.e. it removes all facts.
clear() - Method in class de.unidu.is.retrieval.SchemaElement
Removes all children.
clear(String) - Method in interface de.unidu.is.sql.SQLFormatter
Clear the specified tables, which means deletes all rows.
clear(String) - Method in class de.unidu.is.sql.SQLFormatterImplementation
Clear the specified tables, which means deletes all rows.
clear() - Static method in class de.unidu.is.util.Config
 
clear() - Method in class de.unidu.is.util.DBKeyPropertyMap
 
clear() - Method in class de.unidu.is.util.DBPropertyMap
 
clear() - Method in class de.unidu.is.util.DBSet
 
clear() - Method in class de.unidu.is.util.DelegatedPropertyMap
Removes all entries.
clearAliases() - Method in class de.unidu.is.retrieval.Schema
Removes all aliases.
client - Variable in class de.unidu.is.retrieval.hyrex.HyREXRetriever
The low-level, multi-purpose HyREX client.
cloneNode() - Method in class de.unidu.is.retrieval.BooleanQueryNode
 
cloneNode() - Method in class de.unidu.is.retrieval.QueryCondition
 
cloneNode() - Method in interface de.unidu.is.retrieval.QueryNode
Clones this node.
close() - Method in interface de.unidu.is.hyspirit.HySpirit
Closes the connection.
close() - Method in class de.unidu.is.hyspirit.HySpiritAbstractClient
Closes tje client.
close() - Method in class de.unidu.is.hyspirit.HySpiritInvokerClient
Closes the HySpirit instance.
close(ResultSet) - Method in class de.unidu.is.pdatalog.PDatalogSQLFormatter
 
close(ResultSet) - Method in class de.unidu.is.pdatalog.RelationBase
Closes the specified ResultSet.
close() - Method in class de.unidu.is.retrieval.AbstractRetriever
Closes the retriever, and optionally frees used system resources (e.g. closes a network connection).
close() - Method in class de.unidu.is.retrieval.Async2SyncRetriever
 
close() - Method in class de.unidu.is.retrieval.Indexer
Closes the log file.
close() - Method in interface de.unidu.is.retrieval.Retriever
Closes the retriever, and optionally frees used system resources (e.g. closes a network connection).
close() - Method in class de.unidu.is.retrieval.hyrex.HyREXClient
Closes the connection to HyREX.
close() - Method in class de.unidu.is.retrieval.hyrex.HyREXRetriever
Closes the retriever and the corresponding HyREX connection.
close() - Method in class de.unidu.is.retrieval.pire.PDatalogIR
Closes the retriever, and optionally frees used system resources (e.g.
close(ResultSet) - Method in interface de.unidu.is.sql.SQLFormatter
Closes the specified ResultSet.
close(ResultSet) - Method in class de.unidu.is.sql.SQLFormatterImplementation
Closes the specified ResultSet.
close(ResultSet) - Method in class de.unidu.is.util.DB
Closes the connection belonging to a specific java.sql.ResultSet, derived from a executeQuery(String) call.
close() - Method in class de.unidu.is.util.DB
Closes all open connections.
closeAllViewsPerformed(ActionEvent) - Method in class de.unidu.is.gui.BasicTool
 
closeCall(AsyncCallResponseListener) - Method in interface de.unidu.is.retrieval.AsyncRetriever
Asynchronous variant of getClose(), which closes the retriever, and optionally frees used system resources (e.g. closes a network connection).
closeCall(AsyncCallResponseListener) - Method in class de.unidu.is.retrieval.Sync2AsyncRetriever
 
closeQuery(String) - Method in interface de.unidu.is.retrieval.pire.Index
Finishes the processing of this query and frees used resources.
closeQuery(String) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Finishes the processing of this query and frees used resources.
closeQuery(String) - Method in class de.unidu.is.retrieval.pire.PIRE
Finishes the processing of this query and frees used resources.
closeViewPerformed(ActionEvent) - Method in class de.unidu.is.gui.BasicTool
 
cls - Variable in class de.unidu.is.retrieval.hyrex.HyREXClient
 
col - Variable in class de.unidu.is.sql.DBColumnExpression
The column name.
col - Variable in class de.unidu.is.util.DBSet
The column name used for this set.
collectionName - Variable in class de.unidu.is.retrieval.pire.PDatalogIndex
The name of the corresponding collection.
collectionName - Variable in class de.unidu.is.retrieval.pire.PIRE
The name of this collection.
collections - Variable in class de.unidu.is.retrieval.AbstractRetrieverUIMetadata
 
command(String) - Method in class de.unidu.is.retrieval.hyrex.HyREXClient
Sends a command to HyREX and returns the result as a Vector of lines.
command(PrintWriter, BufferedReader, String) - Static method in class de.unidu.is.retrieval.hyrex.HyREXClient
Deprecated.  
command(String, int, double) - Method in class de.unidu.is.retrieval.hyrex.HyREXRpcClient
 
commandCheck(String) - Method in class de.unidu.is.retrieval.hyrex.HyREXClient
Sends a command to HyREX and checks the result code.
commandCheck(PrintWriter, BufferedReader, String) - Static method in class de.unidu.is.retrieval.hyrex.HyREXClient
Deprecated.  
commandIgnoreResult(String) - Method in class de.unidu.is.retrieval.hyrex.HyREXClient
Sends a command to HyREX and ignores the result.
compareTo(Object) - Method in class de.unidu.is.oai.Schema
 
compareTo(Object) - Method in class de.unidu.is.retrieval.ProbDoc
Compares this entry (the score in decreasing order) with the specified one.
compareTo(Object) - Method in class de.unidu.is.util.WeightedString
Compares this entry (the score in decreasing order) with the specified one.
completeRelation(String) - Method in interface de.unidu.is.retrieval.pire.Index
Signals that the specified relation is complete.
completeRelation(String) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Signals that the specified relation is complete.
compute(Rule) - Method in class de.unidu.is.pdatalog.IDBRelation
Computes the result of the specified rule.
compute(Collection) - Method in class de.unidu.is.pdatalog.IDBRelation
Computes the result of the specified rules.
compute(IDBRelation, Collection) - Method in class de.unidu.is.pdatalog.RelationBase
Computes the result of the specified rules (all corresponding to the specified derived relation).
compute(IDBRelation, Rule) - Method in class de.unidu.is.pdatalog.RelationBase
Compute the relation by evaluating the single rule.
compute(IDBRelation, Rule, boolean) - Method in class de.unidu.is.pdatalog.RelationBase
Compute the relation by evaluating the single rule.
compute(Rule) - Method in interface de.unidu.is.retrieval.pire.Index
Computes the result of the specified rule.
compute(IDBRelation, Collection) - Method in interface de.unidu.is.retrieval.pire.Index
Computes the result of the specified rules (all corresponding to the specified IDB relation).
compute(Rule) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Computes the result of the specified rule.
compute(IDBRelation, Collection) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Computes the result of the specified rules (all corresponding to the specified IDB relation).
compute(String, int, Collection) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Computes the result of the specified rules (all corresponding to the specified IDB relation).
computeDisjoint(Collection) - Method in class de.unidu.is.pdatalog.IDBRelation
Computes the result of the specified rules.
computeDisjoint(IDBRelation, Collection) - Method in class de.unidu.is.pdatalog.RelationBase
Computes the result of the specified rules (all corresponding to the specified derived relation).
computeDisjoint(IDBRelation, Collection) - Method in interface de.unidu.is.retrieval.pire.Index
Computes the result of the specified rules (all corresponding to the specified IDB relation).
computeDisjoint(String, int, Collection) - Method in interface de.unidu.is.retrieval.pire.Index
Computes the result of the specified rules (all corresponding to the specified IDB relation).
computeDisjoint(IDBRelation, Collection) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Computes the result of the specified rules (all corresponding to the specified IDB relation).
computeDisjoint(String, int, Collection) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Computes the result of the specified rules (all corresponding to the specified IDB relation).
computeIndex() - Method in interface de.unidu.is.retrieval.IR
Computes the index, based on the document values which were added before.
computeIndex() - Method in class de.unidu.is.retrieval.pire.PDatalogIR
Computes the index, based on the document values which were added before.
computeIndex() - Method in class de.unidu.is.retrieval.pire.PIRE
Computes the index, based on the document values added.
computeIndex(Index, String) - Method in class de.unidu.is.retrieval.pire.dt.AbstractDT
Computes the indexing weights for the specified index and the operator.
computeIndex(Index, String) - Method in interface de.unidu.is.retrieval.pire.dt.DT
Computes the indexing weights for the specified index and the operator.
computeIndex(Index, String) - Method in class de.unidu.is.retrieval.pire.dt.TextDT
Computes the indexing weights for the specified index and the operator.
computeIndex(Index, String) - Method in class de.unidu.is.retrieval.pire.dt.TextGermanDT
Computes the indexing weights for the specified index and the operator.
computeMoments() - Method in interface de.unidu.is.retrieval.MomentsIR
Computes the moments of the indexing weights.
computeMoments() - Method in interface de.unidu.is.retrieval.pire.Index
Computes the moments of the indexing weights.
computeMoments(String, List) - Method in interface de.unidu.is.retrieval.pire.Index
Finishes the computation of the moments.
computeMoments() - Method in class de.unidu.is.retrieval.pire.PDatalogIR
Computes the moments of the indexing weights.
computeMoments() - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Computes the moments of the indexing weights.
computeMoments(String, List) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Finishes the computation of the moments.
computeMoments() - Method in class de.unidu.is.retrieval.pire.PIRE
Computes the moments of the indexing weights.
computeProbs(String, List, boolean) - Method in interface de.unidu.is.retrieval.pire.Index
Computes the probabilities of relevance for the given query based on the RSVs specified by the list of rules.
computeProbs(String, List, boolean) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Computes the probabilities of relevance for the given query based on the RSVs specified by the list of rules.
computeProbs(String) - Method in class de.unidu.is.retrieval.pire.PIRE
Computes probabilities of relevance based on the documents' RSV.
computeRecursively(IDBRelation, Rule) - Method in class de.unidu.is.pdatalog.RelationBase
Compute the specified rule recursively, applying the naive evaluation.
computeValues(int, double[]) - Method in class de.unidu.is.statistics.DiscreteDistribution
Computes actual values based on the underlying distribution when having the specified number of items, and writes them in decreasing order into the specified array (as many values as possible).
computeValues(int) - Method in class de.unidu.is.statistics.Distribution
Returns an array with actual values based on the underlying distribution in decreasing order (as many values as possible).
computeValues(int, double[]) - Method in class de.unidu.is.statistics.Distribution
Computes actual values based on the underlying distribution when having the specified number of items, and writes them in decreasing order into the specified array (as many values as possible).
computeValues(int, double[]) - Method in class de.unidu.is.statistics.NormalDistribution
Computes actual values based on the underlying normal distribution when having the specified number of items, and writes them in decreasing order into the specified array (as many values as possible).
conditions - Variable in class de.unidu.is.retrieval.pire.PIRE
Map with temporary conditions for retrieval with weighted-sum queries.
config - Variable in class de.unidu.is.pdatalog.RelationBase
PDatalog++ configuration.
config - Variable in class de.unidu.is.sql.SQLFormatterImplementation
Property map for formatting SQL statements.
constant() - Method in class de.unidu.is.pdatalog.parser.SimpleParser
 
construct() - Method in class de.unidu.is.gui.SwingWorker
Compute the value to be returned by the get method.
contains(Literal) - Method in class de.unidu.is.pdatalog.ds.Rule
Tests if this rule contains the specified literal as the head or in the body without considering if the literal is positive or negative.
contains(int) - Method in class de.unidu.is.pdatalog.ds.SubSet
Tests is the specified number num is in this SubSet.
contains(SchemaElement) - Method in class de.unidu.is.retrieval.SchemaElement
Returns true iff the specified element is a child.
contains(Object) - Method in class de.unidu.is.util.DBSet
 
containsAll(Collection) - Method in class de.unidu.is.util.DBSet
 
containsExactly(Literal) - Method in class de.unidu.is.pdatalog.ds.Rule
Tests if this rule contains exactly the specified literal as the head or in the body considering if the literal is positive or negative.
containsExactlyInBody(Literal) - Method in class de.unidu.is.pdatalog.ds.Rule
Tests if this rule contains exactly the specified literal in the body considering if the literal is positive or negative.
containsKey(Object) - Static method in class de.unidu.is.util.Config
Tests if the config contains the specified key.
containsKey(Object) - Method in class de.unidu.is.util.DBKeyPropertyMap
 
containsKey(Object) - Method in class de.unidu.is.util.DBPropertyMap
 
containsKey(Object) - Method in class de.unidu.is.util.DelegatedPropertyMap
 
containsRelation(String) - Method in class de.unidu.is.pdatalog.RelationBase
Tests whether this relation base contains the relation defined by the specified name.
containsValue(Object) - Static method in class de.unidu.is.util.Config
Tests if the config contains the specified value.
containsValue(Object) - Method in class de.unidu.is.util.DBKeyPropertyMap
 
containsValue(Object) - Method in class de.unidu.is.util.DBPropertyMap
 
containsValue(Object) - Method in class de.unidu.is.util.DelegatedPropertyMap
 
content - Variable in class de.unidu.is.expressions.PlainExpression
The content of this expression.
content - Variable in class de.unidu.is.expressions.StringExpression
The content of this expression.
convPath(String) - Method in class de.unidu.is.retrieval.Schema
Converts a XPath path by removing the first element name and "/text()", transforming "/" into "__", "-" into "_" and "@" into "at":
convert(String) - Method in interface de.unidu.is.retrieval.pire.Index
Converts a relative relation name into an absolute one, using the collection name and the index key as a prefix.
convert(String) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Converts a relative relation name into an absolute one, using the collection name and the index key as a prefix.
convert(String) - Static method in class de.unidu.is.util.XMLUtilities
Replaces all unicode entities "&#...;" by a space.
convertCollection(String) - Method in interface de.unidu.is.retrieval.pire.Index
Converts a relative relation name into an absolute one, using only the collection name as a prefix.
convertCollection(String) - Method in class de.unidu.is.retrieval.pire.PDatalogIndex
Converts a relative relation name into an absolute one, using only the collection name as a prefix.
convertDatatypeName(String) - Static method in class de.unidu.is.retrieval.hyrex.HyREXSchema
Converts the datatype name to the PIRE notions.
convertOperator(String) - Method in class de.unidu.is.retrieval.pire.dt.AbstractDT
Converts the operator name into an identifier.
convertOperator(String) - Method in interface de.unidu.is.retrieval.pire.dt.DT
Converts the operator name into an identifier.
convertOperator(String) - Method in class de.unidu.is.retrieval.pire.dt.NumberDT
Converts the operator name into an identifier.
convertOperatorName(String) - Static method in class de.unidu.is.retrieval.hyrex.HyREXSchema
Converts the operator name to the PIRE notions.
convertString(Object, PropertyMap) - Method in class de.unidu.is.util.PropertyMap
Returns the specified String value, using another map from where values can be taken while converting.
costSources() - Method in class de.unidu.is.rs.Costs
Returns the names of all cost sources for which costs are stored in this instance.
count - Variable in class de.unidu.is.gnuplot.ArrayDataSource
The counter for to the current position when iterating through the (x,y) data pairs.
count() - Method in class de.unidu.is.pdatalog.ds.SubSet
Returns the cardinality of in this SubSet.
count(int, int) - Static method in class de.unidu.is.pdatalog.ds.SubSet
Returns the cardinality of in the SubSet created by new SubSet(card,value).
counts - Variable in class de.unidu.is.retrieval.pire.PIRE
Property map with temporary counter for sub-queries.
create(Relation) - Method in class de.unidu.is.pdatalog.PDatalogSQLFormatter
Creates a relation table.
create(int, String) - Method in class de.unidu.is.pdatalog.PDatalogSQLFormatter
Creates a relation table.
create(String, String[], String[]) - Method in class de.unidu.is.pdatalog.PDatalogSQLFormatter
 
create(String, String[], String[]) - Method in interface de.unidu.is.sql.SQLFormatter
Creates a table.
create(String, String[], String[]) - Method in class de.unidu.is.sql.SQLFormatterImplementation
Creates a table.
createDB() - Static method in class de.unidu.is.retrieval.pire.examples.PIREExampleUtils
Creates and returns a new DB object.
createIR() - Static method in class de.unidu.is.retrieval.pire.examples.PIREExampleUtils
Creates an IR object and sets the examples/ddl.xml schema.
createIterator(Object) - Method in class de.unidu.is.util.SequenceIterator
Calls the speicified object to create an iterator.
createLiteral() - Method in class de.unidu.is.pdatalog.ds.Literal
Creates a positive copy of this literal.
createLiteral(boolean) - Method in class de.unidu.is.pdatalog.ds.Literal
Creates a copy of this literal.
createPIRE() - Static method in class de.unidu.is.retrieval.pire.examples.PIREExampleUtils
Creates an PIRE object and sets the attributes "ti" (Text), "au" (Name) and "py" (Year).
createTable(String, String) - Method in class de.unidu.is.util.DB
Creates a table (and removes an already existing table first).
createTableIfNotExists(String, String) - Method in class de.unidu.is.util.DB
Creates a table if it does not exist.
createTextFile(String, Map) - Method in class de.unidu.is.retrieval.lemur.Lemur
Creates a text file (with the terms in it) in TREC format for the specified collection from the database.
createTopicFile(String, Query, boolean) - Method in class de.unidu.is.retrieval.lemur.Lemur
Creates a topic file (with the terms in it) in TREC format for the specified node.
createTopicFile(File, Query, boolean) - Method in class de.unidu.is.retrieval.lemur.Lemur
Creates a topic file (with the terms in it) in TREC format for the specified node.
createView() - Method in class de.unidu.is.gui.BasicTool
Creates a new view. initializes it with the tool as internal frame listener.
currentISODate() - Static method in class de.unidu.is.util.SystemUtilities
Returns the current date in ISO format "yyyymmdd".
currentIterator - Variable in class de.unidu.is.util.SequenceIterator
The current iterator producing items which are returned by this class.

D

DB - class de.unidu.is.util.DB.
This class encapsulates a RDBMS (using JDBC), where connections are managed by a connection pool.
DB(String, String, String, String) - Constructor for class de.unidu.is.util.DB
Creates a new instance.
DB(String, String, String, String, Logger) - Constructor for class de.unidu.is.util.DB
Creates a new instance.
DB(PropertyMap, String) - Constructor for class de.unidu.is.util.DB
Creates a new instance, where the parameters are taken from a map.
DB(PropertyMap, String, String) - Constructor for class de.unidu.is.util.DB
Creates a new instance, where the parameters are taken from a map.
DB(PropertyMap, String, Logger) - Constructor for class de.unidu.is.util.DB
Creates a new instance, where the parameters are taken from a map.
DB(String, String, String, String, String, Logger) - Constructor for class de.unidu.is.util.DB
Deprecated.  
DB(String, String, String, String, String) - Constructor for class de.unidu.is.util.DB
Deprecated.  
DB(String, String, String, String, String, String) - Constructor for class de.unidu.is.util.DB
Deprecated.  
DBColExpression - class de.unidu.is.pdatalog.ds.DBColExpression.
An expression representing an argument column in a relational table.
DBColExpression(String, int) - Constructor for class de.unidu.is.pdatalog.ds.DBColExpression
Creates a new object.
DBColumnExpression - class de.unidu.is.sql.DBColumnExpression.
An expression with encoding a table column, specified by the table and the column name.
DBColumnExpression(String, String) - Constructor for class de.unidu.is.sql.DBColumnExpression
Creates a new expression object.
DBKeyPropertyMap - class de.unidu.is.util.DBKeyPropertyMap.
A special property map backed by a RDBMS table.
DBKeyPropertyMap(DB, String) - Constructor for class de.unidu.is.util.DBKeyPropertyMap
Creates a new instance (and the corresponding table, if it does not exists), and sets the columns to "propkey" and "propvalue".
DBKeyPropertyMap(DB, String, String, String, String, boolean) - Constructor for class de.unidu.is.util.DBKeyPropertyMap
Creates a new instance (and the corresponding table, if it does not exists), and sets the column names.
DBKeyPropertyMap(DB, String, boolean) - Constructor for class de.unidu.is.util.