uk.ac.manchester.cs.bhig.util
Class OmniGraffleWriter<N>

java.lang.Object
  extended by uk.ac.manchester.cs.bhig.util.OmniGraffleWriter<N>

public class OmniGraffleWriter<N>
extends java.lang.Object

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 08-Oct-2009


Constructor Summary
OmniGraffleWriter(Tree<N> tree)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void write(java.io.Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OmniGraffleWriter

public OmniGraffleWriter(Tree<N> tree)
Method Detail

write

public void write(java.io.Writer writer)
           throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)