Package ptolemy.component
Interface Method
-
public interface Method
Interface for the port representing a method call.- Since:
- Ptolemy II 11.0
- Version:
- $Id$
- Author:
- Yang Zhao
- Pt.AcceptedRating:
- red(cxh)
- Pt.ProposedRating:
- yellow(cxh)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TupleToken
call(TupleToken arguments)
Call the method associated with this port with the specified arguments.
-
-
-
Method Detail
-
call
TupleToken call(TupleToken arguments) throws IllegalActionException
Call the method associated with this port with the specified arguments.- Throws:
IllegalActionException
- If the call fails (e.g. the data types are incompatible).
-
-