Class TestTypedIORelation

    • Constructor Detail

      • TestTypedIORelation

        public TestTypedIORelation()
    • Method Detail

      • checkPort

        public void checkPort​(Port port)
                       throws IllegalActionException
        Throw an exception if the specified port cannot be linked to this relation (is not of class TypedIOPort).
        Parameters:
        port - The candidate port to link to.
        Throws:
        IllegalActionException - If the port is not an TypedIOPort.