public interface Method
Modifier and Type | Method and Description |
---|---|
TupleToken |
call(TupleToken arguments)
Call the method associated with this port with the specified
arguments.
|
TupleToken call(TupleToken arguments) throws IllegalActionException
IllegalActionException
- If the call fails (e.g.
the data types are incompatible).