A B C D E G H I J L M N O P R S T U V W

A

AbstractEventBus<E,P extends Comparable<P>,C,K,H extends AbstractEventBus.Handle<E,P,C,K>,S extends EventStore<E,P,C,H,S>> - Class in com.hammurapi.eventbus
Event bus dispatches events to event handlers.
AbstractEventBus(Class<E>, S, InferencePolicy) - Constructor for class com.hammurapi.eventbus.AbstractEventBus
 
AbstractEventBus.DerivationEx<K> - Interface in com.hammurapi.eventbus
Helper interface for snapshot taking.
AbstractEventBus.EventBusJoiner - Class in com.hammurapi.eventbus
 
AbstractEventBus.EventBusJoiner(<any>[], Class<AbstractEventBus.Handle<E, P, C, K>[]>, boolean) - Constructor for class com.hammurapi.eventbus.AbstractEventBus.EventBusJoiner
 
AbstractEventBus.Handle<E,P extends Comparable<P>,C,K> - Interface in com.hammurapi.eventbus
Event handle.
AbstractEventBus.JoinInput - Class in com.hammurapi.eventbus
 
AbstractEventBus.JoinInput(int) - Constructor for class com.hammurapi.eventbus.AbstractEventBus.JoinInput
 
AbstractEventBus.JoinInputEventHandler - Class in com.hammurapi.eventbus
 
AbstractEventBus.JoinNode - Class in com.hammurapi.eventbus
Joins several inputs, applies predicate(s)
AbstractEventBus.JoinNode(int, AbstractEventBus<E, P, C, K, H, S>.PredicateNode) - Constructor for class com.hammurapi.eventbus.AbstractEventBus.JoinNode
 
AbstractEventBus.Snapshot<E,P extends Comparable<P>,C,K,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>> - Interface in com.hammurapi.eventbus
Interface to output bus structure and state for troubleshooting.
AbstractEventBus.StoreEntry<E,P extends Comparable<P>,C,K> - Interface in com.hammurapi.eventbus
Store entry complements store handle to provide functionality of event handle.
AbstractEventHandler<E,P extends Comparable<P>,C,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>> - Class in com.hammurapi.eventbus
Base class for event handlers.
AbstractEventHandler() - Constructor for class com.hammurapi.eventbus.AbstractEventHandler
 
AbstractEventHandler(int, P, C, boolean) - Constructor for class com.hammurapi.eventbus.AbstractEventHandler
 
addHandler(EventHandler<E, P, C, H, S>, boolean, <any>...) - Method in class com.hammurapi.eventbus.AbstractEventBus
 
addHandler(EventHandler<E, P, C, H, S>, boolean, <any>...) - Method in interface com.hammurapi.eventbus.EventBus
Registers event handler with a predicate.

A B C D E G H I J L M N O P R S T U V W