com.hammurapi.eventbus
Class PredicateChainingMatcher.JoinNode

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.PredicateChainingMatcher.JoinNode
Enclosing class:
PredicateChainingMatcher<E,P extends Comparable<P>,C,K,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>

protected class PredicateChainingMatcher.JoinNode
extends Object

Joins several inputs, applies predicate(s)


Constructor Summary
PredicateChainingMatcher.JoinNode(int finalCardinality, com.hammurapi.eventbus.PredicateChainingMatcher.PredicateNode pn)
           
 
Method Summary
 EventHandlerBase.Mode getMode()
           
 boolean isOneOff()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicateChainingMatcher.JoinNode

public PredicateChainingMatcher.JoinNode(int finalCardinality,
                                         com.hammurapi.eventbus.PredicateChainingMatcher.PredicateNode pn)
Method Detail

isOneOff

public boolean isOneOff()

getMode

public EventHandlerBase.Mode getMode()