Class DefaultSTDOut

java.lang.Object
com.softsynth.jmsl.DefaultSTDOut
All Implemented Interfaces:
STDOutFunction

public class DefaultSTDOut
extends java.lang.Object
implements STDOutFunction
Sent output to System.out
Author:
Phil Burk and Nick Didkovsky
  • Constructor Summary

    Constructors
    Constructor Description
    DefaultSTDOut()  
  • Method Summary

    Modifier and Type Method Description
    void print​(java.lang.String s)  
    void println()  
    void println​(java.lang.String s)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultSTDOut

      public DefaultSTDOut()
  • Method Details