Class ActorWithPortNameProblem

    • Field Detail

      • input

        public TypedIOPort input
        The input port. This base class imposes no type constraints except that the type of the input cannot be greater than the type of the output.
      • multiportInput

        public TypedIOPort multiportInput
        The multoport input port. This base class imposes no type constraints except that the type of the input cannot be greater than the type of the output.
      • output

        public TypedIOPort output
        The output port. By default, the type of this output is constrained to be at least that of the input.