Class TDLRefinementPort

    • Field Detail

      • frequency

        public Parameter frequency
        frequency for the port update.
      • initialValue

        public Parameter initialValue
        Initial value of the port.
      • fast

        public Parameter fast
        Describes a fast actuator.
      • slots

        public Parameter slots
        Slot selection string.
    • Constructor Detail

      • TDLRefinementPort

        public TDLRefinementPort​(ComponentEntity container,
                                 java.lang.String name)
                          throws IllegalActionException,
                                 NameDuplicationException
        Construct a port with a containing actor and a name that is neither an input nor an output. The specified container must implement the TypedActor interface, or an exception will be thrown.
        Parameters:
        container - The container actor.
        name - The name of the port.
        Throws:
        IllegalActionException - If the port is not of an acceptable class for the container, or if the container does not implement the TypedActor interface.
        NameDuplicationException - If the name coincides with a port already in the container.