RISC JKU
at.jku.risc.stout.urmc.util

Class Printable

  • Direct Known Subclasses:
    Hedge, TermAtom, TermNode


    public abstract class Printable
    extends Object
    Base class which demands a function to print an object representation into an arbitrary Writer. The method toString() will also be redirect to this printing function by default.
    Author:
    Alexander Baumgartner