blockenablingInDis
enabling process of discrete input transitions
Parameters
| Type | Name | Default | Description |
| Integer | nIn | | number of input transitions |
| Integer | localSeed | | Local seed to initialize random number generator |
| Integer | globalSeed | | Global seed to initialize random number generator |
Components
| Type | Name | Default | Description |
| Integer[:] | arcWeight | | arc weights of input transitions |
| Integer | t | | current token number |
| Integer | maxTokens | | maximum capacity |
| Boolean[:] | TAein | | active previous transitions which are already enabled by their input places |
| PNlib.Types.EnablingType | enablingType | | resolution of actual conflicts |
| Integer[:] | enablingPrio | | enabling priorities of input transitions |
| Real[:] | enablingProb | | enabling probabilites of input transitions |
| Real[:] | enablingBene | | enabling benefit of input transitions |
| PNlib.Types.BenefitType | benefitType | | algorithm for benefit |
| Boolean[:] | disTransition | | type of input transitions |
| Boolean | delayPassed | | Does any delayPassed of a output transition |
| Boolean[:] | active | | Are the input transitions active? |
| Boolean[nIn] | TEin_ | | enabled input transitions |