| Package | Description |
|---|---|
| com.fluxtion.compiler.generation.model |
| Modifier and Type | Method and Description |
|---|---|
DirtyFlag |
SimpleEventProcessorModel.getDirtyFlagForNode(Object node) |
DirtyFlag |
SimpleEventProcessorModel.getDirtyFlagForUpdateCb(CbMethodHandle cbHandle) |
| Modifier and Type | Method and Description |
|---|---|
Map<Field,DirtyFlag> |
SimpleEventProcessorModel.getDirtyFieldMap() |
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.
|
Collection<DirtyFlag> |
SimpleEventProcessorModel.getNodeGuardConditions(Object node)
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.
|
Copyright © 2022. All rights reserved.