public abstract class ContextControllerInitTerm extends Object implements ContextController
Modifier and Type | Field and Description |
---|---|
protected ContextControllerInitTermFactory |
factory |
protected ContextManagerRealization |
realization |
Constructor and Description |
---|
ContextControllerInitTerm(ContextControllerInitTermFactory factory,
ContextManagerRealization realization) |
Modifier and Type | Method and Description |
---|---|
ContextControllerInitTermFactory |
getFactory() |
ContextManagerRealization |
getRealization() |
void |
populateEndConditionFromTrigger(MatchedEventMap map,
EventBean triggeringEvent) |
protected abstract void |
visitPartitions(IntSeqKey controllerPath,
BiConsumer<ContextControllerInitTermPartitionKey,Integer> partKeyAndCPId) |
void |
visitSelectedPartitions(IntSeqKey path,
ContextPartitionSelector selector,
ContextPartitionVisitor visitor,
ContextPartitionSelector[] selectorPerLevel) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
activate, deactivate, destroy
protected final ContextControllerInitTermFactory factory
protected final ContextManagerRealization realization
public ContextControllerInitTerm(ContextControllerInitTermFactory factory, ContextManagerRealization realization)
protected abstract void visitPartitions(IntSeqKey controllerPath, BiConsumer<ContextControllerInitTermPartitionKey,Integer> partKeyAndCPId)
public ContextControllerInitTermFactory getFactory()
getFactory
in interface ContextController
public ContextManagerRealization getRealization()
getRealization
in interface ContextController
public void visitSelectedPartitions(IntSeqKey path, ContextPartitionSelector selector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel)
visitSelectedPartitions
in interface ContextController
public void populateEndConditionFromTrigger(MatchedEventMap map, EventBean triggeringEvent)
Copyright © 2005–2018. All rights reserved.