com.hammurapi.eventbus.tests.familyties
Class FamilyTiesEventStoreAbstractPredicate

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.extract.ExtractorBase<T,V,C>
      extended by com.hammurapi.extract.AbstractExtractor<T,Boolean,C>
          extended by com.hammurapi.extract.AbstractPredicate<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore>
              extended by com.hammurapi.eventbus.tests.familyties.FamilyTiesEventStoreAbstractPredicate
All Implemented Interfaces:
FamilyTiesEventStorePredicate, Extractor<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,Boolean,FamilyTiesEventStore>, Predicate<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore>

public abstract class FamilyTiesEventStoreAbstractPredicate
extends AbstractPredicate<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore>
implements FamilyTiesEventStorePredicate

Domain-specific event store predicate interface.


Field Summary
 
Fields inherited from class com.hammurapi.extract.ExtractorBase
cost, costUnit, initialCost, invocations, nanos, totalCost
 
Constructor Summary
FamilyTiesEventStoreAbstractPredicate(double initialCost, TimeUnit costUnit, boolean contextDependent)
           
 
Method Summary
 
Methods inherited from class com.hammurapi.extract.AbstractExtractor
isContextDependent, parameterIndices
 
Methods inherited from class com.hammurapi.extract.ExtractorBase
compareTo, createCacheEntry, equals, extract, extractInternal, getCost
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hammurapi.extract.Extractor
compareTo, extract, getCost, isContextDependent, parameterIndices
 

Constructor Detail

FamilyTiesEventStoreAbstractPredicate

public FamilyTiesEventStoreAbstractPredicate(double initialCost,
                                             TimeUnit costUnit,
                                             boolean contextDependent)