connectorTransitionIn
part of transition model to connect transitions to input places
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | t | Markings of input places | |
| Integer | tint | Integer Markings of input places | |
| Real | minTokens | Minimum capacites of input places | |
| Integer | minTokensint | Integer 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 | |
| Boolean | disPlace | Types of input places (discrete or continuous) | |
| ArcType | arcType | Types of input arcs (normal, test, inhibition, or read) | |
| Boolean | fed | Are the continuous input places fed? | |
| Real | speedSum | Input speeds of continuous input places | |
| Boolean | tokenInOut | Do the input places have a discrete token change? | |
| Real | testValue | Test value of a test or inhibitor arc | |
| Integer | testValueint | Integer test value of a test or inhibitor arc | |
| Boolean | normalArc | Double arc: test and normal arc or inhibitor and normal arc | |
| Boolean | active | Is the transition active? | |
| Boolean | fire | Does the transition fire? | |
| Real | arcWeight | Input arc weights of the transition | |
| Integer | arcWeightint | Integer input arc weights of the transition | |
| Boolean | disTransition | Type of the transition(discrete/stochastic or continuous) | |
| Real | instSpeed | Instantaneous speed of a continuous transition | |
| Real | prelimSpeed | Preliminary speed of a continuous transition | |
| Real | maxSpeed | Maximum speed of a continuous transition |