| Package | Description |
|---|---|
| com.fluxtion.compiler.generation.model | |
| com.fluxtion.compiler.generation.util |
| Modifier and Type | Method and Description |
|---|---|
List<CbMethodHandle> |
SimpleEventProcessorModel.getBatchEndMethods() |
List<CbMethodHandle> |
SimpleEventProcessorModel.getBatchPauseMethods() |
Map<Class<?>,Map<FilterDescription,List<CbMethodHandle>>> |
SimpleEventProcessorModel.getDispatchMap() |
List<CbMethodHandle> |
SimpleEventProcessorModel.getDispatchMapForGraph() |
List<CbMethodHandle> |
SimpleEventProcessorModel.getEventEndMethods() |
List<CbMethodHandle> |
SimpleEventProcessorModel.getInitialiseMethods() |
Map<Object,List<CbMethodHandle>> |
SimpleEventProcessorModel.getParentUpdateListenerMethodMap() |
Map<Class<?>,Map<FilterDescription,List<CbMethodHandle>>> |
SimpleEventProcessorModel.getPostDispatchMap() |
List<CbMethodHandle> |
SimpleEventProcessorModel.getTearDownMethods() |
| Modifier and Type | Method and Description |
|---|---|
DirtyFlag |
SimpleEventProcessorModel.getDirtyFlagForUpdateCb(CbMethodHandle cbHandle) |
Collection<DirtyFlag> |
SimpleEventProcessorModel.getNodeGuardConditions(CbMethodHandle cb)
Provides a list of guard conditions for a node, but only if
supportDirtyFiltering is configured and all of the parents of the node
support the dirty flag.If any parent does not support the dirty flag then
the node updated method will always be called after a parent has been
notified of an event.
|
Set<Object> |
SimpleEventProcessorModel.getOnEventDependenciesForNode(CbMethodHandle callSource)
returns all the
OnTrigger CbMethodHandle's that depend upon this node. |
| Modifier and Type | Method and Description |
|---|---|
static CbMethodHandle |
ClassUtils.findBestParentCB(Object parent,
Collection<CbMethodHandle> cbs)
finds the CbMethodHandle whose parameter most closely matches the class
of the parent in the inheritance tree.
|
| Modifier and Type | Method and Description |
|---|---|
static CbMethodHandle |
ClassUtils.findBestParentCB(Object parent,
Collection<CbMethodHandle> cbs)
finds the CbMethodHandle whose parameter most closely matches the class
of the parent in the inheritance tree.
|
Copyright © 2022. All rights reserved.