I am looking at the Model simulator and would like to be able to exclude some inputs at that stage only . Those inputs will be used to derive the model, but I want to make some of them irrelevant when simulating. How can i do this?
0
Answers
jacobcybulskiMember, University ProfessorPosts: 391 Unicorn
Rather than setting inputs to null you normally do not supply those inputs at the operator ports. However, the operator needs to know that this may happen. if you develop your own operator in Java you can detect those conditions.
Answers