function decreasingFactorIn
parameter input Integer nIn "number of input transitions";
input Real t "marking";
input Real maxMarks "maximum capacity";
input Real speedOut "output speed";
input Real maxSpeedIn[:] "maximum speeds of input transitions";
input Real prelimSpeedIn[:] "preliminary speeds of input transitions";
input Real arcWeightIn[:] "arc weights of input transitions";
input Boolean firingIn[:] "firability of input transitions";
input Boolean firingOut[:] "firability of input transitions";
output Real decFactorIn[nIn] "decreasing factors for input transitions";
end decreasingFactorIn;