How can I reject a request (tuple) created by the sensor in ifogsim if it fails to meet the constraints and ensure that it is not sent to any destination within the network? Specifically, in the class sensor, each tuple must have a destination, but I need to find a solution for rejecting any requests that do not meet the specified constraints.
Do you have any suggestions?