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

A

ABOUT - Static variable in class org.imemex.queryprocessor.iql.iQLLexer
 
ABOUT - Static variable in class org.imemex.queryprocessor.iql.iQLParser
 
AbstractComponentReplica<T> - Class in org.imemex.componentmappings.impl
Sample default implementation of ComponentReplica based on a HashMap.
AbstractComponentReplica(File) - Constructor for class org.imemex.componentmappings.impl.AbstractComponentReplica
Instantiates a new AbstractComponentReplica.
AbstractComponentReplicaWrapper<T> - Class in org.imemex.componentmappings
 
AbstractComponentReplicaWrapper(ComponentMapping<T>) - Constructor for class org.imemex.componentmappings.AbstractComponentReplicaWrapper
 
AbstractConcatenatingReader - Class in org.imemex.idm.readers
An abstract reader which concatenates several other readers.
AbstractConcatenatingReader() - Constructor for class org.imemex.idm.readers.AbstractConcatenatingReader
 
AbstractContent - Class in org.imemex.idm
Abstract implementation of the content interface.
AbstractContent() - Constructor for class org.imemex.idm.AbstractContent
 
AbstractContentComponentReplica - Class in org.imemex.componentmappings.content.fsreplica
Provides a generic implementation of some of the ComponentReplica interface methods.
AbstractContentComponentReplica() - Constructor for class org.imemex.componentmappings.content.fsreplica.AbstractContentComponentReplica
 
AbstractDataSourcePlugin - Class in org.imemex.datasourceplugins
This abstract implementation of a data source plugin fulfills the following purposes: assert at least one of push or pull is supported maintain the dataSourceID mapping
AbstractDataSourcePlugin() - Constructor for class org.imemex.datasourceplugins.AbstractDataSourcePlugin
 
AbstractDataspace - Class in org.imemex.dataspaceinterfaces.dataspaces
 
AbstractDataspace(long, String, String) - Constructor for class org.imemex.dataspaceinterfaces.dataspaces.AbstractDataspace
 
AbstractDBMSRelation<E> - Class in org.imemex.dataservices.relation
This class contains generic implementations of the relation interface using a DBMS table.
AbstractDBMSRelation() - Constructor for class org.imemex.dataservices.relation.AbstractDBMSRelation
Instantiates a new AbstractDBMSRelation.
AbstractDBMSRelation(DBMSRelationSchema) - Constructor for class org.imemex.dataservices.relation.AbstractDBMSRelation
Instantiates a new AbstractDBMSRelation with the given schema.
AbstractDBMSTupleComponentIndex - Class in org.imemex.componentmappings.tuple.dbms
This abstract class provides common functionality for DBMS-based implementations of tuple component indexes: buffer size = 0 rebuild mapping (not yet implemented)
AbstractDBMSTupleComponentIndex() - Constructor for class org.imemex.componentmappings.tuple.dbms.AbstractDBMSTupleComponentIndex
 
AbstractFile - Class in org.imemex.datasourceplugins.filesystem
Factory class for different file systems like local file system or SMB file system.
AbstractFilterPullOperator<E> - Class in org.imemex.operators
New Filter model.
AbstractFilterPullOperator(PullOperator<E>, Predicate) - Constructor for class org.imemex.operators.AbstractFilterPullOperator
Instantiate this filter.
AbstractFunction - Class in org.imemex.functions
 
AbstractFunction(Function.FuncType, String, Class<?>, List<Class<?>>) - Constructor for class org.imemex.functions.AbstractFunction
 
AbstractGenericFilesystemTestCase - Class in org.imemex.datasourceplugins.filesystem
Tests basic filesystem traversal and querying functionality.
AbstractGenericFilesystemTestCase() - Constructor for class org.imemex.datasourceplugins.filesystem.AbstractGenericFilesystemTestCase
Instantiates a AbstractGenericFilesystemTestCase and sets up the test environment.
AbstractHierarchicalContentConvertedResourceView - Class in org.imemex.contentconverters
This class implements a resource view plugin id scheme in which the plugin id of a view is given by a concatenation of the plugin id from its parent view with a suffix.
AbstractHierarchicalContentConvertedResourceView(String, String) - Constructor for class org.imemex.contentconverters.AbstractHierarchicalContentConvertedResourceView
Instantiates a new AbstractHierarchicalPluginIdentifiableResourceView which has no parent.
AbstractHierarchicalContentConvertedResourceView(AbstractHierarchicalContentConvertedResourceView, String, String) - Constructor for class org.imemex.contentconverters.AbstractHierarchicalContentConvertedResourceView
Instantiates a new AbstractHierarchicalPluginIdentifiableResourceView providing all possible parameters.
AbstractIdentifiableResourceView - Class in org.imemex.resourceviewmanager
Base abstract implementation for an identifiable resource view, i.e., a resource view which is known to the system either by OID (warehousing) or by dataSourceId+pluginAssignedId (mediation).
AbstractIdentifiableResourceView() - Constructor for class org.imemex.resourceviewmanager.AbstractIdentifiableResourceView
Instantiates a new AbstractIdentifiableResourceView
AbstractIMemexActivator - Class in org.imemex.osgi
The abstract imemex activator should be used for all bundle activators in imemex.
AbstractIMemexActivator() - Constructor for class org.imemex.osgi.AbstractIMemexActivator
 
AbstractIndexReplicaCrossCheckTestCase<T> - Class in org.imemex.componentmappings.impl
An abstract test case comparing the resuls returned by a replica and an index.
AbstractIndexReplicaCrossCheckTestCase.ContentMapper - Class in org.imemex.componentmappings.impl
Mapper for content component.
AbstractIndexReplicaCrossCheckTestCase.ContentMapper(PullOperator<Mapping<Content>>) - Constructor for class org.imemex.componentmappings.impl.AbstractIndexReplicaCrossCheckTestCase.ContentMapper
 
AbstractIndexReplicaCrossCheckTestCase.GroupMapper - Class in org.imemex.componentmappings.impl
Mapper for group component.
AbstractIndexReplicaCrossCheckTestCase.GroupMapper(PullOperator<Mapping<Group>>) - Constructor for class org.imemex.componentmappings.impl.AbstractIndexReplicaCrossCheckTestCase.GroupMapper
 
AbstractIndexReplicaCrossCheckTestCase.Mapper<T> - Class in org.imemex.componentmappings.impl
Abstract parameterized Mapper.
AbstractIndexReplicaCrossCheckTestCase.Mapper(PullOperator<Mapping<T>>) - Constructor for class org.imemex.componentmappings.impl.AbstractIndexReplicaCrossCheckTestCase.Mapper
 
AbstractIndexReplicaCrossCheckTestCase.NameMapper - Class in org.imemex.componentmappings.impl
Mapper for name component.
AbstractIndexReplicaCrossCheckTestCase.NameMapper(PullOperator<Mapping<String>>) - Constructor for class org.imemex.componentmappings.impl.AbstractIndexReplicaCrossCheckTestCase.NameMapper
 
AbstractIndexReplicaCrossCheckTestCase.TupleMapper - Class in org.imemex.componentmappings.impl
Mapper for tuple component.
AbstractIndexReplicaCrossCheckTestCase.TupleMapper(PullOperator<Mapping<Tuple>>) - Constructor for class org.imemex.componentmappings.impl.AbstractIndexReplicaCrossCheckTestCase.TupleMapper
 
AbstractLogicalNode - Class in org.imemex.logicalplan
The abstract logical node implements the following common functinality of logical nodes: final getType() final get/setAlias() final get/setDesc() final number of children, get child, get children, get tree size final replace and remove final getMetaData() equals() and getCompareKey() toXML() and toString()
AbstractLogicalNode(String, LogicalNodeType) - Constructor for class org.imemex.logicalplan.AbstractLogicalNode
 
AbstractLogicalNode(String, LogicalNodeType, LogicalNodeMetaData) - Constructor for class org.imemex.logicalplan.AbstractLogicalNode
 
AbstractMapperPullOperator<I,O> - Class in org.imemex.operators
 
AbstractMapperPullOperator(PullOperator<I>) - Constructor for class org.imemex.operators.AbstractMapperPullOperator
Instantiates a new AbstractMapperPullOperator.
AbstractMultiLangDictionary - Class in org.imemex.itrails.impl.dictionaries
 
AbstractMultiLangDictionary() - Constructor for class org.imemex.itrails.impl.dictionaries.AbstractMultiLangDictionary
 
AbstractNameComponentCrossCheckTestCase - Class in org.imemex.componentmappings.name
 
AbstractNameComponentCrossCheckTestCase() - Constructor for class org.imemex.componentmappings.name.AbstractNameComponentCrossCheckTestCase
Instantiates a new AbstractNameComponentCrossCheckTestCase.
AbstractOIDResourceView - Class in org.imemex.componentmappings
TODO
AbstractOIDResourceView() - Constructor for class org.imemex.componentmappings.AbstractOIDResourceView
 
AbstractOIDResourceView(String) - Constructor for class org.imemex.componentmappings.AbstractOIDResourceView
 
AbstractOIDResourceView(long) - Constructor for class org.imemex.componentmappings.AbstractOIDResourceView
 
AbstractPluginIdentifiableResourceView - Class in org.imemex.datasourceplugins
This class implements: get- and set plugin assigned id Comparable.compareTo ConvertableContentComponent interface
AbstractPluginIdentifiableResourceView() - Constructor for class org.imemex.datasourceplugins.AbstractPluginIdentifiableResourceView
 
AbstractPluginIdentifiableResourceView(String, String) - Constructor for class org.imemex.datasourceplugins.AbstractPluginIdentifiableResourceView
 
AbstractPluginIdentifiableResourceView(String) - Constructor for class org.imemex.datasourceplugins.AbstractPluginIdentifiableResourceView
 
AbstractPredicate - Class in org.imemex.predicates
Abstract predicate implementation which does the following: Manage a list of variable names.
AbstractPredicate(Predicate.PredType, List<String>) - Constructor for class org.imemex.predicates.AbstractPredicate
 
AbstractPredicate(Predicate.PredType, String) - Constructor for class org.imemex.predicates.AbstractPredicate
 
AbstractPredicate(Predicate.PredType, String, String) - Constructor for class org.imemex.predicates.AbstractPredicate
 
AbstractPredicate() - Constructor for class org.imemex.predicates.AbstractPredicate
 
AbstractProblemCollector - Class in org.imemex.osgi
TODO
AbstractProblemCollector() - Constructor for class org.imemex.osgi.AbstractProblemCollector
 
AbstractPullOperator<E> - Class in org.imemex.operators
Abstract implementation of a pull operator which has a single element buffer.
AbstractPullOperator() - Constructor for class org.imemex.operators.AbstractPullOperator
 
AbstractPushOperator<E> - Class in org.imemex.operators
An abstract implementation of PushOperator based on the pull paradigm.
AbstractPushOperator() - Constructor for class org.imemex.operators.AbstractPushOperator
 
AbstractQueue<E> - Class in org.imemex.operators.impl
An abstract queue.
AbstractQueue() - Constructor for class org.imemex.operators.impl.AbstractQueue
 
AbstractResourceView - Class in org.imemex.idm
This class implements: get- and set name toString
AbstractResourceView() - Constructor for class org.imemex.idm.AbstractResourceView
 
AbstractResourceView(String) - Constructor for class org.imemex.idm.AbstractResourceView
 
AbstractRewriteRule - Class in org.imemex.logicalplan.rewrite
 
AbstractRewriteRule(String) - Constructor for class org.imemex.logicalplan.rewrite.AbstractRewriteRule
 
AbstractRewriteRule(String[]) - Constructor for class org.imemex.logicalplan.rewrite.AbstractRewriteRule
 
AbstractScoring<E extends IdentifiableResourceView> - Class in org.imemex.queryprocessor.scoring
Provides an abstract implementation of a scoring scheme.
AbstractScoring() - Constructor for class org.imemex.queryprocessor.scoring.AbstractScoring
Instantiates a new AbstractScoring
AbstractScoringRule<E extends IdentifiableResourceView> - Class in org.imemex.queryprocessor.scoring.rules
Provides an abstract implementation of a scoring rule.
AbstractScoringRule() - Constructor for class org.imemex.queryprocessor.scoring.rules.AbstractScoringRule
Default constructor.
AbstractScoringRule(double) - Constructor for class org.imemex.queryprocessor.scoring.rules.AbstractScoringRule
This constructor sets points to p.
AbstractTestCase - Class in org.imemex.testrunner
 
AbstractTestCase() - Constructor for class org.imemex.testrunner.AbstractTestCase
 
AbstractTestCaseTest - Class in org.imemex.testrunner
 
AbstractTestCaseTest() - Constructor for class org.imemex.testrunner.AbstractTestCaseTest
 
AbstractTreeProcessor - Class in org.imemex.logicalplan.treeprocessors
The abstract tree processor can be used, if a logical node tree should be completely traversed until all branches were either matched or visited.
AbstractTreeProcessor() - Constructor for class org.imemex.logicalplan.treeprocessors.AbstractTreeProcessor
 
AbstractTreeWalker - Class in org.imemex.logicalplan.treewalkers
 
AbstractTreeWalker(LogicalNode) - Constructor for class org.imemex.logicalplan.treewalkers.AbstractTreeWalker
instantiate tree walker for pattern
AbstractTreeWalker(String) - Constructor for class org.imemex.logicalplan.treewalkers.AbstractTreeWalker
instantiate tree walker for pattern string
AbstractTreeWalker(String[]) - Constructor for class org.imemex.logicalplan.treewalkers.AbstractTreeWalker
instantiate tree walker for pattern strings
AbstractTupleComponentCrossCheckTestCase - Class in org.imemex.componentmappings.tuple
Abstract class for all tuple component cross check tests.
AbstractTupleComponentCrossCheckTestCase() - Constructor for class org.imemex.componentmappings.tuple.AbstractTupleComponentCrossCheckTestCase
Creates a new AbstractTupleComponentCrossCheckTest instance.
AbstractTupleComponentIndex - Class in org.imemex.componentmappings.tuple
This abstract class provides common functionality for DBMS-based implementations of tuple component indexes.
AbstractTupleComponentIndex() - Constructor for class org.imemex.componentmappings.tuple.AbstractTupleComponentIndex
 
AbstractTupleComponentIndexTestCase - Class in org.imemex.componentmappings.tuple
Executes a suite of tests against a TupleComponentIndex supplied as a parameter.
AbstractTupleComponentIndexTestCase() - Constructor for class org.imemex.componentmappings.tuple.AbstractTupleComponentIndexTestCase
Creates a new instance.
AbstractUnderstandableTreeWalker - Class in org.imemex.logicalplan.treewalkers
 
AbstractUnderstandableTreeWalker() - Constructor for class org.imemex.logicalplan.treewalkers.AbstractUnderstandableTreeWalker
 
accept(File, String) - Method in class org.imemex.start.oneclick.TailFilter
does the filter accept this filename
ACTION - Static variable in class org.imemex.queryprocessor.iQL
 
ACTION_DOUBLE_SLASH - Static variable in class org.imemex.queryprocessor.iQL
 
ACTION_NAME_SELECTOR - Static variable in class org.imemex.queryprocessor.iQL
 
ACTION_PREDICATE - Static variable in class org.imemex.queryprocessor.iQL
 
ACTION_SLASH - Static variable in class org.imemex.queryprocessor.iQL
 
action_table() - Method in class org.imemex.contentconverters.resourceview.tex.parser
Access to parse-action table.
actionToString(int) - Static method in class org.imemex.datasourceplugins.filesystem.nativefs.windows.changejournal.Reasons
 
Activator - Class in org.imemex.componentmappings
Activator for the Component Mapping Proxy bundle.
Activator() - Constructor for class org.imemex.componentmappings.Activator
 
Activator - Class in org.imemex.componentmappings.allbutgroup.lucene
Activator for the Lucene AllButGroup Components Index.
Activator() - Constructor for class org.imemex.componentmappings.allbutgroup.lucene.Activator
 
Activator - Class in org.imemex.componentmappings.content.fsreplica
Activator for the FileSystem Content Component Replica.
Activator() - Constructor for class org.imemex.componentmappings.content.fsreplica.Activator
 
Activator - Class in org.imemex.componentmappings.content.lucene
Activator for the Lucene Content Component Index.
Activator() - Constructor for class org.imemex.componentmappings.content.lucene.Activator
 
Activator - Class in org.imemex.componentmappings.group.dbms
Activator for the DBMS Group Component Index.
Activator() - Constructor for class org.imemex.componentmappings.group.dbms.Activator
 
Activator - Class in org.imemex.componentmappings.group.hashmap
Activator for the HashMap Group Component Replica.
Activator() - Constructor for class org.imemex.componentmappings.group.hashmap.Activator
 
Activator - Class in org.imemex.componentmappings.name.hashmap
Activator for the HashMap Name Component Replica.
Activator() - Constructor for class org.imemex.componentmappings.name.hashmap.Activator
 
Activator - Class in org.imemex.componentmappings.name.lucene
Activator for the Lucene Name Component Index.
Activator() - Constructor for class org.imemex.componentmappings.name.lucene.Activator
 
Activator - Class in org.imemex.componentmappings.tuple.dbms
Activator for the DBMS Tuple Component Index.
Activator() - Constructor for class org.imemex.componentmappings.tuple.dbms.Activator
 
Activator - Class in org.imemex.componentmappings.tuple.inmemory
Activator for the In-Memory Tuple Component Index.
Activator() - Constructor for class org.imemex.componentmappings.tuple.inmemory.Activator
 
Activator - Class in org.imemex.componentmappings.tuple.vertical
Activator for the Vertical Tuple Component Index.
Activator() - Constructor for class org.imemex.componentmappings.tuple.vertical.Activator
 
Activator - Class in org.imemex.config.impl
 
Activator() - Constructor for class org.imemex.config.impl.Activator
 
Activator - Class in org.imemex.contentconverters.resourceview
 
Activator() - Constructor for class org.imemex.contentconverters.resourceview.Activator
 
Activator - Class in org.imemex.contentconverters.text
 
Activator() - Constructor for class org.imemex.contentconverters.text.Activator
 
Activator - Class in org.imemex.contentconverters.xml
 
Activator() - Constructor for class org.imemex.contentconverters.xml.Activator
 
Activator - Class in org.imemex.dataservices
Activator for the Data Services bundle.
Activator() - Constructor for class org.imemex.dataservices.Activator
 
Activator - Class in org.imemex.datasourceplugins
Activator for the Data Source Proxy plugin.
Activator() - Constructor for class org.imemex.datasourceplugins.Activator
 
Activator - Class in org.imemex.datasourceplugins.filesystem
 
Activator() - Constructor for class org.imemex.datasourceplugins.filesystem.Activator
 
Activator - Class in org.imemex.datasourceplugins.generated
Activator for the Generated data source plugin.
Activator() - Constructor for class org.imemex.datasourceplugins.generated.Activator
 
Activator - Class in org.imemex.datasourceplugins.imap
 
Activator() - Constructor for class org.imemex.datasourceplugins.imap.Activator
 
Activator - Class in org.imemex.datasourceplugins.jdbc
Activator for the JDBC data source plugin.
Activator() - Constructor for class org.imemex.datasourceplugins.jdbc.Activator
 
Activator - Class in org.imemex.datasourceplugins.webxml
 
Activator() - Constructor for class org.imemex.datasourceplugins.webxml.Activator
 
Activator - Class in org.imemex.functions
Activator for the Functions.
Activator() - Constructor for class org.imemex.functions.Activator
 
Activator - Class in org.imemex.interfaces.batch
 
Activator() - Constructor for class org.imemex.interfaces.batch.Activator
 
Activator - Class in org.imemex.interfaces.console
 
Activator() - Constructor for class org.imemex.interfaces.console.Activator
 
Activator - Class in org.imemex.materializedviewmanager.impl
 
Activator() - Constructor for class org.imemex.materializedviewmanager.impl.Activator
 
Activator - Class in org.imemex.resourceviewmanager
Activator for the Resource View Manager plugin.
Activator() - Constructor for class org.imemex.resourceviewmanager.Activator
 
Activator - Class in org.imemex.testcases
This bundle does extract the testcase names from its jars, calls the testrunner service with these names and then aggregates the results into one XML-file.
Activator() - Constructor for class org.imemex.testcases.Activator
 
Activator - Class in org.imemex.testrunner.impl
Tis is the activator of the testrunner bundle.
Activator() - Constructor for class org.imemex.testrunner.impl.Activator
 
AdaptedIdentifiableGroup - Class in org.imemex.resourceviewmanager.mappers
Adapts a group component that consists of PluginIdentifiableResourceViews to a group component that consists of IdentifiableResourceViews.
AdaptedIdentifiableGroup(Group, long) - Constructor for class org.imemex.resourceviewmanager.mappers.AdaptedIdentifiableGroup
Instantiates a new AdaptedIdentifiableGroup.
AdaptedIdentifiableResourceView - Class in org.imemex.resourceviewmanager.mappers
Adapts a PluginIdentifiableResourceView to an IdentifiableResourceView, so that resource views directly obtained via meditation may be returned as query results in the RVM.
AdaptedIdentifiableResourceView(PluginIdentifiableResourceView, long) - Constructor for class org.imemex.resourceviewmanager.mappers.AdaptedIdentifiableResourceView
Instantiates a new AdaptedIdentifiableResourceView.
AdaptedIterator<E> - Class in org.imemex.operators.impl
Adapts a PullOperator to an Iterator by correctly handling the calls to open and close in the pull operator.
AdaptedIterator(PullOperator<E>) - Constructor for class org.imemex.operators.impl.AdaptedIterator
Instantiates a new AdaptedIterator.
AdaptedMapping<T> - Class in org.imemex.componentmappings.tuple.vertical
Instances of this class are used to wrap mapping instances and provide them with a different equals method implementation.
AdaptedMapping(Mapping<T>) - Constructor for class org.imemex.componentmappings.tuple.vertical.AdaptedMapping
Instantiates a new WrappedMapping.
AdaptedMappingPullOperator<T> - Class in org.imemex.componentmappings.tuple.vertical
Maps a pull operator of mapping instances to a pull operator of adapted mappings.
AdaptedMappingPullOperator(PullOperator<Mapping<T>>) - Constructor for class org.imemex.componentmappings.tuple.vertical.AdaptedMappingPullOperator
Instantiates a new AdaptedMappingPullOperator.
AdaptedOIDGroup - Class in org.imemex.resourceviewmanager.mappers
Maps Group instances to other Group instances in which all indirectly related resource views are adapted to OIDResourceViews.
AdaptedOIDGroup(Group, long) - Constructor for class org.imemex.resourceviewmanager.mappers.AdaptedOIDGroup
 
AdaptedOIDResourceView - Class in org.imemex.resourceviewmanager.mappers
TODO
AdaptedOIDResourceView(PluginIdentifiableResourceView, long) - Constructor for class org.imemex.resourceviewmanager.mappers.AdaptedOIDResourceView
 
add(E) - Method in class org.imemex.dataservices.relation.AbstractDBMSRelation
 
add(long) - Method in class org.imemex.oidarray.OIDArray
Add an OID to this array if and only if there is space left.
add(PullOperator<E>) - Method in class org.imemex.operators.impl.ListPullOperator
 
add(PullOperator<IdentifiableResourceView>) - Method in class org.imemex.resourceviewmanager.cache.Cache
Add given resource views to the cache, replacing previous entries.
addAll(Collection<? extends E>) - Method in class org.imemex.dataservices.relation.AbstractDBMSRelation
 
addAll(Group) - Method in class org.imemex.datasourceplugins.jdbc.TableGroup
 
addAll(Group) - Method in class org.imemex.idm.DecoratedGroup
 
addAll(Group<T>) - Method in class org.imemex.idm.DefaultGroup
 
addAll(Group<T>) - Method in interface org.imemex.idm.Group
Adds all resource views in the given group to this group's set and sequence.
addAll(Group) - Method in class org.imemex.resourceviewmanager.cache.CachedGroup
 
addAnnotation(String, Object) - Method in class org.imemex.logicalplan.DefaultLogicalNodeMetaData
 
addAnnotation(String, Object) - Method in interface org.imemex.logicalplan.LogicalNodeMetaData
adds a new annotation
only works if annotation does not exist already
addApplicableITrail(iTrailMatch) - Method in class org.imemex.itrails.RVtoCtxITrailMapping
adds an applicable trail to list
addChild(LogicalNode) - Method in class org.imemex.logicalplan.LogicalNodes.NAryUnion
adds a new child to this parallel union logical node
note: parallel union may and should be used for n-ary unions (n>2).
addClass(Class) - Static method in class org.imemex.utils.SystemShutdown
Adds the given class to the shutdown process.
addColumn(String, Type, boolean) - Method in class org.imemex.dataservices.relation.DBMSRelationSchema
Adds a column to the schema for this table.
addContextNavigation(GWTResourceView.ContextNavigation) - Method in class org.imemex.interfaces.http.gwt.serverapi.GWTResourceView
Adds a context navigation to the list of possible navigations.
addDataspace(String, Map<String, String>) - Method in interface org.imemex.dataspaceinterfaces.DataspaceManager
 
addExecTime(long, Operator.ExecTimeType) - Method in class org.imemex.operators.AbstractPullOperator
 
addExecTime(long, Operator.ExecTimeType) - Method in class org.imemex.operators.AbstractPushOperator
 
addExecTime(long, Operator.ExecTimeType) - Method in class org.imemex.operators.impl.DecoratedPullOperator
 
addExecTime(long, Operator.ExecTimeType) - Method in class org.imemex.operators.impl.EmptyPullOperator
 
addExecTime(long, Operator.ExecTimeType) - Method in interface org.imemex.operators.Operator
If an operator implementor wants - and it would if everyone did, he may collect execution times using this method.
addFile(File) - Method in class org.imemex.testcases.XMLResultAggregatorSimplifiedInterface
Add a new file containing the XML results to aggregate
addHost(String) - Method in class org.imemex.dataspaceinterfaces.dataspaces.DataSource
 
addIndex(String, DBMSRelationSchema.IndexInfo) - Method in class org.imemex.dataservices.relation.DBMSRelationSchema
Adds an index to this relation schema.
addJournalRecord(String, long, long, long, long, int, boolean) - Method in class org.imemex.datasourceplugins.filesystem.nativefs.windows.changejournal.JournalData
 
addKeyword(String) - Method in class org.imemex.dataspaceinterfaces.dataspaces.AbstractDataspace
 
addKeywordList(int, String, List) - Method in class org.imemex.resourceviewmanager.ScoreAttributes
 
AddLineage - Class in org.imemex.itrails.impl
Logical Node: ADDLINEAGE
AddLineage(LogicalNode, LineageFunction) - Constructor for class org.imemex.itrails.impl.AddLineage
 
AddLineage(String, LogicalNode, LineageFunction) - Constructor for class org.imemex.itrails.impl.AddLineage
 
AddLineageInfoOperator<E extends ResourceView> - Class in org.imemex.itrails.impl.operators
 
AddLineageInfoOperator(PullOperator<E>, LineageFunction) - Constructor for class org.imemex.itrails.impl.operators.AddLineageInfoOperator
 
addListener(ConditionChecker, String, String, long, PushOperator<Event>) - Method in class org.imemex.datasourceplugins.filesystem.nativefs.windows.watcher.WatchersManager
Registers a listener to the manager, a listener is basically just a subscription request to file change events.
addMeasurement(String, String, double) - Static method in class org.imemex.utils.MeasurementTracker
Adds a measurement for the specified action.
addMissingEntries(String, String) - Static method in class org.imemex.config.impl.XMLConfigDescriptions
adds missing entries to desc file (default values, edit manually!)
addNode(long, long, String) - Method in class org.imemex.datasourceplugins.filesystem.nativefs.windows.changejournal.FileReferenceDB
 
addNode(long, long, String) - Method in class org.imemex.datasourceplugins.filesystem.nativefs.windows.changejournal.FileTreeData
 
addOperator(PullOperator<T>, String) - Method in class org.imemex.operators.impl.ParallelPullOperator
adds a pullooperatr to be pulled from in parallel
addPossibility(LogicalNode) - Method in class org.imemex.logicalplan.LogicalNodes.Choose
 
addressesToString(Address[]) - Static method in class org.imemex.datasourceplugins.imap.Util
 
addSubdataspace(String, String, String) - Method in interface org.imemex.dataspaceinterfaces.DataspaceManager
 
addSubdataspace(AbstractDataspace, String) - Method in class org.imemex.dataspaceinterfaces.dataspaces.DefaultDataspace
 
addSubdataspace(String, String) - Method in class org.imemex.dataspaceinterfaces.dataspaces.UnregisteredDataspace
 
addSubdataspace(DefaultDataspace, AbstractDataspace, String, User) - Method in interface org.imemex.dataspaceinterfaces.Nameservice
 
addToGroupSet(long, PullOperator<OIDResourceView>) - Method in interface org.imemex.componentmappings.ComponentMappingProxy
Adds the resource views given in the pull operator to the set of the group component of the resource view with OID .
addToGroupSet(long, PullOperator) - Method in class org.imemex.componentmappings.notexported.DefaultComponentMappingProxy
 
addToSequence(String) - Method in class org.imemex.interfaces.http.gwt.serverapi.GWTResourceView
Adds the given resource view identifier to the group sequence.
addToSet(long, PullOperator<OIDResourceView>) - Method in class org.imemex.componentmappings.group.dbms.DBMSGroupComponentReplica
 
addToSet(long, PullOperator<OIDResourceView>) - Method in interface org.imemex.componentmappings.group.GroupComponentMapping
TODO
addToSet(long, PullOperator<OIDResourceView>) - Method in class org.imemex.componentmappings.group.hashmap.DefaultGroupComponentReplica
 
addToSet(PluginIdentifiableResourceView) - Method in class org.imemex.datasourceplugins.jdbc.TableGroup
 
addToSet(ResourceView) - Method in class org.imemex.idm.DecoratedGroup
 
addToSet(T) - Method in class org.imemex.idm.DefaultGroup
 
addToSet(T) - Method in interface org.imemex.idm.Group
adds a resource view to the set
addToSet(String) - Method in class org.imemex.interfaces.http.gwt.serverapi.GWTResourceView
Adds the given resource view identifier to the group set.
addToSet(CachedIdentifiableResourceView) - Method in class org.imemex.resourceviewmanager.cache.CachedGroup
 
addTransformation(LogicalNode) - Method in class org.imemex.itrails.impl.SnapshotMatch
Adds one extra transformation to this matched node.
AllButGroupMatcherLucene - Class in org.imemex.componentmappings.allbutgroup.lucene
This tree walker matches a query for all but the group component.
AllButGroupMatcherLucene(GenericLuceneIndex) - Constructor for class org.imemex.componentmappings.allbutgroup.lucene.AllButGroupMatcherLucene
 
AllButGroupMatchingTreeWalker - Class in org.imemex.componentmappings.allbutgroup
This tree walker matches
nary_union(filter(all),filter(all),filter(all)) where the filter predicates are RV.name, RV.tuple and RV.content
AllButGroupMatchingTreeWalker() - Constructor for class org.imemex.componentmappings.allbutgroup.AllButGroupMatchingTreeWalker
 
AllButGroupReader - Class in org.imemex.idm.readers
A concatenating reader over an index view which reads name, tuple and content.
AllButGroupReader(ResourceView) - Constructor for class org.imemex.idm.readers.AllButGroupReader
 
AllButGroupReaderTest - Class in org.imemex.idm.readers
Test if the all but group reader works well.
AllButGroupReaderTest() - Constructor for class org.imemex.idm.readers.AllButGroupReaderTest
 
allResourceViews(long) - Method in interface org.imemex.datasourceplugins.DataSourcePlugin
Its a pull operator over all start views from the data source given.
allResourceViews(long) - Method in class org.imemex.datasourceplugins.filesystem.GenericFilesystem
 
allResourceViews(long) - Method in class org.imemex.datasourceplugins.generated.GeneratedDataSourcePlugin
 
allResourceViews(long) - Method in class org.imemex.datasourceplugins.imap.IMAP
Returns the root IMAPFolder of this repository.
allResourceViews(long) - Method in class org.imemex.datasourceplugins.jdbc.JDBCDataSourcePlugin
 
allResourceViews(long) - Method in class org.imemex.datasourceplugins.webxml.WebXML
 
allResourceViews() - Method in class org.imemex.resourceviewmanager.notexported.DefaultResourceViewManager
 
allResourceViews() - Method in interface org.imemex.resourceviewmanager.ResourceViewManager
Obtains all resource views registered in the ResourceViewManager.
allResourceViews2() - Method in class org.imemex.resourceviewmanager.notexported.DefaultResourceViewManager
 
allResourceViews2() - Method in interface org.imemex.resourceviewmanager.ResourceViewManager
Fallback to get all resource views known in the system.
alterContentComponent(IdentifiableResourceView, Content) - Method in class org.imemex.interfaces.DefaultIMeMexInterface
 
alterContentComponent(IdentifiableResourceView, Content) - Method in interface org.imemex.interfaces.IMeMexInterface
Alters the content component of a single RV.
alterContentComponent(long, String, Content) - Method in class org.imemex.resourceviewmanager.notexported.DefaultResourceViewManager
 
alterContentComponent(long, String, Content) - Method in interface org.imemex.resourceviewmanager.ResourceViewManager
Alters the content component of a single RV.
alterGroupComponent(IdentifiableResourceView, Group) - Method in class org.imemex.interfaces.DefaultIMeMexInterface
 
alterGroupComponent(IdentifiableResourceView, Group) - Method in interface org.imemex.interfaces.IMeMexInterface
Alters the group component of a single RV.
alterGroupComponent(long, String, Group) - Method in class org.imemex.resourceviewmanager.notexported.DefaultResourceViewManager
 
alterGroupComponent(long, String, Group) - Method in interface org.imemex.resourceviewmanager.ResourceViewManager
Alters the group component of a single RV.
alterNameComponent(long, String, String) - Method in class org.imemex.resourceviewmanager.notexported.DefaultResourceViewManager
 
alterNameComponent(long, String, String) - Method in interface org.imemex.resourceviewmanager.ResourceViewManager
Alters the name component of a single RV.
alterResourceView(IdentifiableResourceView, Tuple, Content, Group) - Method in class org.imemex.interfaces.DefaultIMeMexInterface
 
alterResourceView(IdentifiableResourceView, Tuple, Content, Group) - Method in interface org.imemex.interfaces.IMeMexInterface
Alters a single RV.
alterResourceView(long, String, String, Tuple, Content, Group) - Method in class org.imemex.resourceviewmanager.notexported.DefaultResourceViewManager
 
alterResourceView(long, ResourceView) - Method in class org.imemex.resourceviewmanager.notexported.DefaultResourceViewManager
 
alterResourceView(long, String, String, Tuple, Content, Group) - Method in interface org.imemex.resourceviewmanager.ResourceViewManager
Alters a single RV.
alterResourceView(long, ResourceView) - Method in interface org.imemex.resourceviewmanager.ResourceViewManager
Checks for changes in the given resource view and performs the appropriate updates.
alterResourceViews(String) - Method in class org.imemex.interfaces.DefaultIMeMexInterface
 
alterResourceViews(String) - Method in interface org.imemex.interfaces.IMeMexInterface
Alters a set of RVs.
alterTupleComponent(IdentifiableResourceView, Tuple) - Method in class org.imemex.interfaces.DefaultIMeMexInterface
 
alterTupleComponent(IdentifiableResourceView, Tuple) - Method in interface org.imemex.interfaces.IMeMexInterface
Alters the tuple component of a single RV.
alterTupleComponent(long, String, Tuple) - Method in class org.imemex.resourceviewmanager.notexported.DefaultResourceViewManager
 
alterTupleComponent(long, String, Tuple) - Method in interface org.imemex.resourceviewmanager.ResourceViewManager
Alters the tuple component of a single RV.
And - Class in org.imemex.predicates
 
And(Predicate, Predicate) - Constructor for class org.imemex.predicates.And
 
AND - Static variable in class org.imemex.queryprocessor.iQL
 
AND - Static variable in class org.imemex.queryprocessor.iql.iQLLexer
 
AND - Static variable in class org.imemex.queryprocessor.iql.iQLParser
 
AND - Static variable in interface org.imemex.queryprocessor.iqlold.iQLLexerTokenTypes
 
AND - Static variable in interface org.imemex.queryprocessor.iqlold.iQLTokenTypes
 
andExpr() - Method in class org.imemex.queryprocessor.iql.iQLParser
 
annotateWholeSubtree(LogicalNode, String, String) - Static method in class org.imemex.logicalplan.treewalkers.LogTreeAnnotate
 
annotateWholeSubtree(LogicalNode, List<String>, String) - Static method in class org.imemex.logicalplan.treewalkers.LogTreeAnnotate
 
AntiHashJoinPullOperator<E> - Class in org.imemex.operators.impl
 
AntiHashJoinPullOperator(PullOperator<E>, PullOperator<E>) - Constructor for class org.imemex.operators.impl.AntiHashJoinPullOperator
creates a new intersection operator result is all\op1
ANY - Static variable in interface org.imemex.logicalplan.LogicalNodes
 
appendToGroupSequence(long, PullOperator<OIDResourceView>) - Method in interface org.imemex.componentmappings.ComponentMappingProxy
Appends the resource views given in the pull operator to the sequence of the group component of the resource view with OID .
appendToGroupSequence(long, PullOperator) - Method in class org.imemex.componentmappings.notexported.DefaultComponentMappingProxy
 
appendToSequence(long, PullOperator<OIDResourceView>) - Method in class org.imemex.componentmappings.group.dbms.DBMSGroupComponentReplica
 
appendToSequence(long, PullOperator<OIDResourceView>) - Method in interface org.imemex.componentmappings.group.GroupComponentMapping
TODO
appendToSequence(long, PullOperator<OIDResourceView>) - Method in class org.imemex.componentmappings.group.hashmap.DefaultGroupComponentReplica
 
appendToSequence(PluginIdentifiableResourceView) - Method in class org.imemex.datasourceplugins.jdbc.TableGroup
 
appendToSequence(ResourceView) - Method in class org.imemex.idm.DecoratedGroup
 
appendToSequence(T) - Method in class org.imemex.idm.DefaultGroup
 
appendToSequence(T) - Method in interface org.imemex.idm.Group
appends a resource view to the Sequence (at last position)
appendToSequence(CachedIdentifiableResourceView) - Method in class org.imemex.resourceviewmanager.cache.CachedGroup
 
applyDisplayProperties(QueryPlan<IdentifiableResourceView>, DisplayProperties) - Method in interface org.imemex.displaymanager.DisplayManager
applies given display properties on a compiled query plan
applyDisplayProperties(QueryPlan<IdentifiableResourceView>, DisplayProperties) - Method in class org.imemex.displaymanager.impl.DefaultDisplayManager
 
applyDisplayProperties(QueryPlan<IdentifiableResourceView>, DisplayProperties) - Method in class org.imemex.interfaces.DefaultIMeMexInterface
 
applyDisplayProperties(QueryPlan<IdentifiableResourceView>, DisplayProperties) - Method in interface org.imemex.interfaces.IMeMexInterface
applies given display properties on a compiled query plan
applyRules(List<T>, LogicalNode) - Static method in class org.imemex.logicalplan.treewalkers.AbstractTreeWalker
Try to rewrite given logical node using the given rules.
applyTrails() - Method in class org.imemex.logicalplan.DefaultLogicalNodeMetaData
 
applyTrails() - Method in interface org.imemex.logicalplan.LogicalNodeMetaData
 
ArrayPullOperator<T> - Class in org.imemex.operators.impl
 
ArrayPullOperator(PullOperator<T>) - Constructor for class org.imemex.operators.impl.ArrayPullOperator
 
arrayToString(Object[]) - Static method in class org.imemex.dataservices.iMeMexConnection
 
AS - Static variable in class org.imemex.queryprocessor.iql.iQLLexer
 
AS - Static variable in class org.imemex.queryprocessor.iql.iQLParser
 
AS - Static variable in interface org.imemex.queryprocessor.iqlold.iQLLexerTokenTypes
 
AS - Static variable in interface org.imemex.queryprocessor.iqlold.iQLTokenTypes
 
assertFileExists(File) - Static method in class org.imemex.utils.io.PlainCollectionSerializer
Assert file exists, otherwise create it along with its parent directories.
assertPullOperator(PullOperator, int, boolean) - Static method in class org.imemex.testrunner.TestUtils
Asserts that the pull operator given as input has the size given.
AT - Static variable in interface org.imemex.logicalplan.LogicalPatternTokenTypes
 
AT - Static variable in class org.imemex.queryprocessor.iql.iQLLexer
 
AT - Static variable in class org.imemex.queryprocessor.iql.iQLParser
 
AT - Static variable in interface org.imemex.queryprocessor.iqlold.iQLLexerTokenTypes
 
ATTRIBUTE_MODIFIED - Static variable in class org.imemex.datasourceplugins.filesystem.nativefs.windows.ChangeEventsProcessor
 
AttributeAlreadyExistsException - Exception in org.imemex.idm
TODO
AttributeAlreadyExistsException() - Constructor for exception org.imemex.idm.AttributeAlreadyExistsException
 
AttributeExistsPredicate - Class in org.imemex.idm
Checks for the existance of an attribute in a tuple component.
AttributeExistsPredicate(String, String) - Constructor for class org.imemex.idm.AttributeExistsPredicate
 
attrSelection(boolean) - Method in class org.imemex.queryprocessor.iql.iQLParser
 
AUTO_RUN_ALL_TESTS - Static variable in interface org.imemex.utils.IMeMexSystemProperties
The property that indicates if all tests should be automatically run.

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