/[xulu]/branches/1.8-gt2-2.6/defaults/registry.xif
ViewVC logotype

Contents of /branches/1.8-gt2-2.6/defaults/registry.xif

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
Original Path: trunk/defaults/registry.xif
File size: 4905 byte(s)
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 
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.awt.SingleGridFactory
14
15 //########### Klassen als Import-Factory registriert ###########
16 [ImportFactory]
17 edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_ArcInfoAsciiGrid SingleGrid aus ArcInfoASCII
18 edu.bonn.xulu.plugin.io.grid.awt.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.awt.GridListFactory_ArcInfoAsciiGrid GridList aus ArcausfoASCII
22 edu.bonn.xulu.plugin.io.grid.awt.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.awt.SingleGridFactory_ArcInfoAsciiGrid SingleGrid in ArcInfoASCII
28 edu.bonn.xulu.plugin.io.grid.awt.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.awt.GridListFactory_ArcInfoAsciiGrid GridList in ArcInfoASCII
32 edu.bonn.xulu.plugin.io.grid.awt.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.awt.SingleGridFactory edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_ArcInfoAsciiGrid
41 edu.bonn.xulu.plugin.data.grid.GridList edu.bonn.xulu.plugin.io.grid.awt.GridListFactory edu.bonn.xulu.plugin.io.grid.awt.GridListFactory_ArcInfoAsciiGrid
42 edu.bonn.xulu.plugin.data.grid.MultiGrid edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory edu.bonn.xulu.plugin.io.grid.awt.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 skrueger.gol.GameOfLife
59
60 //########### Skript-Interpreter ###########
61 [Script]
62 edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic Datenpool-Skript
63 edu.bonn.xulu.plugin.appl.ModelResourceMappingScriptInterpreter_Basic Modell-Daten-Zuordnung
64
65 //########### Plugins ###########
66 [Plugin]
67 edu.bonn.xulu.plugin.appl.LoggerPlugin AUTOSTART Anzeige und Kontrolle von Log4j-Loggern
68 edu.bonn.xulu.plugin.appl.DateTimePlugin Aktuelle Zeit in der Titelleiste
69 edu.bonn.xulu.plugin.appl.DateTimeWindowPlugin Aktuelle Zeit in einem Fenster
70 edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin AUTOSTART Farbpaletten fuer GTVisualisationTool
71 edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin Modell-Laufzeiten messen und ausgeben
72 edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorPlugin AUTOSTART SourceCode-Generator fuer Geo-Modelle
73 edu.bonn.xulu.plugin.appl.RasterCalculatorPlugin AUTOSTART Taschenrechner fuer Raster
74 appl.ext.ConfigurationEditorPlugin AUTOSTART Konfigurationsfenster

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26