connectorPlaceIn
part of place model to connect places to input transitions
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | active | Are the input transitions active? | |
| Boolean | fire | Do the input transitions fire? | |
| Real | arcWeight | Arc weights of input transitions | |
| Integer | arcWeightint | Integer arc weights of input transitions | |
| Boolean | enabledByInPlaces | Are the input transitions enabled by all theier input places? | |
| Boolean | disTransition | Types of input transitions (discrete/stochastic or continuous) | |
| Real | instSpeed | Instantaneous speeds of continuous input transitions | |
| Real | prelimSpeed | Preliminary speeds of continuous input transitions | |
| Real | maxSpeed | Maximum speeds of continuous input transitions | |
| Real | t | Marking of the place | |
| Integer | tint | Integer marking of the place | |
| Real | maxTokens | Maximum capacity of the place | |
| Integer | maxTokensint | Integer maximum capacity of the place | |
| Boolean | enable | Which of the input transitions are enabled by the place? | |
| Real | decreasingFactor | Factor for decreasing the speed of continuous input transitions | |
| Boolean | disPlace | Type of the place (discrete or continuous) | |
| Boolean | emptied | Is the continuous place emptied by output transitions? | |
| Real | speedSum | Output speed of a continuous place |