blockactivationCon
activation process of continuous transitions
Parameters
| Type | Name | Default | Description |
| Integer | nIn | | number of input places |
| Integer | nOut | | number of output places |
Components
| Type | Name | Default | Description |
| Real[:] | tIn | | marking of input places |
| Real[:] | tOut | | marking of output places |
| Integer[:] | tIntIn | | marking of input places |
| Integer[:] | tIntOut | | marking of output places |
| PNlib.Types.ArcType[:] | arcType | | arc type of input places |
| Real[:] | arcWeightIn | | arc weights of input places |
| Real[:] | arcWeightOut | | arc weights of output places |
| Integer[:] | arcWeightIntIn | | arc weights of input places |
| Integer[:] | arcWeightIntOut | | arc weights of output places |
| Real[:] | minTokens | | minimum capacities of input places |
| Real[:] | maxTokens | | maximum capacities of output places |
| Integer[:] | minTokensInt | | minimum capacities of input places |
| Integer[:] | maxTokensInt | | maximum capacities of output places |
| Boolean | firingCon | | firing condition |
| Boolean[:] | fed | | input places are fed? |
| Boolean[:] | emptied | | output places are emptied? |
| Boolean[:] | disPlaceIn | | types of input places |
| Boolean[:] | disPlaceOut | | types of output places |
| Real[:] | testValue | | test values of test and inhibitor arcs |
| Integer[:] | testValueInt | | integer test values of test and inhibitor arcs |
| Boolean[:] | normalArc | | normal or double arc? |
| Boolean | active | | activation of transition |
| Boolean[nIn] | weaklyInputActiveVec | | places that causes weakly input activation |
| Boolean[nOut] | weaklyOutputActiveVec | | places that causes weakly output activation |
| Boolean | NoTokens | | |