Class ActuatorSetup

    • Field Detail

      • input

        public TypedIOPort input
        Deprecated.
        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.
      • output

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

      • ActuatorSetup

        public ActuatorSetup​(CompositeEntity container,
                             java.lang.String name)
                      throws IllegalActionException,
                             NameDuplicationException
        Deprecated.
        Create a new actor in the specified container with the specified name. The name must be unique within the container or an exception is thrown. The container argument must not be null, or a NullPointerException will be thrown.
        Parameters:
        container - The container.
        name - The name of this actor within the container.
        Throws:
        IllegalActionException - If the entity cannot be contained by the proposed container (see the setContainer() method).
        NameDuplicationException - If the name coincides with an entity already in the container.