Class VisualSequenceDirector

    • Field Detail

      • scheduleText

        public Parameter scheduleText
        Specifies the sequential schedule as an array of records.
      • icon

        public TableIcon icon
        Displays the sequential schedule in the icon of this director.
    • Constructor Detail

      • VisualSequenceDirector

        public VisualSequenceDirector​(CompositeEntity container,
                                      java.lang.String name)
                               throws IllegalActionException,
                                      NameDuplicationException
        Construct a director in the given container with the given name. The container argument must not be null, or a NullPointerException will be thrown. If the name argument is null, then the name is set to the empty string. Increment the version number of the workspace. The SequenceDirector will have a default scheduler of type SequenceScheduler.
        Parameters:
        container - Container of the director.
        name - Name of this director.
        Throws:
        IllegalActionException - If the director is not compatible with the specified container. May be thrown in a derived class.
        NameDuplicationException - If the container is not a CompositeActor and the name collides with an entity in the container.