connectorTransitionIn
part of transition model to connect transitions to input places
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | t | Markings of input places | |
| Real | minTokens | Minimum capacites of input places | |
| Boolean | enable | Is the transition enabled by input places? | |
| Real | decreasingFactor | Factor of continuous input places for decreasing the speed | |
| PNlib.Types.ArcType | arcType | Type of output arcs ([1]normal, [2]test, [3]inhibition, or [4]read) | |
| Real | testValue | Test value of a test or inhibitor arc | |
| Boolean | fed | Are the continuous input places fed? | |
| Real | speedSum | Input speeds of continuous input places | |
| Boolean | active | Is the transition active? | |
| Boolean | fire | Does the transition fire? | |
| Real | arcWeight | Input arc weights of the transition | |
| Real | instSpeed | Instantaneous speed of a continuous transition | |
| Real | prelimSpeed | Preliminary speed of a continuous transition | |
| Real | maxSpeed | Maximum speed of a continuous transition |