wt.fc
Interface ResultProcessor

All Known Subinterfaces:
FilterResultProcessor, NavigateResultProcessor, ObjectVectorIfc
All Known Implementing Classes:
AbstractFilterResultProcessor, BasicObjectVector, BasicQueryService.TypeInstanceResultProcessor, CompositeAccessController.FilterResultProcessorBridge, EPMNavigateUtility.QueryResultProcessor, ExpandAllResultProcessor, MultiObjIBAValueDBService.CopyResultProcessor, NavigateCollectors.AbstractCollector, SourceLinkMapResultProcessor, StreamObjectVector, WTArrayList, WTHashSet, WTKeyedHashMap

public interface ResultProcessor



Supported API: false

Extendable: false


Method Summary
 void addElement(Object anObj)
          Add the specified object to the result processor, and increase the size by one

Supported API: false
 int size()
          Return the number of objects which have been added by the result processor

Supported API: false
 

Method Detail

addElement

public void addElement(Object anObj)
Add the specified object to the result processor, and increase the size by one

Supported API: false

Parameters:
anObj -

size

public int size()
Return the number of objects which have been added by the result processor

Supported API: false

Returns:
int