Package ptolemy.domains.atc.kernel
Interface Rejecting
-
- All Known Implementing Classes:
DestinationAirport
,Track
public interface Rejecting
An 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 boolean
reject(Token token, IOPort port)
Return true if the token cannot be accepted at the specified port.
-