Class AbstractSourceStation

    • Field Detail

      • output

        public TypedIOPort output
        The output port. The type is a that of a Record.
      • delay

        public Parameter delay
        The delay. The initial default is 1.0.
      • stationId

        public Parameter stationId
        The station id. The initial value is -1.
      • takeOff

        public Parameter takeOff
        The takeoff. The initial value is 1.
      • lineSymbol

        public Parameter lineSymbol
        The line symbol. The default type is that of String.
    • Constructor Detail

      • AbstractSourceStation

        public AbstractSourceStation​(CompositeEntity container,
                                     java.lang.String name)
                              throws IllegalActionException,
                                     NameDuplicationException
        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 this actor cannot be contained by the proposed container (see the setContainer() method).
        NameDuplicationException - If the name coincides with an entity already in the container.