* The class for the external graph writer should be placed in a jar-file which is
  contained in the CLASSPATH for SimTree. The full name of the class (including
  package name-parts) must be used. The class is loaded with the call
  Class.forName(graphWriterClassName).newInstance(). For more information see the
  provided example package.
