Class CSPMultiSink

    • Field Detail

      • input

        public TypedIOPort input
        This actor's input port.
    • Constructor Detail

      • CSPMultiSink

        public CSPMultiSink()
        Construct a CSPMultiSink in the default workspace with an empty string as its name. The actor is created with a single input port named "input".
      • CSPMultiSink

        public CSPMultiSink​(TypedCompositeActor container,
                            java.lang.String name)
                     throws IllegalActionException,
                            NameDuplicationException
        Construct a CSPMultiSink with the specified container and name. The actor is created with a single input port named "input". The name of the actor must be unique within the container or a NameDuplicationException is thrown. The container argument must not be null, or a NullPointerException will be thrown.
        Parameters:
        container - The container of this actor.
        name - The name of this actor.
        Throws:
        IllegalActionException - If the port cannot be contained by this actor.
        NameDuplicationException - If the port name coincides with a port already in this actor.