Uses of Interface
org.egothor.core.IListMetadata

Packages that use IListMetadata
org.egothor.core This package concentrates the core data objects and interfaces. 
org.egothor.core.memory This package contains an implementation of barrels in memory. 
org.egothor.dir This package defines objects of distributed IR layer. 
org.egothor.slotter This package is responsible for management of arrays of DynStruct objects. 
org.egothor.store This package contains an implementation of barrels on a hard disk. 
 

Uses of IListMetadata in org.egothor.core
 

Methods in org.egothor.core that return IListMetadata
 IListMetadata Barrel.getIListMeta(java.lang.String term)
          Return the inverted list metadata of the given term.
 

Methods in org.egothor.core that return types with arguments of type IListMetadata
 Sequence<? extends IListMetadata> Barrel.expand(java.lang.String expr)
          Return the enumeration of all IListMetadata objects which match the expression.
 

Uses of IListMetadata in org.egothor.core.memory
 

Methods in org.egothor.core.memory that return IListMetadata
 IListMetadata Document.getIListMeta(java.lang.String term)
          Return a simple IListMetadata structure that computes its getLength() as size()-deleted().
 IListMetadata MemoryBarrel.getIListMeta(java.lang.String term)
          Return the metadata of the inverted list constructed for the given term.
 

Methods in org.egothor.core.memory that return types with arguments of type IListMetadata
 Sequence<IListMetadata> Document.expand(java.lang.String expr)
          Not implemented.
 Sequence<? extends IListMetadata> MemoryBarrel.expand(java.lang.String expr)
          Return an Enumeration which will contain inverted list metadata for any inverted list constructed for a term containing the given regular expression.
 

Uses of IListMetadata in org.egothor.dir
 

Methods in org.egothor.dir that return IListMetadata
 IListMetadata Group.getIListMeta(java.lang.String term)
          Return the inverted list metadata for the given term.
 IListMetadata TankerImplSecure.getIListMeta(java.lang.String term)
           
 

Methods in org.egothor.dir that return types with arguments of type IListMetadata
 Sequence<? extends IListMetadata> Group.expand(java.lang.String expr)
          Return the enumeration of all IListMetadata objects which match the expression.
 Sequence<? extends IListMetadata> TankerImplSecure.expand(java.lang.String expr)
           
 

Uses of IListMetadata in org.egothor.slotter
 

Methods in org.egothor.slotter that return IListMetadata
 IListMetadata BarrelShadow.getIListMeta(java.lang.String term)
          Return the inverted list metadata of the given term.
 

Methods in org.egothor.slotter that return types with arguments of type IListMetadata
 Sequence<? extends IListMetadata> BarrelShadow.expand(java.lang.String expr)
          Return the enumeration of all IListMetadata objects which match the expression.
 

Uses of IListMetadata in org.egothor.store
 

Classes in org.egothor.store that implement IListMetadata
 class IListMetadata
          The IListMetadata class defines the core metadata of the inverted list, its length.
 class IListMetadataRead
           
 class IListMetadataWrite
           
 

Methods in org.egothor.store that return types with arguments of type IListMetadata
 Sequence<? extends IListMetadata> Terms.elements(java.lang.String prefix)
          Return an Enumeration of elements containing the given prefix.
 Sequence<? extends IListMetadata> ThickBarrel.expand(java.lang.String expr)
          Description of the Method