How do I set some of the inputs to the Model simulator to null or make them irrelevant.
Find more posts tagged with
Sort by:
1 - 1 of
11

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.