public static final class Evchain_FBcl.EvCurr
extends java.lang.Object
Evchain_FBcl
. It is used in Evchain_FBcl.evList
.Modifier and Type | Field and Description |
---|---|
boolean |
bOnlyCombinOut
The last members of a EvChain are marked as bOnlyCombinOut if there drives only combinatoric outputs.
|
Evin_FBcl |
evin
The evin on the instance FBlock.
|
(package private) long |
mNextOper |
private Operation_FBcl |
operCurr |
Operation_FBcl |
operEvinType
The associated operation of the type.
|
Modifier | Constructor and Description |
---|---|
private |
EvCurr(Evin_FBcl evin,
Operation_FBcl operEvinType) |
Modifier and Type | Method and Description |
---|---|
Operation_FBcl |
operCurr() |
Operation_FBcl |
operEvinType() |
java.lang.String |
toString() |
public final Evin_FBcl evin
public final Operation_FBcl operEvinType
public boolean bOnlyCombinOut
private Operation_FBcl operCurr
long mNextOper
private EvCurr(Evin_FBcl evin, Operation_FBcl operEvinType)
public Operation_FBcl operCurr()
public Operation_FBcl operEvinType()
public java.lang.String toString()
toString
in class java.lang.Object