schmitzm.test.appl
Class TestPlugin

java.lang.Object
  extended by AbstractNamedObject
      extended by edu.bonn.xulu.appl.AbstractXuluPlugin
          extended by schmitzm.test.appl.TestPlugin
All Implemented Interfaces:
XuluPlugin

public class TestPlugin
extends AbstractXuluPlugin

Dies ist ein Test-Plugin fuer die Xulu-Modelling-Platform, das zum Testen von verschiedenen Funktionen dient. Das Plugin hat keine GUI.

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)

Field Summary
 
Fields inherited from class edu.bonn.xulu.appl.AbstractXuluPlugin
appl, hasGUI, started, visible
 
Constructor Summary
TestPlugin()
          Erzeugt eine neue Plugin-Instanz.
 
Method Summary
 void execute(XuluModellingPlatform appl)
          Startet das Plugin.
 void testChartFromFeatureCollection()
           
 void testXLS2CSV()
           
 
Methods inherited from class edu.bonn.xulu.appl.AbstractXuluPlugin
isStarted, isVisible, setVisible, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPlugin

public TestPlugin()
Erzeugt eine neue Plugin-Instanz.

Method Detail

execute

public void execute(XuluModellingPlatform appl)
Startet das Plugin.

Specified by:
execute in interface XuluPlugin
Overrides:
execute in class AbstractXuluPlugin
Parameters:
appl - Instanz der Xulu-Applikation

testXLS2CSV

public void testXLS2CSV()
                 throws Exception
Throws:
Exception

testChartFromFeatureCollection

public void testChartFromFeatureCollection()
                                    throws Exception
Throws:
Exception