private static class DFlow2EvChain.Evout4Evin
extends java.lang.Object
Evout_FBcl for the evin.
There is often only a single Evout_FBcl connected to the evin, it is the simple case.
But in more complex cases more as one evout can drive the evin (OR of evout) or are necessary for the evin (AND of evout).
This both variants are contained in list2EvoutSrc,
the first dimension for the AND evout (needs a Join_OFB),
and the second dimension for the OR evout.| Modifier and Type | Field and Description |
|---|---|
(package private) Evin_FBcl |
evin
The evin of any FBlock.
|
(package private) Evout_FBcl |
evinMdlGuard
This is specifically for ctor and init evinMdl,
which need be used as Guard (Join_OFB) if other more than init is connected.
|
(package private) Evout_FBcl |
evinMdlXXX
This both evinMdl and evinUpdMdl are supplemented on tracking forward the events
in
DFlow2EvChain.prcfwdRepresentingEvents()
for some use cases. |
(package private) Evin_FBcl |
evoutMdlXXX |
(package private) Evout_FBcl |
evUpdinMdlXXX
This both evinMdl and evinUpdMdl are supplemented on tracking forward the events
in
DFlow2EvChain.prcfwdRepresentingEvents()
for some use cases. |
(package private) java.util.List<java.util.List<Evout_FBcl>> |
list2EvoutSrc
Event output connections for all dout pins connected to found din pins
and also for event connections given by graphic.
|
| Constructor and Description |
|---|
Evout4Evin(Evin_FBcl evin,
int ixChain)
ctor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
final Evin_FBcl evin
Evout_FBcl evinMdlXXX
DFlow2EvChain.prcfwdRepresentingEvents()
for some use cases.Evout_FBcl evUpdinMdlXXX
DFlow2EvChain.prcfwdRepresentingEvents()
for some use cases.final Evin_FBcl evoutMdlXXX
Evout_FBcl evinMdlGuard
java.util.List<java.util.List<Evout_FBcl>> list2EvoutSrc
DFlow2EvChain.cleanupDependingEvents()Evout4Evin(Evin_FBcl evin, int ixChain)
evin -