Package ptolemy.domains.tcs.kernel
Interface Rejecting
-
- All Known Implementing Classes:
AbstractStation,AbstractTrack,InverseStation,InverseTrack,Station,Track
public interface RejectingAn interface for actors that can reject inputs.- Since:
- Ptolemy II 11.0
- Version:
- $Id$
- Author:
- Marjan Sirjani and Edward A. Lee
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanreject(Token token, IOPort port)Return true if the token cannot be accepted at the specified port.
-