Class Writer

  • All Implemented Interfaces:
    java.lang.Cloneable, Actor, Executable, FiringsRecordable, Initializable, TypedActor, Changeable, Debuggable, DebugListener, Derivable, Instantiable, ModelErrorHandler, MoMLExportable, Moveable, Nameable

    @Deprecated
    public class Writer
    extends Sink
    Deprecated.
    FileWriter actor replaces this.
    This actor reads tokens from any number of input channels and writes their string values to the specified writer. A newline character is written between firings. If the width of the input port is greater than one, then values read from the distinct channels are separated by tab characters. If no writer is specified using setWriter(), then this actor writes to the standard output.
    Since:
    Ptolemy II 0.4
    Version:
    $Id$
    Author:
    Yuhong Xiong, Edward A. Lee
    Pt.AcceptedRating:
    Yellow (mudit)
    Pt.ProposedRating:
    Yellow (yuhong)