org.imemex.componentmappings.impl
Class AbstractIndexReplicaCrossCheckTestCase.GroupMapper

java.lang.Object
  extended by org.imemex.operators.AbstractPullOperator<O>
      extended by org.imemex.operators.AbstractMapperPullOperator<Mapping<T>,ResourceView>
          extended by org.imemex.componentmappings.impl.AbstractIndexReplicaCrossCheckTestCase.Mapper<Group>
              extended by org.imemex.componentmappings.impl.AbstractIndexReplicaCrossCheckTestCase.GroupMapper
All Implemented Interfaces:
java.util.Iterator<ResourceView>, Operator, PullOperator<ResourceView>
Enclosing class:
AbstractIndexReplicaCrossCheckTestCase<T>

public static class AbstractIndexReplicaCrossCheckTestCase.GroupMapper
extends AbstractIndexReplicaCrossCheckTestCase.Mapper<Group>

Mapper for group component.

Author:
jens

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.imemex.operators.Operator
Operator.ExecTimeType
 
Field Summary
 
Fields inherited from class org.imemex.operators.AbstractPullOperator
measureNext
 
Constructor Summary
AbstractIndexReplicaCrossCheckTestCase.GroupMapper(PullOperator<Mapping<Group>> replicaResult)
           
 
Method Summary
 
Methods inherited from class org.imemex.operators.AbstractMapperPullOperator
close, getInputOperators, getMetaData, open
 
Methods inherited from class org.imemex.operators.AbstractPullOperator
addExecTime, getDesc, getExecTime, getNumberOfElementsPassed, hasNext, next, peek, remove, setDesc, toObjectPullOperator, toString, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractIndexReplicaCrossCheckTestCase.GroupMapper

public AbstractIndexReplicaCrossCheckTestCase.GroupMapper(PullOperator<Mapping<Group>> replicaResult)