1 |
//########### Klassen werden "fuer alles" registriert ########### |
2 |
[Global] |
3 |
|
4 |
//########### Klassen werden als Datentyp registriert ########### |
5 |
[DataType] |
6 |
edu.bonn.xulu.data.DynamicXuluObject |
7 |
edu.bonn.xulu.plugin.data.grid.SingleGrid |
8 |
|
9 |
|
10 |
//########### Klassen als Default-Factory registriert ########### |
11 |
[DefaultFactory] |
12 |
edu.bonn.xulu.data.DynamicXuluObject$DefaultFactory |
13 |
edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory |
14 |
|
15 |
//########### Klassen als Import-Factory registriert ########### |
16 |
[ImportFactory] |
17 |
edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid SingleGrid aus ArcInfoASCII |
18 |
edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_GeoTiff SingleGrid aus GeoTiff |
19 |
edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile FeatureCollection aus ShapeFile |
20 |
edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure Dynamisches Xulu-Objekt aus ASCII-File |
21 |
edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid GridList aus ArcausfoASCII |
22 |
edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory_ArcInfoAsciiGrid MultiGrid aus ArcInfoASCII |
23 |
edu.bonn.xulu.plugin.io.misc.CAAreaListFactory_ShapeFile CA-Areas aus ShapeFile |
24 |
|
25 |
//########### Klassen als Export-Factory registriert ########### |
26 |
[ExportFactory] |
27 |
edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid SingleGrid in ArcInfoASCII |
28 |
edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_GeoTiff SingleGrid in GeoTiff |
29 |
edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile FeatureCollection in ShapeFile |
30 |
edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure Dynamisches Xulu-Objekt in ASCII-File |
31 |
edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid GridList in ArcInfoASCII |
32 |
edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory_ArcInfoAsciiGrid MultiGrid in ArcInfoASCII |
33 |
|
34 |
//########### TypeMapping ########### |
35 |
[TypeMapping] |
36 |
// Format: |
37 |
// DatenTyp-Klasse Default-Factory-Klasse [Im/Export-Klassen ...] |
38 |
//----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
39 |
edu.bonn.xulu.data.DynamicXuluObject edu.bonn.xulu.data.DynamicXuluObject$DefaultFactory edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure |
40 |
edu.bonn.xulu.plugin.data.grid.SingleGrid edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid |
41 |
edu.bonn.xulu.plugin.data.grid.GridList edu.bonn.xulu.plugin.io.grid.array.GridListFactory edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid |
42 |
edu.bonn.xulu.plugin.data.grid.MultiGrid edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory_ArcInfoAsciiGrid |
43 |
edu.bonn.xulu.plugin.data.feature.SingleFeatureCollection edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile |
44 |
|
45 |
//########### Visualisierungstools ########### |
46 |
[Visualisation] |
47 |
edu.bonn.xulu.plugin.vis.GTVisualisationTool |
48 |
edu.bonn.xulu.plugin.vis.GTEditorTool |
49 |
edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool |
50 |
|
51 |
//########### Modellklassen ########### |
52 |
[Model] |
53 |
edu.bonn.xulu.plugin.model.clue.ClueModel |
54 |
edu.bonn.xulu.plugin.model.test.TestModel |
55 |
edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton |
56 |
edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA |
57 |
edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel |
58 |
|
59 |
//########### Skript-Interpreter ########### |
60 |
[Script] |
61 |
edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic Datenpool-Skript |
62 |
edu.bonn.xulu.plugin.appl.ModelResourceMappingScriptInterpreter_Basic Modell-Daten-Zuordnung |
63 |
|
64 |
//########### Plugins ########### |
65 |
[Plugin] |
66 |
edu.bonn.xulu.plugin.appl.LoggerPlugin AUTOSTART Anzeige und Kontrolle von Log4j-Loggern |
67 |
edu.bonn.xulu.plugin.appl.DateTimePlugin Aktuelle Zeit in der Titelleiste |
68 |
edu.bonn.xulu.plugin.appl.DateTimeWindowPlugin Aktuelle Zeit in einem Fenster |
69 |
edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin AUTOSTART Farbpaletten fuer GTVisualisationTool |
70 |
edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin Modell-Laufzeiten messen und ausgeben |
71 |
edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorPlugin AUTOSTART SourceCode-Generator fuer Geo-Modelle |
72 |
edu.bonn.xulu.plugin.appl.RasterCalculatorPlugin AUTOSTART Taschenrechner fuer Raster |
73 |
appl.ext.ConfigurationEditorPlugin AUTOSTART Konfigurationsfenster |
74 |
|