A B C D E F G H I J L M N O P R S T U V W X Y

A

AbstractCommandInterpreter - Class in edu.bonn.xulu.appl
Diese Klasse bildet eine Basis-Implementierung eines ScriptInterpreter.
AbstractCommandInterpreter() - Constructor for class edu.bonn.xulu.appl.AbstractCommandInterpreter
 
AbstractCommandInterpreter.Command - Interface in edu.bonn.xulu.appl
Diese Interface beschreibt einen unter der Xulu-Plattform ausfuehrbaren Befehl.
AbstractDataHandler - Class in appl.parallel.data
This class is used as a base class for loaders.
AbstractDataHandler(int, ClientDataServer, Rectangle, Rectangle) - Constructor for class appl.parallel.data.AbstractDataHandler
Constructs a new AbstractDataHandler.
AbstractDataHandler() - Constructor for class appl.parallel.data.AbstractDataHandler
(empty constructors are important for deserialization)
AbstractFactory - Class in edu.bonn.xulu.io
Diese Klasse bildet eine Basisklasse fuer alle Factorys und implementiert die equals-Methode des Factory-Interfaces.
AbstractFactory(String) - Constructor for class edu.bonn.xulu.io.AbstractFactory
Erzeugt eine neue Factory.
AbstractFactory() - Constructor for class edu.bonn.xulu.io.AbstractFactory
Erzeugt eine neue Factory ohne Namen.
AbstractHandler - Class in edu.bonn.xulu.appl
Diese Klasse bildet eine Basis-Implementierung eines Handler.
AbstractHandler(HandlerFactory) - Constructor for class edu.bonn.xulu.appl.AbstractHandler
Erzeugt einen neuen Handler.
AbstractIterationStepEvent - Class in edu.bonn.xulu.model.event
Diese Klasse repraesentiert ein Ereignis, das fuer einen Iterationsschritt eines Modells ausgeloest wird.
AbstractIterationStepEvent(XuluModel, int, int) - Constructor for class edu.bonn.xulu.model.event.AbstractIterationStepEvent
Erzeugt ein neues Ereignis.
AbstractManager - Class in edu.bonn.xulu.appl
Diese Klasse stellt einen allgemeinen Manager dar.
AbstractManager(boolean) - Constructor for class edu.bonn.xulu.appl.AbstractManager
Erzeugt einen neuen (leeren) Manager.
AbstractManager() - Constructor for class edu.bonn.xulu.appl.AbstractManager
Erzeugt einen neuen (leeren) Manager, der Duplikate erlaubt.
AbstractManager.ChangeEvent - Class in edu.bonn.xulu.appl
Diese Ereignis wird erzeugt (und an alle ObjectListener gesendet), wenn sich der Inhalt des Managers aendert (eine Instanz hingefuegt oder entfernt wurde).
AbstractManager.ChangeEvent(AbstractManager, Object, Object) - Constructor for class edu.bonn.xulu.appl.AbstractManager.ChangeEvent
Erzeugt ein neues Ereignis.
AbstractManager.ContentType - Interface in edu.bonn.xulu.appl
Dieses Interface definiert Mindestanforderungen, die die Komponenten erfuellen muessen, die in dem Manager verwaltet werden sollen.
AbstractManagerFrame - Class in edu.bonn.xulu.gui
Diese Klasse bildet eine abstrakte Oberklasse fuer alle grafischen Implementierungen des AbstractManager.
AbstractManagerFrame(String, AbstractManager) - Constructor for class edu.bonn.xulu.gui.AbstractManagerFrame
Erzeugt einen neue Instanz des grafischen Manager-Fensters.
AbstractManagerFrame_BasicTable - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt eine GUI-Komponente fuer den AbstractManager dar.
AbstractManagerFrame_BasicTable(String, AbstractManager) - Constructor for class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable
Erzeugt einen neue Instanz des grafischen Manager-Fensters.
AbstractManagerFrame_BasicTable(String, AbstractManager, Dimension) - Constructor for class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable
Erzeugt einen neue Instanz des grafischen Manager-Fensters.
AbstractManagerFrame_BasicTable(String, AbstractManagerFrame_BasicTable.AbstractManagerTableModel) - Constructor for class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable
Erzeugt einen neue Instanz des grafischen Manager-Fensters.
AbstractManagerFrame_BasicTable(String, AbstractManagerFrame_BasicTable.AbstractManagerTableModel, Dimension) - Constructor for class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable
Erzeugt einen neue Instanz des grafischen Manager-Fensters.
AbstractManagerFrame_BasicTable(String, AbstractManagerFrame_BasicTable.AbstractManagerTableModel, Dimension, int) - Constructor for class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable
Erzeugt einen neue Instanz des grafischen Manager-Fensters.
AbstractManagerFrame_BasicTable.AbstractManagerTableModel - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt ein TableModel fuer den AbstractManager dar.
AbstractManagerFrame_BasicTable.AbstractManagerTableModel(AbstractManager) - Constructor for class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Erzeugt ein neues Daten-Modell fuer einen AbstractManager.
AbstractMenuPlugin - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt eine abstrakte Oberklasse fuer Plugins dar, die sich (bzw. ein zum Plugin gehoerendes Anwendungsfenster) in das Xulu-Menue integrieren.
AbstractMenuPlugin(int, JMenuItem, boolean) - Constructor for class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
Erzeugt eine neue Plugin-Instanz.
AbstractMenuPlugin(int, JMenuItem) - Constructor for class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
Erzeugt eine neue Plugin-Instanz ohne Konfigurations-GUI.
AbstractMenuPlugin(int, String) - Constructor for class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
Erzeugt eine neue Plugin-Instanz ohne Konfigurations-GUI.
AbstractModelContentManager - Class in edu.bonn.xulu.model
Diese Klasse stellt eine abstrakte Basis-Implementierung fuer den ModelContentManager dar.
AbstractModelContentManager(int) - Constructor for class edu.bonn.xulu.model.AbstractModelContentManager
Erzeugt einen neuen ContentManager.
AbstractModelContentManager() - Constructor for class edu.bonn.xulu.model.AbstractModelContentManager
Erzeugt einen neuen ContentManager.
AbstractModelEvent - Class in edu.bonn.xulu.model.event
Diese Klasse bildet eine Basis-Implementierung fuer Modell-Ereignisse.
AbstractModelEvent(XuluModel) - Constructor for class edu.bonn.xulu.model.event.AbstractModelEvent
Erzeugt ein neues Ereignis.
AbstractModelResource - Class in edu.bonn.xulu.model
Diese Klasse bildet eine abstrakte Basis-Implementierung fuer eine Modell-Ressource.
AbstractModelResource(int, String, Class, boolean) - Constructor for class edu.bonn.xulu.model.AbstractModelResource
Erzeugt eine leere Ressource.
AbstractModelResource(int, String, Object, boolean) - Constructor for class edu.bonn.xulu.model.AbstractModelResource
Erzeugt Ressource und ordnet ihr ein konretes Datenobjekt zu.
AbstractModelResource(String, Class, boolean) - Constructor for class edu.bonn.xulu.model.AbstractModelResource
Erzeugt eine leere Ressource.
AbstractModelResource(String, Object, boolean) - Constructor for class edu.bonn.xulu.model.AbstractModelResource
Erzeugt Ressource und ordnet ihr ein konretes Datenobjekt zu.
AbstractParallelStepModel - Class in appl.parallel.model
This class is used instead of the AbstractStepModel for implementation of parallel algorithms.
AbstractParallelStepModel(ModelContentManager) - Constructor for class appl.parallel.model.AbstractParallelStepModel
A new instance.
AbstractScriptInterpreter - Class in edu.bonn.xulu.appl
Diese Klasse bildet eine Basis-Implementierung eines ScriptInterpreter.
AbstractScriptInterpreter() - Constructor for class edu.bonn.xulu.appl.AbstractScriptInterpreter
 
AbstractSplitMap - Class in appl.parallel.spmd.split
This class can be used for the implementation of SplitMaps.
AbstractSplitMap(SplittableResource, int, int, AbstractSplitMap.NeighborhoodBoxingMode) - Constructor for class appl.parallel.spmd.split.AbstractSplitMap
 
AbstractSplitMap() - Constructor for class appl.parallel.spmd.split.AbstractSplitMap
 
AbstractSplitMap(int, int, int, int, AbstractSplitMap.NeighborhoodBoxingMode) - Constructor for class appl.parallel.spmd.split.AbstractSplitMap
 
AbstractSplitMap.NeighborhoodBoxingMode - Enum in appl.parallel.spmd.split
 
AbstractSPMDTask - Class in appl.parallel.spmd
This class may be used as the superclass to all SPMDTasks which should be executed on servers using the SPMD-paradigm.
AbstractSPMDTask() - Constructor for class appl.parallel.spmd.AbstractSPMDTask
 
AbstractStepModel - Class in edu.bonn.xulu.model
Diese Klasse implementiert ein Modell, welches schrittweise ausgefuehrt wird.
AbstractStepModel(ModelContentManager) - Constructor for class edu.bonn.xulu.model.AbstractStepModel
Erzeugt ein neues Model.
AbstractStepModelEvent - Class in edu.bonn.xulu.model.event
Diese Klasse repraesentiert ein Ereignis, das fuer einen Modell-Schnitt ausgeloest wird.
AbstractStepModelEvent(XuluModel, int) - Constructor for class edu.bonn.xulu.model.event.AbstractStepModelEvent
Erzeugt ein neues Ereignis.
AbstractXuluModel - Class in edu.bonn.xulu.model
Diese Klasse stellt eine Basis-Implementierung eines Xulu-Modells dar.
AbstractXuluModel(ModelContentManager, String) - Constructor for class edu.bonn.xulu.model.AbstractXuluModel
Erzeugt ein neues Modell.
AbstractXuluModel(ModelContentManager) - Constructor for class edu.bonn.xulu.model.AbstractXuluModel
Erzeugt ein neues Modell.
AbstractXuluObject - Class in edu.bonn.xulu.data
Diese Klasse bildet die Basisimplementierung eines Xulu-Datenobjekts.
AbstractXuluObject(String) - Constructor for class edu.bonn.xulu.data.AbstractXuluObject
Erzeugt eine neue XuluObject-Instanz.
AbstractXuluObject() - Constructor for class edu.bonn.xulu.data.AbstractXuluObject
Erzeugt eine neue XuluObject-Instanz.
AbstractXuluPlugin - Class in edu.bonn.xulu.appl
Diese Klasse stellt eine Basis-Implementierung von XuluPlugin dar.
AbstractXuluPlugin(boolean) - Constructor for class edu.bonn.xulu.appl.AbstractXuluPlugin
Erzeugt eine neue Plugin-Instanz.
ACTION_ACTUALIZE - Static variable in class edu.bonn.xulu.gui.DataPoolMenu
Aktion steht fuer die Auswahl des Menu-Punkt "Display | Aktualisieren".
ACTION_COPY - Static variable in class edu.bonn.xulu.gui.DataPoolMenu
Aktion steht fuer die Auswahl des Menu-Punkt "Kopieren".
ACTION_DELETE - Static variable in class edu.bonn.xulu.gui.DataPoolMenu
Aktion steht fuer die Auswahl des Menu-Punkt "Löschen".
ACTION_DISPLAY - Static variable in class edu.bonn.xulu.gui.DataPoolMenu
Aktion steht fuer die Auswahl des "Display"-Untermenues.
ACTION_EXPORT - Static variable in class edu.bonn.xulu.gui.DataPoolMenu
Aktion steht fuer die Auswahl des "Export"-Untermenues.
ACTION_IMPORT - Static variable in class edu.bonn.xulu.gui.DataPoolMenu
Aktion steht fuer die Auswahl des "Import"-Untermenues.
ACTION_NEW - Static variable in class edu.bonn.xulu.gui.DataPoolMenu
Aktion steht fuer die Auswahl des "Neu"-Untermenues.
ACTION_RECENTIO - Static variable in class edu.bonn.xulu.gui.DataPoolMenu
Aktion steht fuer die Auswahl des Menu-Punkt "Import | Neu importieren" und "Export | Neu exportieren".
actionPerformed(ActionEvent) - Method in class appl.parallel.gui.ParallelControlPanelEngine
 
actionPerformed(ActionEvent) - Method in class appl.parallel.plugin.event.SimpleCommEventMonitorEngine
 
actionPerformed(ActionEvent) - Method in class appl.parallel.starter.client.XuluStarterController
 
actionPerformed(ActionEvent) - Method in class appl.parallel.starter.server.XuluServerStarter
 
actionPerformed(ActionEvent) - Method in class appl.plugin.multimodelcontrol.MultiModelControlHandler
 
actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluLanguageManagerFrame
Initiiert die Aktion der Buttons.
actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrameInfo
Aktion des OK-Buttons.
actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.StyleButtonAction
Fuehrt die Style-Aktion aus.
ACTLU - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Temp-Raster for actual LU
ACTLU - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Temp-Raster for actual LU
ACTLUHISTORY - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Temp-Raster for actual LU History
ACTLUHISTORY - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Temp-Raster for actual LU History
add(AbstractManager.ContentType) - Method in class edu.bonn.xulu.appl.AbstractManager
Fuegt dem Manager eine Komponente hinzu.
add(AbstractManager.ContentType, boolean) - Method in class edu.bonn.xulu.appl.AbstractManager
Fuegt dem Manager eine Komponente hinzu.
add(AbstractManager.ContentType) - Method in class edu.bonn.xulu.appl.EventManager
Fuegt dem Event-Manager einen Event-Handler hinzu.
add(Object, String) - Method in interface edu.bonn.xulu.appl.VisualisationTool
Visualisiert ein Objekt.
add(XuluObject) - Method in class edu.bonn.xulu.gui.DataPoolTreeModel
Fuegt dem Baum auf der Root-Ebene ein Xulu-Objekt hinzu.
add(XuluModel) - Method in class edu.bonn.xulu.gui.ModelManagerTreeModel
Fuegt dem Baum auf der Root-Ebene ein Xulu-Modell hinzu.
add(Object, String) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Visualisiert ein Objekt.
add(VisualisationUpdateListener) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListenerProxy
Fuegt dem Proxy einen UpdateListener hinzu.
add(Object, String) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Visualisiert ein Objekt.
addBaseParameter(Object, String) - Method in class appl.parallel.spmd.SPMDClientController
 
addBaseParameter(Object, String) - Method in interface appl.parallel.spmd.SPMDClientInterface
Base Parameters are Objects which are used during the execution of multiple SPMD-Tasks.
addBaseParameters(Object[], String[]) - Method in class appl.parallel.spmd.SPMDClientController
 
addBaseParameters(Object[], String[]) - Method in interface appl.parallel.spmd.SPMDClientInterface
Adds multiple Base-parameters at once.
addButtonActionListener(int, ActionListener) - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
Belegt einen Button mit einer Aktion.
addData(DataPartition) - Method in class appl.parallel.client.ClientDataServer
DataPartitions can be added
addData(DataPartition) - Method in interface appl.parallel.client.DataServer
Adds a Partition to the server
addData(DataPartition) - Method in class appl.parallel.server.PartitionDataManager
 
addElement(int) - Method in class appl.parallel.spmd.MultiDataInfo
Adds a new Element with the specified id.
addElement() - Method in class appl.parallel.spmd.MultiDataObject
Adds an element to MultiDataObjects.
addElement(int) - Method in class appl.parallel.spmd.MultiDataObject
Adds an element with the specified ID.
addElement() - Method in class appl.parallel.spmd.MultiDataPartitionObject
Adds an element to the PartitionObject as MultiDataObject does.
addExportFactory(ExportFactory) - Method in class edu.bonn.xulu.io.TypeMapping
Fuegt eine Export-Factory fuer den Datentyp hinzu.
addGrid(WritableGrid) - Method in class edu.bonn.xulu.plugin.data.grid.GridList
Fuegt der Liste ein Raster hinzu.
addGrid(Object) - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Fuegt der Liste ein leeres Raster hinzu.
addGrid() - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Fuegt der Liste ein leeres Raster hinzu.
addGrid(WritableGrid) - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Fuegt der Liste ein Raster hinzu.
addImportFactory(ImportFactory) - Method in class edu.bonn.xulu.io.TypeMapping
Fuegt eine Import-Factory fuer den Datentyp hinzu.
addLayer(Object, String, Style) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Fuegt ein Layer (als oberstes Layer) ein.
addModelListener(ModelListener) - Method in class edu.bonn.xulu.model.AbstractXuluModel
Fuegt einen ModelListener hinzu.
addModelListener(ModelListener) - Method in interface edu.bonn.xulu.model.XuluModel
Fuegt dem Model einen Listener hinzu.
addModelListener(ModelListener) - Method in class schmitzm.test.model.DynamicXuluModel
Fuegt dem Model einen Listener hinzu.
addMultiDataInfos(HashMap<String, MultiDataInfo>) - Method in class appl.parallel.server.PartitionDataManager
 
addMultiDataInfos(HashMap<String, MultiDataInfo>) - Method in interface appl.parallel.server.PartitionDataServer
Adds MultiDataInfos to the server.
addObject(XuluObject) - Method in class edu.bonn.xulu.appl.DataPool
Fuegt dem Datenpool ein Objekt hinzu.
addPartitionInfos(Vector<SinglePartitionInfo>) - Method in class appl.parallel.server.PartitionDataManager
 
addPartitionInfos(Vector<SinglePartitionInfo>) - Method in interface appl.parallel.server.PartitionDataServer
Adds PartitionInfos to the server.
addProperty(Property) - Method in class edu.bonn.xulu.data.DynamicXuluObject
Fuegt dem Xulu-Objekt eine Eigenschaft hinzu.
addResourceChangeListener(ResourceChangeListener) - Method in class appl.parallel.client.RemoteExecutionController
adds the change lister
address - Variable in class appl.parallel.data.XuluClientLoader
 
addThreadListener(WorkingThreadListener) - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
Fuegt dem Modell-Thread einen Listener hinzu.
addTimeEventListener(TimeMonitor) - Method in class appl.parallel.client.RemoteEventHandler
Adds a new time monitor
addToMultiDataSplitControl(Object[], String) - Method in class appl.parallel.spmd.SPMDClientController
 
addToMultiDataSplitControl(MultiGrid, String) - Method in class appl.parallel.spmd.SPMDClientController
 
addToMultiDataSplitControl(Object[], String) - Method in interface appl.parallel.spmd.SPMDClientInterface
All resources of the array are submitted to split-control.
addToMultiDataSplitControl(MultiGrid, String) - Method in interface appl.parallel.spmd.SPMDClientInterface
This method is specialized on handling MultiGrids.
addToSplitControl(Object, String) - Method in class appl.parallel.spmd.SPMDClientController
 
addToSplitControl(Object, String) - Method in interface appl.parallel.spmd.SPMDClientInterface
The resource is submitted to splitControl.
addTransferEventListener(TransferMonitor) - Method in class appl.parallel.client.RemoteEventHandler
Adds a new TransferMonitor
AdvancedSPMDClientController - Class in appl.parallel.spmd
Performance optimizations on client side can be made with this class.
AdvancedSPMDClientController(Vector<ComputingResourceContainer>, double[], ClientDataServer, CommEventSink) - Constructor for class appl.parallel.spmd.AdvancedSPMDClientController
same parameters as superclass
AdvancedSPMDClientInterface - Interface in appl.parallel.spmd
This class extends the SPMDClientInterface with additional features for performance tuning.
AdvancedSPMDServerController - Class in appl.parallel.spmd
Performance optimizations can be made with this class.
AdvancedSPMDServerController(PartitionDataManager, int) - Constructor for class appl.parallel.spmd.AdvancedSPMDServerController
same parameters as superclass
AdvancedSPMDServerInterface - Interface in appl.parallel.spmd
Performance optimizations can be made with this type of controller.
appl - Variable in class de.skrueger.xulu.plugin.gnur.GnuRGUI
Speichert eine Referenz auf die Xulu-Applikation, in der der Code-Generator ausgefuehrt wird.
appl - Variable in class edu.bonn.xulu.appl.AbstractCommandInterpreter
Speichert die Xulu-Instanz fuer die das Skript ausgefuehrt wird.
appl - Variable in class edu.bonn.xulu.appl.AbstractXuluPlugin
Speichert, ob die Xulu-Instanz, in der das Plugin ausgefuehrt wird.
appl - Variable in class edu.bonn.xulu.gui.ObjectOrModelInputOption
Speichert die Xulu-Applikation.
appl - Variable in class edu.bonn.xulu.plugin.appl.DataExportHandler
Speichert eine Referenz auf die Xulu-Applikation.
appl - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Speichert eine Referenz auf die Xulu-Applikation, in der der Code-Generator ausgefuehrt wird.
appl - Variable in class edu.bonn.xulu.plugin.appl.LoggerPlugin
Instanz der Xulu-Applikation innerhalb der das Plugin ausgefuehrt wird.
appl - Variable in class edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin
Speichert die Xulu-Instanz in der das Plugin ausgefuehrt wird.
appl - Variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Speichert eine Referenz auf die Xulu-Applikation, in der der Code-Generator ausgefuehrt wird.
appl - Variable in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Speichert eine Referenz auf die Xulu-Applikation.
appl - Variable in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
 
appl - Variable in class edu.bonn.xulu.plugin.vis.GTEditorTool
Xulu-Instanz fuer die der Editor erstellt wurde.
appl.data - package appl.data
This package contains files responsible for data handling.
appl.ext - package appl.ext
At the moment this classes contains only classes related to the Configuration Editor in Xulu.
appl.parallel - package appl.parallel
Contains some general classes used for parallelization.
appl.parallel.client - package appl.parallel.client
Contains some classes for parallelization which are especially important on client side.
appl.parallel.data - package appl.parallel.data
Contains data related parallelization classes.
appl.parallel.data.splittable - package appl.parallel.data.splittable
The SplittableLLProxyGrid is an extension to the WritableGridLLProxyGrid for use with parallelization.
appl.parallel.data.xulugridfile - package appl.parallel.data.xulugridfile
Contains classes related to the xulugridfile format.
appl.parallel.data.xulugridfile.factories - package appl.parallel.data.xulugridfile.factories
The factories needed for loading the xuluWritableGridFile-Datatype into the xulu-plattform.
appl.parallel.event - package appl.parallel.event
Contains classes related event handling.
appl.parallel.gui - package appl.parallel.gui
Contains classes related to the GUI for the parallelization functionality of XULU.
appl.parallel.model - package appl.parallel.model
Contains classes which are used for integration of parallel models into the XuluModelling-Platform.
appl.parallel.plugin.event - package appl.parallel.plugin.event
The Plugin can monitor the parallelization, especially the execution time of remote commands and the size of transfered data.
appl.parallel.server - package appl.parallel.server
Contains server related classes required for parallelization.
appl.parallel.services - package appl.parallel.services
Contains some service classes used with the parallelization.
appl.parallel.spmd - package appl.parallel.spmd
Contains classes related the the SPMD execution.
appl.parallel.spmd.split - package appl.parallel.spmd.split
Contains classes related to the data splitting during spmd-execution.
appl.parallel.starter - package appl.parallel.starter
Contains classes related the starter functionality.
appl.parallel.starter.client - package appl.parallel.starter.client
Contains classes related the client side of the starter functionality.
appl.parallel.starter.server - package appl.parallel.starter.server
Contains classes related the server side of the starter functionality.
appl.parallel.test - package appl.parallel.test
Contains some thread related classes.
appl.parallel.thread - package appl.parallel.thread
Contains classes related the client side of the starter functionality.
appl.parallel.util - package appl.parallel.util
Contains some helper classes.
appl.plugin.multimodelcontrol - package appl.plugin.multimodelcontrol
Contains a plugin which allows to control the execution of multiple models at once.
appl.util - package appl.util
Collection of several usefull classes.
appl.util.benchmark - package appl.util.benchmark
Provides benchmarking functionality.
approveFileOverwrite(Component, String, boolean) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt einen Dialog an, in dem das Ueberschreiben einer Datei bestaetigt werden muss.
AREA_RENDERER - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
 
areaButton - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Button um das Chart als Flaechen-Diagramm einzustellen.
areaCellSize - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
AREACONF - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
ID der List[CAArea]-Ressource, die die Startpunkte (Gebiete/Siedlungen) des CA definiert.
AREACONF_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
Beschreibung fuer die MultiCellularAutomaton.CAContentManager.AREACONF-Ressource.
areaCount - Variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Anzahl der modellierten Gebiete/Siedlungen.
areaHeight - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
areaMapping - Variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Speichert die Zuordnung, welche Zelle welcher Area zugeordnet wurde.
AREAMAPPING - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
ID der (temporaeren) WritableGrid-Ressource fuer das Raster, in dem die Zuordnung der modellierten LUC zu den Start-Punkten (Gebiete/Siedlungen) hinterlegt wird.
areaMapping - Variable in class schmitzm.test.dynamic.SingleCellularAutomaton
 
AREAMAPPING_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
Beschreibung fuer die MultiCellularAutomaton.CAContentManager.AREAMAPPING-Ressource.
areaMaxX - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
areaMaxX - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
areaMaxX - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
areaMaxY - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
areaMaxY - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
areaMaxY - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
areaMinX - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
areaMinX - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
areaMinX - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
areaMinY - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
areaMinY - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
areaMinY - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
AREARESTR - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
 
AREARESTR - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
 
areaRestr - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
areas - Variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Die modellierten Gebiete/Siedlungen (@linkplain CAArea Areas).
areaWidth - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
argument - Variable in class appl.parallel.thread.ExecutionThread
 
arrangeInnerFrames() - Method in class edu.bonn.xulu.gui.XuluMainFrame
Ordnet die Fenster (in einer festen Anordnung) an.
asEnumeration() - Method in class edu.bonn.xulu.appl.DataPool
Liefert den Inhalt des Datenpools als Liste.
askModelClass(XuluModellingPlatform, boolean) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Fragt eine der in der Xulu-Registry geladenen Modell-Klassen ab.
askModelFrame(XuluModellingPlatform, boolean) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Fragt eines der in Xulu geladenen Modelle ab.
available() - Method in class de.skrueger.xulu.plugin.gnur.TextReader
 
AverageNeighborhoodContentManager - Class in edu.bonn.xulu.plugin.model.parallel.demo
This class defines and handle the three resources for the models AverageNeighborhoodSerialDemoModel AverageNeighborhoodParallelDemoModel AVNTuned
AverageNeighborhoodContentManager() - Constructor for class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodContentManager
Erzeugt einen neuen ContentManager fuer das Modell AverageNeighborhoodParallelDemoModel.
AverageNeighborhoodParallelDemoModel - Class in edu.bonn.xulu.plugin.model.parallel.demo
This class is a simple demo algorithm for the usage of Xulu / V.
AverageNeighborhoodParallelDemoModel() - Constructor for class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodParallelDemoModel
Creates a new instance.
AverageNeighborhoodSerialDemoModel - Class in edu.bonn.xulu.plugin.model.parallel.demo
This very simple model looks at every grid cell and takes the average over a the surrounding cells in a specified neighborhood.
AverageNeighborhoodSerialDemoModel() - Constructor for class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodSerialDemoModel
Erzeugt eine neue Instanz des Modells.
AverageNeighborhoodTestTask - Class in appl.parallel.test
 
AverageNeighborhoodTestTask() - Constructor for class appl.parallel.test.AverageNeighborhoodTestTask
 
AverageNeighborhoodTestTask_MultiGrid - Class in appl.parallel.test
 
AverageNeighborhoodTestTask_MultiGrid() - Constructor for class appl.parallel.test.AverageNeighborhoodTestTask_MultiGrid
 
AVNTask - Class in edu.bonn.xulu.plugin.model.parallel.demo
This is the SPMDTask which will be executed on server side by the parallel model AverageNeighborhoodParallelDemoModel.
AVNTask() - Constructor for class edu.bonn.xulu.plugin.model.parallel.demo.AVNTask
 
AVNTuned - Class in edu.bonn.xulu.plugin.model.parallel.demo
This is a tuned version of the AverageNeighborhoodParallelDemoModel, which uses multithreading and preloading.
AVNTuned() - Constructor for class edu.bonn.xulu.plugin.model.parallel.demo.AVNTuned
Erzeugt eine neue Instanz des Modells.
AVNTunedTask - Class in edu.bonn.xulu.plugin.model.parallel.demo
This is the SPMDTask which will be executed on server side by the parallel model AverageNeighborhoodParallelDemoModel.
AVNTunedTask() - Constructor for class edu.bonn.xulu.plugin.model.parallel.demo.AVNTunedTask
 

B

BAR_RENDERER - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
 
barButton - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Button um das Chart als Balken-Diagramm einzustellen.
BASE_RESCOUNT - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Anzahl an Ressourcen, die durch diese Modell-Oberklasse definiert sind.
BASE_RESCOUNT - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
Definiert die Anzahl der durch diesen Content-Manager definierten Ressourcen
baseLUC - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
baseLUC - Variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Ausgangs-Szenario.
BASELUC - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
ID der WritableGrid-Ressource fuer das Ausgangsszenario des Untersuchungsgebiets.
baseLUC - Variable in class schmitzm.test.dynamic.SingleCellularAutomaton
 
BASELUC_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
Beschreibung fuer die MultiCellularAutomaton.CAContentManager.BASELUC-Ressource.
baseObject - Variable in class appl.data.LateLoadingProxy
 
BASESCENARIO - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Base scenario
BASESCENARIO - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Base scenario
basicTest() - Method in class appl.parallel.test.SplitMapTest
 
bench() - Method in interface appl.util.benchmark.Benchmark
runs the Benchmark
bench() - Method in class appl.util.benchmark.SimpleBenchmark
 
Benchmark - Interface in appl.util.benchmark
Simple Interface for Benchmarks.
bind(String, Remote, int) - Method in class appl.parallel.starter.server.XuluServerStarter
Copied from Helper and modified so that it does not depend on log4j.
bind(String, Remote, int) - Static method in class appl.parallel.util.Helper
Bind the remote object's stub in the registry.
boom - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
boom - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
 
boom - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
border - Variable in class edu.bonn.xulu.plugin.data.misc.CAArea
Speichert die Randzellen der Region.
boxingMode - Variable in class appl.parallel.spmd.split.AbstractSplitMap
 
BRACHSTEPS - Static variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
ID der Long-Ressource, in der die Brachezeit des modellierten LUC-Typs hinterlegt ist.
BRACHSTEPS_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
Beschreibung fuer die ImpetusCellularAutomaton.CAContentManager.BRACHSTEPS-Ressource.
breed - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
breed - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
breedEnd - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
BreedGrowth(int, int) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
This is phase 2 of the growth cycle.
breedStart - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
breedStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
BufferedHelper - Class in appl.parallel.data.xulugridfile
The methods of this class can be used to efficiently read or write values into a Bytestream (it is e.g. used by the XuluGridFile).
BufferedHelper() - Constructor for class appl.parallel.data.xulugridfile.BufferedHelper
 
BufferedRandomAccessFile - Class in appl.parallel.data.xulugridfile
Copied from java world.
BufferedRandomAccessFile(String, String, int) - Constructor for class appl.parallel.data.xulugridfile.BufferedRandomAccessFile
 
burnedOutLUC - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
burningCells - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
burningLUC - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
burnSuitability - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
burnTime - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
bust - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
bust - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
 
bust - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
BUTTON_INIT - Static variable in class edu.bonn.xulu.plugin.gui.ModelControlContainer
Identifiziert den Init-Button.
BUTTON_PAUSE - Static variable in class edu.bonn.xulu.plugin.gui.ModelControlContainer
Identifiziert den Pause-Button.
BUTTON_START - Static variable in class edu.bonn.xulu.plugin.gui.ModelControlContainer
Identifiziert den Start/Resume-Button.
BUTTON_STEP - Static variable in class edu.bonn.xulu.plugin.gui.ModelControlContainer
Identifiziert den Step-Button.
BUTTON_STOP - Static variable in class edu.bonn.xulu.plugin.gui.ModelControlContainer
Identifiziert den Stop-Button.
buttonGroup - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Buttongroup, die Steuert, das im buttonPanel immer nur ein Toggle-Button aktiviert ist
buttonPanel - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Speichert das Panel, in dem die Button angezeigt werden, mit denen zwischen den verschiedenen Styles gewechselt werden kann.

C

CAArea - Class in edu.bonn.xulu.plugin.data.misc
Dieser Datentyp stellt eine Region (z.B.
CAArea() - Constructor for class edu.bonn.xulu.plugin.data.misc.CAArea
Erzeugt eine neue Area.
CAArea(String, double, double) - Constructor for class edu.bonn.xulu.plugin.data.misc.CAArea
Erzeugt eine neue Area.
CAAreaListFactory_ShapeFile - Class in edu.bonn.xulu.plugin.io.misc
Diese Factory importiert Instanzen des Datentyps CAArea aus einem Shape-File.
CAAreaListFactory_ShapeFile() - Constructor for class edu.bonn.xulu.plugin.io.misc.CAAreaListFactory_ShapeFile
 
caAreaType - Variable in class edu.bonn.xulu.plugin.io.misc.CAAreaListFactory_ShapeFile
(Unter-)Typ von CAArea fuer den die ListProperty des XuluObject erzeugt wird.
calculateBurnProbability(int, int, double) - Method in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
Berechnet die Wahrscheinlichkeit, dass eine Zelle brennt.
calculateLUProbabilities(int) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel
Berechnet die auf den Driving Forces basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calculateLUProbabilities(int) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Berechnet die auf den Driving Forces basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calculateLUProbabilities(int) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Berechnet die auf den Driving Forces basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calculateLUProbabilities(int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Berechnet die auf den Driving Forces basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calculateLUProbabilities(int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Berechnet die auf den Driving Forces basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calculateLUProbabilities(int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Berechnet die auf den Driving Forces basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calculateNeighbors(int, int, float) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
This method returns the number of neighbors of a cell X/Y.
calculateWeights(int[]) - Static method in class appl.parallel.util.Helper
Calculates weights out of ratings.
call() - Method in class appl.parallel.thread.ExecutionThread
Sends standard CommEvents to the CommEventSink given with the constructor.
call() - Method in class appl.parallel.util.Helper.SimpleConnectionThread
 
calulateNeighborhoodProbabilities(int, WritableGrid) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel
Berechnet die auf den Nachbarschaftsbeziehungen basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calulateNeighborhoodProbabilities(int, WritableGrid) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Berechnet die auf den Nachbarschaftsbeziehungen basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calulateNeighborhoodProbabilities(int, WritableGrid) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Berechnet die auf den Nachbarschaftsbeziehungen basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calulateNeighborhoodProbabilities(int, WritableGrid) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Berechnet die auf den Nachbarschaftsbeziehungen basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calulateNeighborhoodProbabilities(int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Berechnet die auf den Nachbarschaftsbeziehungen basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calulateNeighborhoodProbabilities(int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Berechnet die auf den Nachbarschaftsbeziehungen basierenden Landnutzungs-Wahrscheinlichkeiten fuer einen Modell-Schritt und speichert diese in der Ressource "temp.
calulateNeighborhoodProbabilities(Object...) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTask
 
calulateNeighborhoodProbabilities(Object...) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTaskTuned
 
canDisplay(Object) - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_GeomAndGrid
Prueft, ob ein Objekt darstellbar ist.
canDisplay(Object) - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_ListProperty
Prueft, ob ein Objekt darstellbar ist.
canDisplay(Object) - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_MatrixProperty
Prueft, ob ein Objekt darstellbar ist.
canDisplay(Object) - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_Properties
Prueft, ob ein Objekt darstellbar ist.
CASettlementArea - Class in edu.bonn.xulu.plugin.data.misc
Dieser Datentyp erweitert die allgemeine CA-Region um folgende Eigenschaften: Einwohnerzahl (zum Zeitpunkt 0) Wachstumsrate der Einwohnerzahl pro Zeitschritt Bedarf pro Einwohner (in qm)
CASettlementArea() - Constructor for class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Erzeugt eine neue Area.
CASettlementArea(String, double, double, double, double, double) - Constructor for class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Erzeugt eine neue Area.
CASettlementAreaListFactory_ShapeFile - Class in edu.bonn.xulu.plugin.io.misc
Diese Factory importiert Instanzen des Datentyps CASettlementArea aus einem Shape-File.
CASettlementAreaListFactory_ShapeFile() - Constructor for class edu.bonn.xulu.plugin.io.misc.CASettlementAreaListFactory_ShapeFile
Erzeugt einen neue Factory.
category - Variable in class edu.bonn.xulu.model.AbstractModelResource
Speichert die Kategorie der Ressource (Default: ModelResource.CATEGORY_OTHER)
CATEGORY - Static variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Vorgabe, aus welchen Ressourcen-Categorien der Anwender auswaehlen kann.
category - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition
Auswahlfeld fuer die Resourcen-Kategorie.
CATEGORY_DESC - Static variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Beschreibungen fuer die Ressourcen-Categorien, aus welchen der Anwender auswaehlen kann.
CATEGORY_INPUT - Static variable in interface edu.bonn.xulu.model.ModelResource
Definiert die Ressource als Eingabe-Ressource
CATEGORY_OTHER - Static variable in interface edu.bonn.xulu.model.ModelResource
Definiert die Ressource als "andere" Ressource
CATEGORY_OUTPUT - Static variable in interface edu.bonn.xulu.model.ModelResource
Definiert die Ressource als Ausgabe-Ressource
CATEGORY_TEMP - Static variable in interface edu.bonn.xulu.model.ModelResource
Definiert die Ressource als temporaere Ressource
cellChanged(Point, CASettlementArea, int, int) - Method in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Setzt die LUC-Historie fuer eine Zelle auf 0 zurueck.
cellChanged(Point, CAArea, int, int) - Method in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Macht nichts.
cellSize - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
cellSize - Variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Speichert die Groesse (in qm) eine Zelle des Untersuchungsgebiets.
CellularAutomaton - Class in schmitzm.test.dynamic
Zellularer Automat fuer meherer Regionen.
CellularAutomaton() - Constructor for class schmitzm.test.dynamic.CellularAutomaton
 
chartPanel - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Speichert das Panel, in dem die einzelnen Charts angezeigt werden.
chartPlot - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Enthaelt den Plot des Chart.
check() - Method in interface edu.bonn.xulu.appl.AbstractCommandInterpreter.Command
Prueft, ob alle Parameter korrekt gesetzt sind.
check() - Method in class edu.bonn.xulu.model.AbstractModelContentManager
Ueberprueft alle Ressourcen auf Korrektheit.
check(Object) - Method in class edu.bonn.xulu.model.AbstractModelResource
Prueft ein beliebiges Objekt auf Typ- und Wert-Konsistenz mit der Ressource.
check() - Method in class edu.bonn.xulu.model.AbstractModelResource
Prueft das der Ressource zugeordnete Objekt auf Typ- und Wert-Konsistenz mit der Ressource.
check() - Method in interface edu.bonn.xulu.model.ModelContentManager
Ueberprueft alle Resourcen auf Korrektheit.
check(Object) - Method in interface edu.bonn.xulu.model.ModelResource
Prueft ein beliebiges Objekt auf Typ- und Wert-Konsistenz mit der Ressource.
check() - Method in interface edu.bonn.xulu.model.ModelResource
Prueft das der Ressource zugeordnete Objekt auf Typ- und Wert-Konsistenz mit der Ressource.
check() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_CopyStructure
Prueft, ob alle Parameter korrekt gesetzt sind.
check() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_CreateModel
Prueft, ob alle Parameter korrekt gesetzt sind.
check() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_ImportFromFile
Prueft, ob alle Parameter korrekt gesetzt sind.
check() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_LoadMapping
Prueft, ob alle Parameter korrekt gesetzt sind.
check() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_New
Prueft, ob alle Parameter korrekt gesetzt sind.
check() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_Plugin
Checks if the parameters are set correctly
check() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_Rename
Prueft, ob alle Parameter korrekt gesetzt sind.
checkAndError() - Method in class edu.bonn.xulu.model.AbstractModelContentManager
Ueberprueft alle Ressourcen auf Korrektheit.
checkAndError(Object) - Method in class edu.bonn.xulu.model.AbstractModelResource
Prueft ein beliebiges Objekt auf Typ- und Wert-Konsistenz mit der Ressource.
checkAndError() - Method in class edu.bonn.xulu.model.AbstractModelResource
Prueft das der Ressource zugeordnete Objekt auf Typ- und Wert-Konsistenz mit der Ressource.
checkAndError(Object) - Method in class edu.bonn.xulu.model.DefaultModelResource
Prueft ein beliebiges Objekt auf Typ- und Wert-Konsistenz mit der Ressource.
checkAndError() - Method in interface edu.bonn.xulu.model.ModelContentManager
Ueberprueft alle Ressourcen auf Korrektheit.
checkAndError(Object) - Method in interface edu.bonn.xulu.model.ModelResource
Prueft ein beliebiges Objekt auf Typ- und Wert-Konsistenz mit der Ressource.
checkAndError() - Method in interface edu.bonn.xulu.model.ModelResource
Prueft das der Ressource zugeordnete Objekt auf Typ- und Wert-Konsistenz mit der Ressource.
checkAndError(Object) - Method in class edu.bonn.xulu.model.PropertiesResource
Prueft ein beliebiges Objekt auf Typ-Konsistenz mit der Ressource und auf die Erfuelltheit der Constraints.
checkAndError() - Method in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
Prueft die Ressourcen-Zuordnung auf Korrektheit.
checkAndError() - Method in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCAContentManager
 
checkAndError() - Method in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
Prueft die Ressourcen-Zuordnung auf Korrektheit.
checkAndError() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
checkAndError() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Prueft alle Modell-Ressourcen auf Korrektheit.
checkAndError() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Prueft alle Modell-Ressourcen auf Korrektheit.
checkAndError() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC_ContentManager
 
checkAndError() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationContentManager
 
checkAndError() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModificationContentManager
 
checkAndError() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelContentManager
 
checkAndError() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModificationContentManager
 
checkAndError() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifyingContentManager
 
checkAndError() - Method in class edu.bonn.xulu.plugin.model.test.TestModel.ContentManager
Prueft alle Modell-Ressourcen auf Korrektheit.
checkAndError() - Method in class skrueger.gol.GameOfLifeContentManager
 
checkBrache() - Method in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Prueft fuer jede Zelle des Untersuchungsgebiets, ob die maximale Nutzungsdauer erreicht ist.
checkBreakingCommands() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Prueft, ob das Modell gestoppt ist.
checkCategory(int) - Method in class edu.bonn.xulu.model.AbstractModelResource
Prueft, ob die angegebene Kategorie korrekt ist.
checkComponentAndError(AbstractManager.ContentType) - Method in class edu.bonn.xulu.appl.AbstractManager
Diese Methode prueft, ob der Inhalt fuer die konkrete Implementierung zulaessig ist.
checkComponentAndError(AbstractManager.ContentType) - Method in class edu.bonn.xulu.appl.EventManager
Prueft (fuer add/remove), ob es sich einem Objekt um einen EventHandler handelt.
checkComponentAndError(AbstractManager.ContentType) - Method in class edu.bonn.xulu.appl.ModelControlManager
Prueft, ob eine Komponente im ModelManager verwaltet werden kann.
checkComponentAndError(AbstractManager.ContentType) - Method in class edu.bonn.xulu.appl.VisualisationManager
Prueft, ob eine Komponente im Visualisierungsmanager verwaltet werden kann.
checkDemandCompliedAndCalculateIterVar(int, int) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel
Prueft, ob die aktuelle LU-Konfiguration die einzelenen Bedarfsanforderungen (bis auf eine Abweichung) erfuellt und berechnet die Iterationsvariablen neu.
checkDemandCompliedAndCalculateIterVar(int, int) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Prueft, ob die aktuelle LU-Konfiguration die einzelenen Bedarfsanforderungen (bis auf eine Abweichung) erfuellt und berechnet die Iterationsvariablen neu.
checkDemandCompliedAndCalculateIterVar(int, int) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Prueft, ob die aktuelle LU-Konfiguration die einzelenen Bedarfsanforderungen (bis auf eine Abweichung) erfuellt und berechnet die Iterationsvariablen neu.
checkDemandCompliedAndCalculateIterVar(int, int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Prueft, ob die aktuelle LU-Konfiguration die einzelenen Bedarfsanforderungen (bis auf eine Abweichung) erfuellt und berechnet die Iterationsvariablen neu.
checkDemandCompliedAndCalculateIterVar(int, int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Prueft, ob die aktuelle LU-Konfiguration die einzelenen Bedarfsanforderungen (bis auf eine Abweichung) erfuellt und berechnet die Iterationsvariablen neu.
checkDemandCompliedAndCalculateIterVar(int, int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Prueft, ob die aktuelle LU-Konfiguration die einzelenen Bedarfsanforderungen (bis auf eine Abweichung) erfuellt und berechnet die Iterationsvariablen neu.
checkDisposed(XuluComponent) - Static method in class edu.bonn.xulu.appl.XuluComponentUtil
Prueft, ob eine Xulu-Komponente zerstoert ist.
checkDuplicateAndError(AbstractManager.ContentType) - Method in class edu.bonn.xulu.appl.AbstractManager
Prueft, ob es bereits ein Objekt im Manager gibt, das dem uebergebenen gleicht (diese Implementierung prueft auf die equals(.).Methode).
checkEqual(WritableGrid, WritableGrid, boolean) - Static method in class appl.util.RasterUtil
Runs through every grid cell and checks if the two Grids are equal (based on the RasterMetaData of the first Grid.
checkExportDestinationObject(ExportFactory, Object, Class, boolean) - Static method in class edu.bonn.xulu.io.AbstractFactory
Prueft, ob ein Ausgabeziel-Objekt fuer eine ExportFactory geeignet ist.
checkFileOverwrite(Component, File, boolean) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Prueft, ob eine Datei existiert und fordert gegenfalls zum Bestaetigen des Ueberschreiben auf.
checkImportSourceObject(ImportFactory, Object, Class, boolean) - Static method in class edu.bonn.xulu.io.AbstractFactory
Prueft, ob ein Eingabequelle-Objekt fuer eine ImportFactory geeignet ist.
checkInputs(String, String, File, Class<XuluModel>, ModelResource[], String[], File) - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGenerator
Prueft die Parameter des Konstruktors auf Korrektheit
checkInputsAndError() - Method in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Prueft die in der Maske spezifizierten Angaben auf Korrektheit.
checkLUCCAllowed(int, int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel
Prueft, ob ein bestimmter LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCAllowed(int, int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Prueft, ob ein bestimmter LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCAllowed(int, int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Prueft, ob ein bestimmter LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCAllowed(int, int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Prueft, ob ein bestimmter LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCAllowed(int, int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTask
Prueft, ob ein bestimmter LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCAllowed(int, int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTaskTuned
Prueft, ob ein bestimmter LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCGeneralAllowed(int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel
Prueft, ob ein genereller LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCGeneralAllowed(int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Prueft, ob ein genereller LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCGeneralAllowed(int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Prueft, ob ein genereller LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCGeneralAllowed(int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Prueft, ob ein genereller LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCGeneralAllowed(int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTask
Prueft, ob ein genereller LU-Wechsel fuer eine Zelle erlaubt ist.
checkLUCCGeneralAllowed(int, int, int, int, boolean) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTaskTuned
Prueft, ob ein genereller LU-Wechsel fuer eine Zelle erlaubt ist.
checkModel() - Method in class schmitzm.test.model.DynamicXuluModel
Prueft, ob dem dynamischen Modell bereits ein zu tunnelndes Modell zugeordnet ist.
checkNoData(int, int, WritableGrid) - Static method in class edu.bonn.xulu.plugin.model.clue.ClueModel
Prueft, ob eine Rasterzelle mit NoData belegt ist
checkNoData(int, int, WritableGrid) - Static method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Prueft, ob eine Rasterzelle mit NoData belegt ist
checkNoData(int, int, WritableGrid) - Static method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Prueft, ob eine Rasterzelle mit NoData belegt ist
checkNoData(int, int, WritableGrid) - Static method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Prueft, ob eine Rasterzelle mit NoData belegt ist
checkNoData(int, int, WritableGrid) - Static method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Prueft, ob eine Rasterzelle mit NoData belegt ist
checkNoData(int, int, WritableGrid) - Static method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Prueft, ob eine Rasterzelle mit NoData belegt ist
checkNoData(int, int, WritableGrid) - Static method in class edu.bonn.xulu.plugin.model.parallel.ClueTask
Prueft, ob eine Rasterzelle mit NoData belegt ist
checkNoData(int, int, WritableGrid) - Static method in class edu.bonn.xulu.plugin.model.parallel.ClueTaskTuned
Prueft, ob eine Rasterzelle mit NoData belegt ist
checkNoData(int, int, WritableGrid) - Static method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
checkSplittable(Object) - Method in class appl.parallel.spmd.SPMDClientController
Checks if the given object is an instance of SplittableResource and gives it back as splittable.
checkSplittableArray(Object[]) - Method in class appl.parallel.spmd.SPMDClientController
checks if every object of the array is an instance of SplittableResource and gives it back as splittable
checkStoreStepGrids() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Prueft, ob in der GUI eingestellt ist, dass die Zwischenergebnisse als Raster gespeichert werden.
checkStructure(WritableGrid) - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Prueft, ob die Struktur eines Rasters mit der des Multi-Grid vertraeglich ist.
checkType(Object) - Method in class edu.bonn.xulu.model.AbstractModelResource
Prueft ein beliebiges Objekt nur auf Typ-Vertraeglichkeit mit der Ressource.
checkType(Object) - Method in interface edu.bonn.xulu.model.ModelResource
Prueft ein beliebiges Objekt nur auf Typ-Vertraeglichkeit mit der Ressource.
checkTypeAndError(Object) - Method in class edu.bonn.xulu.model.AbstractModelResource
Prueft ein beliebiges Objekt nur auf Typ-Vertraeglichkeit mit der Ressource.
checkTypeAndError(Object) - Method in class edu.bonn.xulu.model.DefaultModelResource
Prueft ein beliebiges Objekt nur auf Typ-Vertraeglichkeit mit der Ressource.
checkTypeAndError(Object) - Method in interface edu.bonn.xulu.model.ModelResource
Prueft ein beliebiges Objekt nur auf Typ-Vertraeglichkeit mit der Ressource.
checkTypeAndError(Object) - Method in class edu.bonn.xulu.model.PropertiesResource
Prueft ein beliebiges Objekt auf Typ-Konsistenz mit der Ressource und ggf. auf not null.
checkTypeAndError(Object) - Method in class edu.bonn.xulu.model.ValuePropertyResource
Neben den Checks der Oberklasse, prueft diese Methode, ob der Inhaltstyp der Property data dem fuer die Ressource verlangten Typ entspricht.
clearSyncData() - Method in class appl.parallel.spmd.AdvancedSPMDServerController
You should call this method from time to time to clear all syncpoints and the associated threads out of the memory
clearSyncData() - Method in interface appl.parallel.spmd.AdvancedSPMDServerInterface
You should call this method from time to time to clear all syncpoints and the associated threads out of the memory
ClientDataServer - Class in appl.parallel.client
This class is used for storing all data which is needed for parallelization and may be requested remotely.
ClientDataServer(CommEventSink) - Constructor for class appl.parallel.client.ClientDataServer
The standard Constructor (binds itself to the running registry)
clone() - Method in class appl.parallel.data.AbstractDataHandler
 
clone() - Method in interface appl.parallel.data.PartitionDataHandler
 
clone() - Method in class appl.parallel.data.xulugridfile.XuluGridSharedFileSystemLoader
 
clone(int) - Method in interface appl.parallel.spmd.split.PartitionInfo
This method can especially be used by multi data methods to create a new instance of this data type
clone(int) - Method in class appl.parallel.spmd.split.SinglePartitionInfo
 
close() - Method in class appl.parallel.client.ClientDataServer
stops the client and removes it from the registry
close() - Method in class appl.parallel.data.xulugridfile.XuluGridFile
Closes all used Filehandles.
close() - Method in class appl.parallel.spmd.SPMDClientController
disconnects from all servers
close() - Method in class de.skrueger.xulu.plugin.gnur.TextReader
 
close() - Method in interface edu.bonn.xulu.appl.AbstractManager.ContentType
Schliesst die Komponente komplett.
close() - Method in class edu.bonn.xulu.appl.EventHandler
Schliesst den EventHandler.
close() - Method in interface edu.bonn.xulu.appl.Handler
Schliesst den Handler.
close() - Method in interface edu.bonn.xulu.appl.VisualisationTool
Schliesst das Visualisierungstool und alle darin enthaltenen Fenster/Layer.
close() - Method in class edu.bonn.xulu.appl.VisualisationUpdateListener
Schliesst den VisualisationUpdateListener und entfernt die Darstellung aus dem Visualisierungstool.
close() - Method in class edu.bonn.xulu.plugin.appl.DataExportHandler
Schliesst den Handler.
close() - Method in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Schliesst den Handler.
close() - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
Schliesst die Komponente komplett.
close() - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Verbirgt das GTVisualisationTool-Fenster, entfernt alle (durch UpdateListener) damit verbundenen Layer und "vernichtet" anschliessend das Fenster mit AbstractManager.dispose().
close() - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListener
Entfernt alle Layer, die zum Objekts gehoeren aus dem LayeredMapFrame.
close() - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListenerProxy
Ruft close() fuer alle Listener des Proxy auf.
close() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Verbirgt das JFreeChartVisualisationTool-Fenster, entfernt alle (durch UpdateListener) damit verbundenen Charts und "vernichtet" anschliessend das Fenster mit Window.dispose().
close() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.UpdateListener
Entfernt das Charts, das zum Objekt gehoert aus dem JFreeChartVisualisationTool.
clue_iter(Object...) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTask
 
clue_iter(Object...) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTaskTuned
 
CLUE_RES - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModel
ResourceProvider, der die Uebersetzungen fuer die Clue-GUI bereitstellt: locales.XuluModel_Clue
ClueModel - Class in edu.bonn.xulu.plugin.model.clue
Diese Klasse stellt eine Nachbildung des CLUE-Modells dar (CLUE = The Conversion of Land Use and its Effects).
ClueModel() - Constructor for class edu.bonn.xulu.plugin.model.clue.ClueModel
Erzeugt eine neue Instanz des CLUE-Modells.
ClueModel.ClueModelGUI - Class in edu.bonn.xulu.plugin.model.clue
Diese Klasse stellt eine modellspezifische GUI-Komponente fuer das CLUE-Modell dar.
ClueModel.ClueModelGUI() - Constructor for class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Erzeugt eine neue Clue-GUI.
ClueModel_deterministic - Class in edu.bonn.xulu.plugin.model.parallel
This class can be used to verify parallel versions of the ClueModel.
ClueModel_deterministic() - Constructor for class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Erzeugt eine neue Instanz des CLUE-Modells.
ClueModel_deterministic.ClueModelGUI - Class in edu.bonn.xulu.plugin.model.parallel
Diese Klasse stellt eine modellspezifische GUI-Komponente fuer das CLUE-Modell dar.
ClueModel_deterministic.ClueModelGUI() - Constructor for class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI
Erzeugt eine neue Clue-GUI.
ClueModel_Optimized - Class in edu.bonn.xulu.plugin.model.clue
Diese Klasse stellt den Versuch einer Laufzeit-verbesserten Implementierung der ersten CLUE-Modell-Implementierung ClueModel_Original dar (CLUE = The Conversion of Land Use and its Effects).
ClueModel_Optimized() - Constructor for class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Erzeugt eine neue Instanz des CLUE-Modells.
ClueModel_Original - Class in edu.bonn.xulu.plugin.model.clue
BEI DIESER KLASSE HANDELT ES SICH UM DIE URSPRUENGLICHE XULU-IMPLEMENTIERUG DES CLUE-MODELLS.
ClueModel_Original() - Constructor for class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Erzeugt eine neue Instanz des CLUE-Modells.
ClueModel_Original.ClueModelGUI - Class in edu.bonn.xulu.plugin.model.clue
Diese Klasse stellt eine modellspezifische GUI-Komponente fuer das CLUE-Modell dar.
ClueModel_Original.ClueModelGUI() - Constructor for class edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI
Erzeugt eine neue Clue-GUI.
ClueModelContentManager - Class in edu.bonn.xulu.plugin.model.clue
Diese Klasse verwaltet die Ressourcen fuer das Clue-Modell und prueft diese auf Korrektheit.
ClueModelContentManager() - Constructor for class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Erzeugt einen neuen ContentManager fuer das ClueModel.
ClueModelContentManager - Class in edu.bonn.xulu.plugin.model.parallel
Diese Klasse verwaltet die Ressourcen fuer das Clue-Modell und prueft diese auf Korrektheit.
ClueModelContentManager() - Constructor for class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Erzeugt einen neuen ContentManager fuer das ClueModelParallel.
ClueModelParallel - Class in edu.bonn.xulu.plugin.model.parallel
This class is a parallel version of the ClueModel.
ClueModelParallel() - Constructor for class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Erzeugt eine neue Instanz des CLUE-Modells.
ClueModelParallel.ClueModelGUI - Class in edu.bonn.xulu.plugin.model.parallel
Diese Klasse stellt eine modellspezifische GUI-Komponente fuer das CLUE-Modell dar.
ClueModelParallel.ClueModelGUI() - Constructor for class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI
Erzeugt eine neue Clue-GUI.
ClueParallelTuned - Class in edu.bonn.xulu.plugin.model.parallel
Used for a better resource utilization in the associated task (ClueTaskTuned).
ClueParallelTuned() - Constructor for class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Erzeugt eine neue Instanz des CLUE-Modells.
ClueParallelTuned.ClueModelGUI - Class in edu.bonn.xulu.plugin.model.parallel
Diese Klasse stellt eine modellspezifische GUI-Komponente fuer das CLUE-Modell dar.
ClueParallelTuned.ClueModelGUI() - Constructor for class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI
Erzeugt eine neue Clue-GUI.
ClueTask - Class in edu.bonn.xulu.plugin.model.parallel
This is the task class for the parallel computation of the ClueModel, originally developed by Peter Verburg at Wageningen University and adapted for Xulu by Martin Schmitz.
ClueTask() - Constructor for class edu.bonn.xulu.plugin.model.parallel.ClueTask
 
ClueTaskDefinition - Class in edu.bonn.xulu.plugin.model.parallel
Defines which clue task to execute.
ClueTaskDefinition() - Constructor for class edu.bonn.xulu.plugin.model.parallel.ClueTaskDefinition
 
ClueTaskDefinition.Task - Enum in edu.bonn.xulu.plugin.model.parallel
 
ClueTaskTuned - Class in edu.bonn.xulu.plugin.model.parallel
This is a tuned version of the ClueTask.
ClueTaskTuned() - Constructor for class edu.bonn.xulu.plugin.model.parallel.ClueTaskTuned
 
CM_TEMPLATE_FILENAME - Static variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGenerator
Vorlagen-Datei fuer ModelContentManager.
COLUMN_TYPE - Variable in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Speichert die Spaltentypen der Tabelle
CommEvent - Class in appl.parallel.event
A CommEvent is a RemoteEvent.
CommEvent.CommType - Enum in appl.parallel.event
 
CommEventSink - Interface in appl.parallel.event
A event sink for communication events receives TimeEvents and TransferEvents and processes them.
commType - Variable in class appl.parallel.thread.ExecutionThread
 
ComputingResource - Interface in appl.parallel
This is the base class for remote computing resources, which could be displayed e.g. in the ModelControlFrame of the XuluModellingPlatform.
ComputingResourceContainer - Class in appl.parallel
Encapsulates ComputingResources and their meta Information (for fast access)
ComputingResourceContainer(ComputingResource, ComputingResourceProperties) - Constructor for class appl.parallel.ComputingResourceContainer
 
ComputingResourceProperties - Interface in appl.parallel
Information about a ComputingResource.
ComputingResourceThread - Class in appl.parallel.thread
 
ComputingResourceThread(ComputingResource, ComputingResourceProperties, Object, CommEvent.CommType, CommEventSink) - Constructor for class appl.parallel.thread.ComputingResourceThread
 
ComputingResourceThread(ComputingResource, ComputingResourceProperties, Object, CommEvent.CommType, CommEventSink, boolean) - Constructor for class appl.parallel.thread.ComputingResourceThread
 
CONFIG_FILE_NAME - Static variable in class edu.bonn.xulu.plugin.appl.LoggerPlugin
Log4j-Konfigurationsdatei aus der die Logger gelesen werden.
ConfigurationEditor - Class in appl.ext
Displays the XuluConfig in a frame based using the ConfigurationEditorEngine.
ConfigurationEditor() - Constructor for class appl.ext.ConfigurationEditor
This is the default constructor
ConfigurationEditorEngine - Class in appl.ext
Handles the ConfigurationEditorGUI.
ConfigurationEditorEngine() - Constructor for class appl.ext.ConfigurationEditorEngine
creates a new Editor.
ConfigurationEditorGUI - Class in appl.ext
Displays the properties of XuluConfig.
ConfigurationEditorGUI() - Constructor for class appl.ext.ConfigurationEditorGUI
This is the default constructor
ConfigurationEditorPlugin - Class in appl.ext
The configuration plug-in.
ConfigurationEditorPlugin() - Constructor for class appl.ext.ConfigurationEditorPlugin
 
connect() - Method in interface appl.parallel.ComputingResource
tries to connect to the resource
connect() - Method in class appl.parallel.server.XuluServer
Only a connected client has access to all functionality.
contains(long) - Method in class edu.bonn.xulu.appl.DataPool
Prueft, ob im Pool ein Objekt vorhanden ist.
contains(String) - Method in class edu.bonn.xulu.appl.DataPool
Prueft, ob im Pool ein Objekt vorhanden ist.
containsMultipleValues() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert false, da ein Xulu-Objekt von jeder Eigenschaft immer nur eine Instanz enthaelt.
containsProperty(String) - Method in class edu.bonn.xulu.data.AbstractXuluObject
Prueft, ob das Xulu-Objekt eine bestimmte Eigenschaft enthaelt.
content - Variable in class edu.bonn.xulu.appl.AbstractManager
Speichert den Inhalt des Managers.
contentContainer - Variable in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
 
contentPane - Variable in class de.skrueger.xulu.plugin.gnur.GnuRGUI
Referenz auf den Container des Fensters.
contentPane - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Referenz auf den Container des Fensters.
contentPane - Variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorGUI
Referenz auf den Container des Fensters.
contentPane - Variable in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
 
contManager - Variable in class edu.bonn.xulu.gui.ModelContentManagerContainer
Speichert eine Referenz auf den ContentManager
contManager - Variable in class edu.bonn.xulu.model.AbstractXuluModel
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.clue.ClueModel
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.mrv.MultipleResolutionValidation
Saves the ContentManager for the model.
contManager - Variable in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodParallelDemoModel
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodSerialDemoModel
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.parallel.demo.AVNTuned
Speichert den ContentManager fuer das Modell.
contManager - Variable in class edu.bonn.xulu.plugin.model.sleuth.CopyUrbanInActualLU
 
contManager - Variable in class edu.bonn.xulu.plugin.model.sleuth.MultipleResolutionValidation
Saves the ContentManager for the model.
contManager - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
contManager - Variable in class edu.bonn.xulu.plugin.model.test.TestModel
Speichert den ContentManager fuer das Modell.
controlContainer - Variable in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
 
convertArcInfoToXuluGridFile(int) - Method in class appl.parallel.data.xulugridfile.XuluGridFileConverter
partly copied from Geotools. www.geotools.org.
convertFromString(String) - Method in class edu.bonn.xulu.gui.DataPoolInputOption
Noch nicht implementiert
Parst eine textuellen Angabe und liefert ein entsprechendes Objekt aus dem Datenpool.
convertFromString(String) - Method in class edu.bonn.xulu.gui.ObjectOrModelInputOption
Noch nicht implementiert
Parst eine textuellen Angabe und liefert ein entsprechendes Objekt aus dem Datenpool oder Modell-Manager.
convertImportSourceAsNeeded(ImportFactory, Object) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Konvertiert ein durch die Plattform zur Verfuegung gestelltes Objekt in ein Objekt, das von der Factory angefordert wird.
convertRasterToReal(int, int) - Method in class appl.data.WritableGridLLProxy
 
convertRealToRaster(double, int) - Method in class appl.data.WritableGridLLProxy
 
convertToString(Object) - Method in class edu.bonn.xulu.gui.DataPoolInputOption
Liefert die textuelle Bezeichnung zu einem Datenpool-Objekt.
convertToString(Object) - Method in class edu.bonn.xulu.gui.ObjectOrModelInputOption
Liefert die textuelle Bezeichnung zu einem Datenpool-Objekt, bzw.
CONVFACTQM - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Toleranz fuer Bedarfe
CONVFACTQM - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Toleranz fuer Bedarfe
COORD_LATLON - Static variable in class schmitzm.test.dynamic.CellularAutomaton
Koordinaten-Modus "Lat/Lon".
COORD_RASTER - Static variable in class schmitzm.test.dynamic.CellularAutomaton
Koordinaten-Modus "Raster".
copyInto(WritableGrid, WritableGrid) - Static method in class appl.util.RasterUtil
Copies all values from a WritableGrid into another WritableGrid.
CopyUrbanInActualLU - Class in edu.bonn.xulu.plugin.model.sleuth
 
CopyUrbanInActualLU() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.CopyUrbanInActualLU
 
CopyUrbanInActualLUContentManager - Class in edu.bonn.xulu.plugin.model.sleuth
 
CopyUrbanInActualLUContentManager() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.CopyUrbanInActualLUContentManager
Erzeugt einen neuen ContentManager fuer das Modell AverageNeighborhoodParallelDemoModel.
countSetIndividuals() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
This function counts the starting individual cells for the urban growth model run and sets the outputGrid to the base inputGrid.
countTempUrbanCells(boolean[][]) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
Returns the number of urban cells in the temporary cell array.
cover - Variable in class edu.bonn.xulu.plugin.data.misc.CAArea
Speichert die aktuelle Flaeche (in qm), die der CA der Area zugewiesen hat.
createColumnNames() - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Liefert die Spaltennamen der Tabelle.
createColumnNames() - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Liefert die Spaltennamen der Tabelle.
createColumnNames() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.ChartDataTableModel
Liefert die Spaltennamen der Tabelle.
createDataServer(String[]) - Method in interface appl.parallel.server.SPMDResource
 
createDataServer(String[]) - Method in class appl.parallel.server.XuluServer
 
createFrom(Property, boolean) - Static method in class de.skrueger.xulu.plugin.gnur.RVarAdapter
 
createFromSample(boolean, GridList) - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory
Erzeugt eine neue GridList aus einer Vorlage.
createGeneralEvent() - Method in class edu.bonn.xulu.appl.XuluRegistry
Ueberschreibt AbstractObjectTraceable#createGeneralEvent(), damit ein XuluRegistry.ChangeEvent zurueckgegeben wird.
createHandler(XuluModellingPlatform) - Method in interface edu.bonn.xulu.appl.HandlerFactory
Erzeugt einen neuen Handler.
createHandler(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DataExportHandlerFactory
Erzeugt einen neuen DataExportHandler.
createHandler(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.FileExportHandlerFactory
Erzeugt einen neuen DataExportHandler.
createHandler(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.VisualisationHandlerFactory
Erzeugt einen neuen VisualisationHandler.
createNewDynamicModel(Component, XuluModellingPlatform) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Ermittelt alle geladenen Modelle aus dem Xulu-Datenpool und gibt sie dem Anwender zur Auswahl.
createNewModel(Component, XuluModellingPlatform) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Ermittelt alle registrierten Modelle aus der Xulu-Registry und gibt sie dem Anwender zur Auswahl.
createNewModel(Component, Class, String, XuluModellingPlatform) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Erzeugt ein neues Model aus einem ĂĽbergebenen Modellklassennamen und einer Modelbezeichnung
createNewThread() - Method in class appl.parallel.gui.ModelControlContainer_parallel
 
createNewThread() - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
Erzeugt einen neuen Thread fuer das Modell.
createNewXuluObjectInDatapool(JEditorPane) - Method in class edu.bonn.xulu.plugin.vis.GTEditorTool
Erstellt eine SingleFeatureCollection fuer eine FeatureCollection und fuegt es in den Xulu-Datenpool ein.
createPluginApplication() - Method in class appl.ext.ConfigurationEditorPlugin
 
createPluginApplication() - Method in class appl.parallel.plugin.event.SimpleCommEventMonitorPlugin
 
createPluginApplication() - Method in class appl.parallel.starter.client.XuluStarterControllerPlugin
 
createPluginApplication() - Method in class appl.plugin.multimodelcontrol.MultiModelControlPlugin
 
createPluginApplication() - Method in class de.skrueger.xulu.plugin.gnur.GnuRPlugin
Erzeugt eine Instanz der Plugin-Applikation GnuRGUI.
createPluginApplication() - Method in class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
Erzeugt das Applikations-Fenster fuer das Plugin.
createPluginApplication() - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorPlugin
Erzeugt eine Instanz der Plugin-Applikation GeoModelCodeGeneratorGUI.
createPluginApplication() - Method in class edu.bonn.xulu.plugin.appl.RasterCalculatorPlugin
Erzeugt eine Instanz der Plugin-Applikation RasterCalculatorGUI.
createTableModel(Object) - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_ListProperty
Erzeugt das TableModel fuer die Tabelle
createTableModel(Object) - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_MatrixProperty
Erzeugt das TableModel fuer die Tabelle
createTableModel(Object) - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_Properties
Erzeugt das TableModel fuer die Tabelle
createTableModel(Object) - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_Table
Erzeugt das TableModel fuer die Tabelle
createUniqueDescription(String) - Method in class edu.bonn.xulu.appl.DataPool
Erstellt eine fuer den Datenpool eindeutige Bezeichnung.
createXYSeries(Comparable) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.UpdateListener
Erzeugt eine leere XYSeries und fuegt diese in die Series-Liste des Objekts, sowie in das DataSet des JFreeChartVisualisationTool ein.
criticalHigh - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
criticalHigh - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
 
criticalHigh - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
criticalLow - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
criticalLow - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
 
criticalLow - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
criticalSlope - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
criticalSlope - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
criticalSlope - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 

D

DAM_HEIGHT_NO - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
DAM_LOC_NO - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
damCells - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
damHeightSlider - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Slider, mit dem die Hoehe der Staumauer ueber NN eingestellt wird.
dammedAreaTitle - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Label in dem die Ueberschrift der berechneten Stau-Flaeche angezeigt wird.
dammedAreaValue - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Label in dem die berechnete Stau-Flaeche angezeigt wird.
dammedVolumeTitle - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Label in dem die Ueberschrift des berechneten Stau-Volumens angezeigt wird
dammedVolumeValue - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Label in dem das berechnete Stau-Volumen angezeigt wird.
damWall - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
damWallDHM - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
damWallHeight - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
damWallHeightMax - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
damWallHeightMin - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
data - Variable in class appl.parallel.data.AbstractDataHandler
the currently handled data (must be initialized before calling AbstractDataHandler.unload()
data - Variable in class edu.bonn.xulu.model.AbstractModelResource
Speichert das Daten-Objekt der Ressource.
DataExportHandler - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt einen Handler dar, mit dem ein Objekt des Datenpools (automatisiert) exportiert wird.
DataExportHandler(DataExportHandlerFactory, XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.appl.DataExportHandler
Erzeugt einen neuen Handler.
DataExportHandler(Object, ExportFactory, Object, DataExportHandlerFactory, XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.appl.DataExportHandler
Erzeugt einen neuen Handler.
DataExportHandlerFactory - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt eine abstrakte Oberklasse fuer alle Factories dar, mit denen Instanzen des DataExportHandler erstellt und modifiziert werden.
DataExportHandlerFactory() - Constructor for class edu.bonn.xulu.plugin.appl.DataExportHandlerFactory
Erzeugt eine neue Handler-Factory.
DataExportHandlerFactory(String) - Constructor for class edu.bonn.xulu.plugin.appl.DataExportHandlerFactory
Erzeugt eine neue Handler-Factory.
DataLoader - Interface in appl.data
A class that automatically loads a specified object and returns it, as soon as the DataLoader.load() method is invoked.
dataLoader - Variable in class appl.data.LateLoadingProxy
 
DataLoadHandler - Interface in appl.parallel.data
Instances of this interface are both DataLoader and DataUnloader.
DataPartition - Interface in appl.parallel.spmd.split
Represents a data partition.
DataPool - Class in edu.bonn.xulu.appl
Diese Klasse stellt den Xulu-Datenpool dar, in dem saemtliche (globalen) Daten fuer die Modellierung verwaltet werden.
DataPool(int) - Constructor for class edu.bonn.xulu.appl.DataPool
Erzeugt eine neue Datenpool-Instanz.
DataPool() - Constructor for class edu.bonn.xulu.appl.DataPool
Erzeugt einen neuen Datenpool.
dataPool - Variable in class edu.bonn.xulu.gui.DataPoolInputOption
Speichert den Datenpool in den gebrowsed wird.
dataPool - Variable in class edu.bonn.xulu.gui.ModelContentManagerContainer
Speichert eine Referenz auf den Datenpool
DataPool.DataPoolChangeEvent - Class in edu.bonn.xulu.appl
Diese Ereignis wird erzeugt (und an alle schmitzm.data.event.ObjectListener gesendet), wenn sich der Inhalt des Datenpools aendert (ein Objekt hingefuegt oder entfernt wurde).
DataPool.DataPoolChangeEvent(DataPool, XuluObject, int) - Constructor for class edu.bonn.xulu.appl.DataPool.DataPoolChangeEvent
Erzeugt ein neues Ereignis.
DataPool.DataPoolChangeEvent(DataPool, Invoker, int) - Constructor for class edu.bonn.xulu.appl.DataPool.DataPoolChangeEvent
Erzeugt ein neues Ereignis.
DataPoolFrame - Class in edu.bonn.xulu.gui
Diese Klasse bildet eine abstrakte Oberklasse fuer alle grafischen Implementierungen des Xulu-Datenpools.
DataPoolFrame() - Constructor for class edu.bonn.xulu.gui.DataPoolFrame
Erzeugt einen neue Instanz des grafischen Datenpool-Fensters.
DataPoolFrame_BasicTable - Class in edu.bonn.xulu.plugin.gui
Dieses Fenster stellt die grafische Implementierung des Xulu-Datenpools dar.
DataPoolFrame_BasicTable(XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.gui.DataPoolFrame_BasicTable
Erzeugt einen neue Instanz des grafischen Datenpools.
DataPoolFrame_BasicTable(XuluModellingPlatform, Dimension) - Constructor for class edu.bonn.xulu.plugin.gui.DataPoolFrame_BasicTable
Erzeugt einen neue Instanz des grafischen Datenpools.
DataPoolFrame_Tree - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt den Xulu-Datenpool als Baum dar, in der die Datenstrukturen der einzelnen Objekte aufgeschluesselt werden.
DataPoolFrame_Tree(XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.gui.DataPoolFrame_Tree
Erzeugt einen neue Instanz des grafischen Datenpools.
DataPoolFrame_Tree(XuluModellingPlatform, Dimension) - Constructor for class edu.bonn.xulu.plugin.gui.DataPoolFrame_Tree
Erzeugt einen neue Instanz des grafischen Datenpools.
DataPoolInputOption - Class in edu.bonn.xulu.gui
Diese Klasse stellt eine Eingabe-Option fuer einen MultipleOptionPane-Dialog dar, in der ein Daten-Objekt aus dem Xulu-Datenpool eingegeben werden muss.
DataPoolInputOption(DataPool, String, boolean, Object) - Constructor for class edu.bonn.xulu.gui.DataPoolInputOption
Erzeugt eine neue Eingabe-Option.
DataPoolMenu - Class in edu.bonn.xulu.gui
Diese Klasse stellt eine Menuestruktur fuer die Verwaltung des Datenpool zur Verfuegung.
DataPoolMenu(XuluModellingPlatform, DataPoolFrame) - Constructor for class edu.bonn.xulu.gui.DataPoolMenu
Erzeugt ein neues Aktionsmenue fuer den Xulu-Datenpool.
DataPoolMenu.DataPoolSubMenu_Display - Class in edu.bonn.xulu.gui
Diese Klasse stellt ein Untermenue "Display" dar.
DataPoolMenu.DataPoolSubMenu_Display(ActionStructure, ActionListener, XuluRegistry, VisualisationManager, boolean) - Constructor for class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_Display
Erzeugt ein "Display"-Untermenue.
DataPoolMenu.DataPoolSubMenu_Export - Class in edu.bonn.xulu.gui
Diese Klasse stellt ein Untermenue "Export" dar.
DataPoolMenu.DataPoolSubMenu_Export(ActionStructure, ActionListener, XuluRegistry, boolean) - Constructor for class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_Export
Erzeugt ein "Export"-Untermenue.
DataPoolMenu.DataPoolSubMenu_Import - Class in edu.bonn.xulu.gui
Diese Klasse stellt ein Untermenue "Import" dar.
DataPoolMenu.DataPoolSubMenu_Import(ActionStructure, ActionListener, XuluRegistry, boolean) - Constructor for class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_Import
Erzeugt ein "Import"-Untermenue.
DataPoolMenu.DataPoolSubMenu_New - Class in edu.bonn.xulu.gui
Diese Klasse stellt das Untermenue "Neu" des Datenpool-Menues dar.
DataPoolMenu.DataPoolSubMenu_New(ActionStructure, ActionListener, XuluRegistry, boolean) - Constructor for class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_New
Erzeugt ein "Neu"-Untermenue.
DataPoolMenu.DataPoolSubMenu_ObjectClasses - Class in edu.bonn.xulu.gui
Diese Klasse stellt ein allgemeines Untermenue fuer die Auflistung von Objekten dar.
DataPoolMenu.DataPoolSubMenu_ObjectClasses(String, int, ActionStructure, ActionListener, Object[], boolean) - Constructor for class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_ObjectClasses
Erzeugt ein Untermenue.
DataPoolMenu.DataPoolSubMenu_RecentIOs - Class in edu.bonn.xulu.gui
Diese Klasse stellt ein Untermenue fuer die letzten Import- oder Export-Operationen dar.
DataPoolMenu.DataPoolSubMenu_RecentIOs(ActionStructure, String, ActionListener, Vector<? extends IODefinition>, boolean) - Constructor for class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_RecentIOs
Erzeugt ein neues Untermenue.
DataPoolTreeModel - Class in edu.bonn.xulu.gui
Diese Klasse stellt ein TreeModel fuer den DataPool dar.
DataPoolTreeModel(DataPool, boolean, String) - Constructor for class edu.bonn.xulu.gui.DataPoolTreeModel
Erzeugt ein neues Daten-Modell fuer einen Datenpool.
DataProxy - Interface in appl.data
A DataProxy class should forward calls to exactly one encapsulated object.
DataScriptInterpreter_Basic - Class in edu.bonn.xulu.plugin.appl
Dieser Interpreter fuehrt IO-Befehle des Datenpools aus.
DataScriptInterpreter_Basic() - Constructor for class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic
 
DataScriptInterpreter_Basic.Command_CopyStructure - Class in edu.bonn.xulu.plugin.appl
Dieser Befehl erzeugt ein neues Xulu-Objekts im Datenpool auf Basis eines bestehenden Objekts.
DataScriptInterpreter_Basic.Command_CopyStructure(String, String, boolean) - Constructor for class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_CopyStructure
Erzeugt einen neuen Befehl.
DataScriptInterpreter_Basic.Command_CreateModel - Class in edu.bonn.xulu.plugin.appl
Erzeugt ein neues Modell
DataScriptInterpreter_Basic.Command_CreateModel(String, String) - Constructor for class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_CreateModel
Erzeugt einen neuen Befehl.
DataScriptInterpreter_Basic.Command_ImportFromFile - Class in edu.bonn.xulu.plugin.appl
Dieser Befehl importiert ein neues Xulu-Objekts in den Datenpool.
DataScriptInterpreter_Basic.Command_ImportFromFile(String, File[], String, boolean) - Constructor for class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_ImportFromFile
Erzeugt einen neuen Befehl.
DataScriptInterpreter_Basic.Command_LoadMapping - Class in edu.bonn.xulu.plugin.appl
F�hrt mittels eines Skripts ein Mapping von Ressourcen auf ein Modell durch
DataScriptInterpreter_Basic.Command_LoadMapping(String, String) - Constructor for class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_LoadMapping
Erzeugt einen neuen Befehl.
DataScriptInterpreter_Basic.Command_New - Class in edu.bonn.xulu.plugin.appl
Dieser Befehl erzeugt ein neues Xulu-Objekts im Datenpool.
DataScriptInterpreter_Basic.Command_New(Class, String, String, boolean) - Constructor for class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_New
Erzeugt einen neuen Befehl.
DataScriptInterpreter_Basic.Command_Plugin - Class in edu.bonn.xulu.plugin.appl
Forwards scripting to a method in a plugin
DataScriptInterpreter_Basic.Command_Plugin(String, Vector) - Constructor for class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_Plugin
Creates a new plugin command.
DataScriptInterpreter_Basic.Command_Rename - Class in edu.bonn.xulu.plugin.appl
Dieser Befehl aendert den Namen eines Xulu-Objekts im Datenpool.
DataScriptInterpreter_Basic.Command_Rename(String, String) - Constructor for class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_Rename
Erzeugt einen neuen Befehl.
DataServer - Interface in appl.parallel.client
A DataServer shares resources over a network.
DataServerThread - Class in appl.parallel.thread
 
DataServerThread(PartitionDataServer, ComputingResourceProperties, Object, CommEvent.CommType, CommEventSink) - Constructor for class appl.parallel.thread.DataServerThread
 
DataServerThread(PartitionDataServer, ComputingResourceProperties, Object, CommEvent.CommType, CommEventSink, boolean) - Constructor for class appl.parallel.thread.DataServerThread
 
dataSet - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Enthaelt die im Diagramm angezeigten Daten.
DATATYPE - Static variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Vorgabe, aus welchen Property-Datentypen der Anwender auswaehlen kann ( Integer , Float, Long, Double, Byte, Short, Boolean, WritableGrid , FeatureCollection).
datatype - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition
Auswahlfeld fuer den Datentyp einer Property-Resource.
DataUnloader - Interface in appl.data
A instances of DataUnloader unloads a specified object to a location, as soon as the DataUnloader.unload() method is invoked.
DateTimePlugin - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt ein Plugin fuer die Xulu-Applikation dar, welches die aktuelle Uhrzeit (und Datum) in der Titel-Leiste des Xulu-Hauptfensters anzeigt.
DateTimePlugin() - Constructor for class edu.bonn.xulu.plugin.appl.DateTimePlugin
Erzeugt ein neues Plugin.
DateTimeWindowPlugin - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt ein Plugin fuer die Xulu-Applikation dar, welches die aktuelle Uhrzeit (und Datum) in einem eigenen (kleinen) Fester anzeigt.
DateTimeWindowPlugin() - Constructor for class edu.bonn.xulu.plugin.appl.DateTimeWindowPlugin
Erzeugt ein neues Plugin.
de.skrueger.xulu.plugin.gnur - package de.skrueger.xulu.plugin.gnur
 
deadlock - Variable in class edu.bonn.xulu.plugin.data.misc.CAArea
Flag, ob sich die Area in einem Deadlock befindet.
decCurrentCover(double) - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Reduziert die Flaeche, die der Area aktuell zugeordnet ist.
DECIMAL_FORMAT - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Zahlenformat, in dem die berechneten Werte angezeigt werden.
DEFAULT_FACTORY - Static variable in class edu.bonn.xulu.data.DynamicXuluObject
Factory, die Standard-Instanzen von DynamicXuluObject erzeugt.
DEFAULT_FILTER_FILENAME - Static variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Name der Datei, in der die Standard-Filter hinterlegt sind.
DefaultModelResource - Class in edu.bonn.xulu.model
Standard-Implementierung von AbstractModelResource.
DefaultModelResource(int, String, Class, boolean) - Constructor for class edu.bonn.xulu.model.DefaultModelResource
Erzeugt eine leere Ressource.
DefaultModelResource(int, String, Object, boolean) - Constructor for class edu.bonn.xulu.model.DefaultModelResource
Erzeugt Ressource und ordnet ihr ein konretes Datenobjekt zu.
DefaultModelResource(String, Class, boolean) - Constructor for class edu.bonn.xulu.model.DefaultModelResource
Erzeugt eine leere Ressource.
DefaultModelResource(String, Object, boolean) - Constructor for class edu.bonn.xulu.model.DefaultModelResource
Erzeugt Ressource und ordnet ihr ein konretes Datenobjekt zu.
deleteElement(int) - Method in class appl.parallel.spmd.MultiDataObject
removes the element with the specified index from the dataServer
DEMAND - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Demand scenario
DEMAND - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Demand scenario
demand - Variable in class schmitzm.test.dynamic.SingleCellularAutomaton
 
demandConvFact - Variable in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Umrechnungsfaktor, falls der Bedarf (pro Einwohner) nicht in qm angegeben ist (Standard: 1.0).
demandPerInh - Variable in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Speichert den Flaechenbedarf in qm pro Einwohner.
desc - Variable in class edu.bonn.xulu.model.AbstractModelResource
Speichert die Beschreibung der Ressource.
desc - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition
Textfeld fuer die Resourcen-Beschreibung.
destObject - Variable in class edu.bonn.xulu.plugin.appl.DataExportHandler
Speichert das Objekt, in das der Export vorgenommen wird (z.B. eine Datei).
destroyMultiPartition(String, int) - Method in class appl.parallel.server.PartitionDataManager
 
destroyMultiPartition(String, int) - Method in class appl.parallel.spmd.SPMDServerController
 
destroyMultiPartition(String, int) - Method in interface appl.parallel.spmd.SPMDServerInterface
Removes the partition from memory.
destroyPartition(String) - Method in class appl.parallel.spmd.SPMDServerController
 
destroyPartition(String) - Method in interface appl.parallel.spmd.SPMDServerInterface
Removes the partition from memory.
determineCaption(Map<String, Object>, ResourceProvider, String, Object...) - Static method in class edu.bonn.xulu.model.AbstractXuluModel
Ermittelt einn String-Wert aus der captionMap.
determineDamWallCells() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Ermittelt die von dem Staumauer-Shape ueberlagerten Rasterzellen.
determineDamWallDHMAndInitStartCells() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Berechnet ein DHM, welches an den Stellen der Staumauer die Hoehe der Staumauer ueber NN enthaelt und ansonsten 0.
determineObjectsFromDataPool(Object, DataPool) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Ermittelt (rekursiv) alle Xulu-Objekte und Eigenschaften aus dem Xulu-Datenpool, die zu einer Klasse (oder Ressource) passen.
determineObjectsFromDataPool(Object, DataPool, Vector, Vector<String>) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Ermittelt (rekursiv) alle Xulu-Objekte und Eigenschaften aus dem Xulu-Datenpool, die zu einer Klasse (oder Ressource) passen.
determineObjectsFromList(Object, Enumeration, Vector, Vector<String>, String) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Ermittelt (rekursiv) alle Xulu-Objekte und Eigenschaften aus einer Liste, die zu einer Klasse (oder Ressource) passen.
determineStyleFromObject(Object) - Static method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
 
DHM - Static variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
ID der WritableGrid-Ressource fuer das Raster, in dem das digitale Gelaendemodell hinterlegt ist.
dhm - Variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Raster mit Gelaende-Hoehe (DHM).
dhm - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
DHM_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
Beschreibung fuer die ImpetusCellularAutomaton.CAContentManager.DHM-Ressource.
DHM_NO - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
disableTransferEvents - Variable in class appl.parallel.thread.ExecutionThread
 
disconnect() - Method in interface appl.parallel.ComputingResource
disconnects from the resource
disconnect() - Method in class appl.parallel.server.XuluServer
 
DiscoveryService - Interface in appl.parallel.services
A discovery service locates ComputingRessouces in a network.
disp - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
disp - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
disp_value - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
dispEnd - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
DispersionGrowth(double, double) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
This is phase 1 of the growth cycle, where spontaneous growth occurs (DISPERSION).
DisplayContainer_GeomAndGrid - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt eine GUI-Komponente dar, in der immer eine der folgenden Instanzen grafisch angezeigt werden kann: GridCoverage2D FeatureCollection
DisplayContainer_GeomAndGrid() - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_GeomAndGrid
Erzeugt eine neue Darstellungskomponente.
DisplayContainer_GeomAndGrid(Object) - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_GeomAndGrid
Erzeugt eine neue Darstellungskomponente und zeigt sofort ein Objekt an.
DisplayContainer_ListProperty - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt eine GUI-Komponente dar, in der eine ListProperty-Instanz angezeigt werden kann.
DisplayContainer_ListProperty() - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_ListProperty
Erzeugt eine neue Darstellungskomponente.
DisplayContainer_ListProperty(Object) - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_ListProperty
Erzeugt eine neue Darstellungskomponente und zeigt sofort ein Objekt an.
DisplayContainer_MatrixProperty - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt eine GUI-Komponente dar, in der eine 2-dimensionale (m,n)-MatrixProperty angezeigt werden kann.
DisplayContainer_MatrixProperty() - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_MatrixProperty
Erzeugt eine neue Darstellungskomponente.
DisplayContainer_MatrixProperty(Object) - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_MatrixProperty
Erzeugt eine neue Darstellungskomponente und zeigt sofort ein Objekt an.
DisplayContainer_Properties - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt eine GUI-Komponente dar, in der eine Properties-Instanz angezeigt werden kann.
DisplayContainer_Properties() - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_Properties
Erzeugt eine neue Darstellungskomponente.
DisplayContainer_Properties(Object) - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_Properties
Erzeugt eine neue Darstellungskomponente und zeigt sofort ein Objekt an.
DisplayContainer_Table - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt eine abstrakte Oberklasse fuer die Darstellung von tabellarischen ObjectDisplayContainer dar.
DisplayContainer_Table() - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_Table
Erzeugt eine neue Darstellungskomponente.
DisplayContainer_Table(Object) - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_Table
Erzeugt eine neue Darstellungskomponente und zeigt sofort ein Objekt an.
DisplayContainer_Table.DisplayContainerTableModel - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt ein TableModel fuer MatrixProperty-Instanzen dar.
DisplayContainer_Table.DisplayContainerTableModel() - Constructor for class edu.bonn.xulu.plugin.gui.DisplayContainer_Table.DisplayContainerTableModel
 
dispose() - Method in class appl.data.WritableGridLLProxy
 
dispose() - Method in class appl.ext.ConfigurationEditor
 
dispose() - Method in class edu.bonn.xulu.appl.AbstractManager
Zerstoert den Manager und alle darin enthaltenen Komponenten.
dispose() - Method in class edu.bonn.xulu.appl.DataPool
Zerstoert den Datenpool und alle darin enthaltenen Objekte.
dispose() - Method in class edu.bonn.xulu.appl.EventManager
Zerstoert den Event-Manager.
dispose() - Method in interface edu.bonn.xulu.appl.XuluComponent
Zerstoert die Komponente.
dispose() - Method in class edu.bonn.xulu.appl.XuluRegistry
Zerstoert den Manager und alle darin enthaltenen Komponenten.
dispose() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Zerstoert das Xulu-Objekt, indem alle seine Properties zerstoert werden.
dispose() - Method in interface edu.bonn.xulu.data.XuluObject
Zerstoert das Objekt und gibt alle internen Ressourcen (z.B.
dispose() - Method in class edu.bonn.xulu.gui.ModelContentManagerContainer
Zerstoert den Container.
dispose() - Method in class edu.bonn.xulu.gui.XuluLanguageManagerFrame
Zerstoert das Fenster.
dispose() - Method in class edu.bonn.xulu.gui.XuluMainFrame
Zerstoert das Fenster.
dispose() - Method in class edu.bonn.xulu.gui.XuluMainFrameInfo
Zerstoert das Fenster.
dispose() - Method in class edu.bonn.xulu.XuluModellingPlatform
Zerstoert die Instanz der Xulu-Anwendung in dem ein System.exit(0) ausgefuehrt wird.
disposed - Variable in class edu.bonn.xulu.model.AbstractXuluModel
Dieses Flag speichert, ob die internen Modell-Ressourcen "zerstoert" sind.
disposeModel() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Diese Methode "zerstoert" das Modell, in dem es zunaechst gestoppt und dann AbstractXuluModel.performModelDispose() aufgerufen wird.
disposeModel() - Method in interface edu.bonn.xulu.model.XuluModel
Diese Methode loescht alle internen Modell-Ressourcen aus dem Speicher und gibt die externen wieder frei.
disposeModel() - Method in class schmitzm.test.model.DynamicXuluModel
Diese Methode loescht alle internen Modell-Ressourcen aus dem Speicher und gibt die externen wieder frei.
dispStart - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
dispStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
DSM - Static variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
ID der WritableGrid-Ressource fuer das Raster, in dem die Gelaendeneigung hinterlegt ist.
dsm - Variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Raster mit Gelaende-Neigung (DSM).
DSM_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
Beschreibung fuer die ImpetusCellularAutomaton.CAContentManager.DSM-Ressource.
duplAllowed - Variable in class edu.bonn.xulu.appl.AbstractManager
Speichert, ob in dem Manager mehrere gleiche Objekte erlaubt sind
DuplicateXuluObjectIDException - Exception in edu.bonn.xulu.data
Dieser Fehler wird immer dann geworfen, wenn beim Einfuegen in den Xulu-Datenpool bereits ein Objekt mit der gleichen ID im Datenpool existiert.
DuplicateXuluObjectIDException(XuluObject, String) - Constructor for exception edu.bonn.xulu.data.DuplicateXuluObjectIDException
Erzeugt eine neue Fehlermeldung.
DuplicateXuluObjectIDException(XuluObject) - Constructor for exception edu.bonn.xulu.data.DuplicateXuluObjectIDException
Erzeugt eine neue Fehlermeldung.
DuplicateXuluObjectNameException - Exception in edu.bonn.xulu.data
Dieser Fehler wird immer dann geworfen, wenn beim Einfuegen in den Xulu-Datenpool bereits ein Objekt mit der gleichen Namen im Datenpool existiert.
DuplicateXuluObjectNameException(XuluObject, String) - Constructor for exception edu.bonn.xulu.data.DuplicateXuluObjectNameException
Erzeugt eine neue Fehlermeldung.
DuplicateXuluObjectNameException(XuluObject) - Constructor for exception edu.bonn.xulu.data.DuplicateXuluObjectNameException
Erzeugt eine neue Fehlermeldung.
DynamicStepModel - Class in schmitzm.test.model
Diese Klasse implementiert einen ModelTunnel fuer schrittweise Modelle.
DynamicStepModel() - Constructor for class schmitzm.test.model.DynamicStepModel
Erzeugt ein neues dynamisches Modell.
DynamicStepModel(XuluModel) - Constructor for class schmitzm.test.model.DynamicStepModel
Erzeugt ein neues dynamisches Modell.
DynamicXuluModel - Class in schmitzm.test.model
Diese Klasse implementiert einen ModelTunnel.
DynamicXuluModel() - Constructor for class schmitzm.test.model.DynamicXuluModel
Erzeugt ein neues dynamisches Modell.
DynamicXuluModel(XuluModel) - Constructor for class schmitzm.test.model.DynamicXuluModel
Erzeugt ein neues dynamisches Modell.
DynamicXuluObject - Class in edu.bonn.xulu.data
Diese Klasse bildet die Basisimplementierung eines dynamischen Xulu-Datenobjekts.
DynamicXuluObject(String, PropertySet) - Constructor for class edu.bonn.xulu.data.DynamicXuluObject
Erzeugt ein dynamisches Xulu-Objekt.
DynamicXuluObject(String) - Constructor for class edu.bonn.xulu.data.DynamicXuluObject
Erzeugt ein dynamisches Xulu-Objekt.
DynamicXuluObject(PropertySet) - Constructor for class edu.bonn.xulu.data.DynamicXuluObject
Erzeugt ein dynamisches Xulu-Objekt.
DynamicXuluObject() - Constructor for class edu.bonn.xulu.data.DynamicXuluObject
Erzeugt ein dynamisches Xulu-Objekt.
DynamicXuluObject.DefaultFactory - Class in edu.bonn.xulu.data
Diese Klasse implementiert eine Standard-Instanz-Factory fuer DynamicXuluObject.
DynamicXuluObject.DefaultFactory() - Constructor for class edu.bonn.xulu.data.DynamicXuluObject.DefaultFactory
 
DynamicXuluObjectFactory_BasicStructure - Class in edu.bonn.xulu.plugin.io.misc
Diese Factory importiert und exportiert Instanzen des Datentyps DynamicXuluObject aus einem (in ein) einfaches ASCII-Format.
DynamicXuluObjectFactory_BasicStructure() - Constructor for class edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure
 
DYNDF - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Dynamic driving forces
DYNDF - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Dynamic driving forces
DYNDFTYPES - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: List of the dynamic driving force types
DYNDFTYPES - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: List of the dynamic driving force types

E

EdgeGrowth(double) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
This is phase 3 of the growth cycle, where edge growth appears based on the urban pixels that exist at this time (including the new spontaneous and spreading center pixels).
edu.bonn.xulu - package edu.bonn.xulu
Dieses Paket stellt das Hauptpaket der Xulu-Modelling-Plattform dar.
edu.bonn.xulu.appl - package edu.bonn.xulu.appl
Dieses Paket enthält Verwaltungsklassen für die Xulu-Modelling-Plattform.
edu.bonn.xulu.data - package edu.bonn.xulu.data
Dieses Paket enthält Klassen/Interfaces, die für die Xulu-spezifische Datenverwaltung benötigt werden.
edu.bonn.xulu.gui - package edu.bonn.xulu.gui
Dieses Paket enthält die GUI-Implementierungen der Xulu-Verwaltungsklassen (siehe edu.bonn.xulu.appl).
edu.bonn.xulu.io - package edu.bonn.xulu.io
Dieses Paket enthält Klassen (insbesondere Interfaces) für die Factory-gesteuerte Objekt-Erzeugung, sowie den Import und Export.
edu.bonn.xulu.model - package edu.bonn.xulu.model
Dieses Paket enthält Klassen/Interfaces, die für die Xulu-spezifische Modell-Verwaltung benötigt werden.
edu.bonn.xulu.model.event - package edu.bonn.xulu.model.event
 
edu.bonn.xulu.plugin.appl - package edu.bonn.xulu.plugin.appl
In diesem Paket können die benutzerdefinierten Skripte und Registry-Reader für die Xulu-Modelling-Platform implementiert werden.
edu.bonn.xulu.plugin.data.feature - package edu.bonn.xulu.plugin.data.feature
 
edu.bonn.xulu.plugin.data.grid - package edu.bonn.xulu.plugin.data.grid
 
edu.bonn.xulu.plugin.data.misc - package edu.bonn.xulu.plugin.data.misc
 
edu.bonn.xulu.plugin.gui - package edu.bonn.xulu.plugin.gui
In diesem Paket sind die Implementierungen der grafischen Xulu-Komponenten zu finden, welche als Fenster im Xulu-Hauptfenster eingebettet sind.
edu.bonn.xulu.plugin.io - package edu.bonn.xulu.plugin.io
In diesem Paket können die Instanziierungs- und Im/Export-Factorys für die benutzerdefinierten Datentypen der Xulu-Modelling-Platform implementiert werden.
edu.bonn.xulu.plugin.io.feature.gt - package edu.bonn.xulu.plugin.io.feature.gt
Die Instanziierungs- und Im/Export-Factorys in diesem Paket basieren auf der GeoTools-Bibliothek.
edu.bonn.xulu.plugin.io.grid - package edu.bonn.xulu.plugin.io.grid
In diesem Paket können die Instanziierungs- und Im/Export-Factorys für die benutzerdefinierten Raster-Datentypen der Xulu-Modelling-Platform implementiert werden.
edu.bonn.xulu.plugin.io.grid.array - package edu.bonn.xulu.plugin.io.grid.array
 
edu.bonn.xulu.plugin.io.grid.awt - package edu.bonn.xulu.plugin.io.grid.awt
Die Instanziierungs- und Im/Export-Factorys in diesem Paket basieren auf reinem Standard-Java.
edu.bonn.xulu.plugin.io.grid.gt - package edu.bonn.xulu.plugin.io.grid.gt
Die Instanziierungs- und Im/Export-Factorys in diesem Paket basieren auf der GeoTools-Bibliothek.
edu.bonn.xulu.plugin.io.grid.lateloading - package edu.bonn.xulu.plugin.io.grid.lateloading
 
edu.bonn.xulu.plugin.io.misc - package edu.bonn.xulu.plugin.io.misc
In diesem Paket können die Instanziierungs- und Im/Export-Factorys für sonstige benutzerdefinierte Datentypen der Xulu-Modelling-Platform implementiert werden.
edu.bonn.xulu.plugin.model.ca - package edu.bonn.xulu.plugin.model.ca
 
edu.bonn.xulu.plugin.model.ca.agric - package edu.bonn.xulu.plugin.model.ca.agric
 
edu.bonn.xulu.plugin.model.ca.fire - package edu.bonn.xulu.plugin.model.ca.fire
 
edu.bonn.xulu.plugin.model.ca.reservoir - package edu.bonn.xulu.plugin.model.ca.reservoir
 
edu.bonn.xulu.plugin.model.clue - package edu.bonn.xulu.plugin.model.clue
 
edu.bonn.xulu.plugin.model.mrv - package edu.bonn.xulu.plugin.model.mrv
 
edu.bonn.xulu.plugin.model.parallel - package edu.bonn.xulu.plugin.model.parallel
 
edu.bonn.xulu.plugin.model.parallel.demo - package edu.bonn.xulu.plugin.model.parallel.demo
 
edu.bonn.xulu.plugin.model.sleuth - package edu.bonn.xulu.plugin.model.sleuth
 
edu.bonn.xulu.plugin.model.test - package edu.bonn.xulu.plugin.model.test
 
edu.bonn.xulu.plugin.vis - package edu.bonn.xulu.plugin.vis
In diesem Paket können die benutzerdefinierten Visualisierungstools für die benutzerdefinierten Datentypen der Xulu-Modelling-Platform implementiert werden.
ELASTICITY - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Conversion elasticity
ELASTICITY - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Conversion elasticity
emptyReservoir(int, int) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Entleert den Stausee und berechnet pro Tag (oder je Modellschritt-Groesse) verbleibende die Ausmasse des Stausees.
equals(Object) - Method in class edu.bonn.xulu.appl.ScriptInterpreter.ScriptExecutionDefinition
Vergleicht die ScriptExecutionDefinition mit einer anderen.
equals(Object) - Method in class edu.bonn.xulu.gui.ModelControlFrame
Prueft, ob zwei Modell-Kontrollfenster gleich sind.
equals(Factory) - Method in class edu.bonn.xulu.io.AbstractFactory
Prueft, ob die Factory mit einer anderen uebereinstimmt.
equals(Object) - Method in class edu.bonn.xulu.io.AbstractFactory
Prueft, ob die Factory mit einer anderen uebereinstimmt.
equals(Factory) - Method in interface edu.bonn.xulu.io.Factory
Vergleicht, ob die Factory mit einer anderen uebereinstimmt.
equals(Object) - Method in class edu.bonn.xulu.io.IODefinition
Vergleicht die IODefinition mit einer anderen.
equalsInStructure(Object) - Method in class edu.bonn.xulu.data.AbstractXuluObject
Vergleicht die Struktur der Property mit einer anderen auf Gleichheit.
errorCount - Variable in class edu.bonn.xulu.appl.AbstractCommandInterpreter
Speichert die Anzahl an Fehlern, die fuer das Skript aufgetreten sind.
EVAPO_NO - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
evaporation - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
evaporationSlider - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Slider, mit dem die Evaporation (in mm) eingestellt wird.
EventHandler - Class in edu.bonn.xulu.appl
Ein EventHandler stellt eine Zuordnung her zwischen einem Objekt einem Ereignis-Typ einer Ereignis-Routine (Handler) Loest das Objekt ein Ereignis vom spezifizierten Typ aus, so wird der Handler ausgefuehrt.
EventHandler(Object, Class, Handler, XuluModellingPlatform) - Constructor for class edu.bonn.xulu.appl.EventHandler
Erzeugt einen neuen Event-Handler.
EventHandler(Class, Handler, XuluModellingPlatform) - Constructor for class edu.bonn.xulu.appl.EventHandler
Erzeugt einen neuen Event-Handler.
EventManager - Class in edu.bonn.xulu.appl
Ueber den Xulu-Event-Manager werden verschiedene Reaktionen auf Ereignisse bestimmter Komponenten innerhalb Xulu-Applikation gesteuert.
EventManager(XuluModellingPlatform) - Constructor for class edu.bonn.xulu.appl.EventManager
Erzeugt den Event-Manager.
EventManagerFrame_BasicTable - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt eine GUI fuer den Xulu-EventManager dar.
EventManagerFrame_BasicTable(XuluModellingPlatform, String) - Constructor for class edu.bonn.xulu.plugin.gui.EventManagerFrame_BasicTable
Erzeugt ein neues EventManager-Fenster.
EventManagerFrame_BasicTable(XuluModellingPlatform, String, Dimension) - Constructor for class edu.bonn.xulu.plugin.gui.EventManagerFrame_BasicTable
Erzeugt ein neues EventManager-Fenster.
events - Variable in class edu.bonn.xulu.model.AbstractXuluModel
Speichert die Ereignis-Typen, die waehrend des Modellablaufs geworfen werden.
eventSink - Variable in class appl.parallel.thread.ExecutionThread
 
eventType - Variable in class edu.bonn.xulu.appl.EventHandler
Ereignis, auf das reagiert wird.
excldCount - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
execute(XuluModellingPlatform) - Method in class appl.parallel.client.RemoteExecutionController
Starts the Plugin
execute(XuluModellingPlatform) - Method in class appl.parallel.event.SimpleConsoleMonitor
 
execute(XuluModellingPlatform) - Method in interface edu.bonn.xulu.appl.AbstractCommandInterpreter.Command
Fuehrt den Befehl aus.
execute(InputStream, XuluModellingPlatform) - Method in class edu.bonn.xulu.appl.AbstractCommandInterpreter
Fuehrt ein Script aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.appl.AbstractXuluPlugin
Startet die Ausfuehrung des Plugins.
execute(ObjectEvent) - Method in interface edu.bonn.xulu.appl.Handler
Fuehrt den Handler aus.
execute(InputStream, XuluModellingPlatform) - Method in interface edu.bonn.xulu.appl.ScriptInterpreter
Fuehrt ein Script aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.appl.ScriptInterpreter.ScriptExecutionDefinition
Fuehrt das durch die ScriptDefinition definitierten Script aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.appl.ScriptInterpreter.ScriptFileExecutionDefinition
Setzt das Xulu-Arbeitsverzeichnis auf das der Script-Datei und fuehrt das Skript aus.
execute(XuluModellingPlatform) - Method in interface edu.bonn.xulu.appl.XuluPlugin
Startet die Ausfuehrung des Plugins.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
Startet das Plugin.
execute(ObjectEvent) - Method in class edu.bonn.xulu.plugin.appl.DataExportHandler
Fuehrt den Handler aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_CopyStructure
Fuehrt den Befehl aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_CreateModel
Fuehrt den Befehl aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_ImportFromFile
Fuehrt den Befehl aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_LoadMapping
Fuehrt den Befehl aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_New
Fuehrt den Befehl aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_Plugin
Executes the commands
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_Rename
Fuehrt den Befehl aus.
execute(InputStream, XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic
Fuehrt ein Script aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DateTimePlugin
Startet die Ausfuehrung des Plugins.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.DateTimeWindowPlugin
Startet die Ausfuehrung des Plugins.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin
Startet die Ausfuehrung des Plugins.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.LoggerPlugin
Fuehrt das Plugin aus, in dem die Logger neu aus der Konfigurationsdatei geladen werden.
execute(InputStream, XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.ModelResourceMappingScriptInterpreter_Basic
Fuehrt das Script aus.
execute(InputStream, String, XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.ModelResourceMappingScriptInterpreter_Basic
FĂĽhrt als InputStream ĂĽbergebene Script aus.
execute(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin
Startet die Ausfuehrung des Plugins.
execute(ObjectEvent) - Method in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Fuehrt den Handler aus.
execute(XuluModellingPlatform) - Method in class schmitzm.test.appl.TestPlugin
Startet das Plugin.
executeScript(String[]) - Method in interface edu.bonn.xulu.appl.ScriptablePlugin
Executes scripting commands in XuluPlugins.
executionResult - Variable in class appl.parallel.thread.OneMethodThread
 
ExecutionThread - Class in appl.parallel.thread
A simple helper class for more easy Thread handling with anonymous classes.
ExecutionThread(Object, ComputingResourceProperties, Object, CommEvent.CommType, CommEventSink, boolean) - Constructor for class appl.parallel.thread.ExecutionThread
creates a new thread
exportButton - Variable in class de.skrueger.xulu.plugin.gnur.GnuRGUI
Button to Export the Variables from R to the datapool.
ExportFactory - Interface in edu.bonn.xulu.io
Dieses Interface bildet den Obertyp fuer alle Export-Factorys.
exportFactory - Variable in class edu.bonn.xulu.plugin.appl.DataExportHandler
Speichert die Factory, mit der das Objekt exportiert wird.
exportObject(Object, Object) - Method in class appl.parallel.data.splittable.GridListFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von GridList in Dateien des ArcInfoAsciiGrid-Formats.
exportObject(Object, Object) - Method in class appl.parallel.data.splittable.SingleGridFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von SingleGrid in eine ArcInfoAsciiGrid-Datei.
exportObject(Object, Object) - Method in class appl.parallel.data.splittable.SingleGridFactory_GeoTiff
Exportiert eine Instanz von SingleGrid in eine GeoTiff-Datei.
exportObject(Object, Object) - Method in class appl.parallel.data.xulugridfile.factories.GridListFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von GridList in Dateien des ArcInfoAsciiGrid-Formats.
exportObject(Object, Object) - Method in class appl.parallel.data.xulugridfile.factories.SingleGridFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von SingleGrid in eine ArcInfoAsciiGrid-Datei.
exportObject(Object, Object) - Method in interface edu.bonn.xulu.io.ExportFactory
Exportiert ein Objekt in einen Ausgabe-Stream.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile
Exportiert eine Instanz von SingleFeatureCollection in das ShapeFile-Format.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von GridList in Dateien des ArcInfoAsciiGrid-Formats.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von SingleGrid in eine ArcInfoAsciiGrid-Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_GeoTiff
Exportiert eine Instanz von SingleGrid in eine GeoTiff-Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von WritableGridArray in eine Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_GeoTiff
Exportiert eine Instanz von WritableGridArray in eine Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von GridList in Dateien des ArcInfoAsciiGrid-Formats.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von SingleGrid in eine ArcInfoAsciiGrid-Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_GeoTiff
Exportiert eine Instanz von SingleGrid in eine GeoTiff-Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von WritableGridRaster in eine Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_GeoTiff
Exportiert eine Instanz von WritableGridRaster in eine Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von GridCoverage2D in eine Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_GeoTiff
Exportiert eine Instanz von GridCoverage2D in eine Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridListFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von GridList in Dateien des ArcInfoAsciiGrid-Formats.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von SingleGrid in eine ArcInfoAsciiGrid-Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_GeoTiff
Exportiert eine Instanz von SingleGrid in eine GeoTiff-Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.GridListFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von GridList in Dateien des ArcInfoAsciiGrid-Formats.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_ArcInfoAsciiGrid
Exportiert eine Instanz von SingleGrid in eine ArcInfoAsciiGrid-Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_GeoTiff
Exportiert eine Instanz von SingleGrid in eine GeoTiff-Datei.
exportObject(Object, Object) - Method in class edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure
Exportiert eine Instanz von Properties in ein einfaches ASCII-Format.
exportObjects(Component, Object, ExportFactory, XuluModellingPlatform) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Exportiert ein Objekt ueber eine ExportFactory.
exportObjectsToFiles(Component, Object, ExportFactory, XuluModellingPlatform) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Exportiert ein Objekt ueber eine ExportFactory.
exportStyle(XuluObject, URL) - Static method in class edu.bonn.xulu.plugin.io.IOUtil
Exportiert den Style eines XuluObject, der in der Property "Style" hinterlegt ist.
EXTENTION_BUNDLE - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Pfad (in Punkt-Notation), auf den die Bundles aus Standard-Paketen umgelenkt werden.
extractRealObject(Object) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
If the given Object is a is an instance of DataProxy then this method returns the real encapulated Object.

F

factory - Variable in class edu.bonn.xulu.appl.AbstractHandler
Speichert die Factory, die fuer den Handler zustaendig ist.
Factory - Interface in edu.bonn.xulu.io
Dieses Interface bildet den Obertyp fuer jegliche Art von Factory.
factory - Variable in class edu.bonn.xulu.io.IODefinition
Speichert die Factory, die den Import (Export) vornimmt.
FactoryCanceledException - Exception in edu.bonn.xulu.io
Diese Exception wird geworfen, wenn der Anwender die "Arbeit" einer Default-, Import- oder Export-Factory kontrolliert abbricht (z.B. durch einen Dialog).
FactoryCanceledException(String) - Constructor for exception edu.bonn.xulu.io.FactoryCanceledException
Erzeugt einen neue Exception.
FactoryCanceledException(Factory) - Constructor for exception edu.bonn.xulu.io.FactoryCanceledException
Erzeugt einen neue Exception.
FactoryLoader - Class in appl.data
This is an implementation of a loader class which loads data with a WritableGridFactory.
FactoryLoader(WritableGridFactory, RasterMetaData) - Constructor for class appl.data.FactoryLoader
 
FILE_CHOOSER - Variable in class edu.bonn.xulu.gui.XuluMainFrame
Einheitlicher <@linkplain JFileChooser FileChooser> fuer die Xulu-Applikation.
FileExportHandlerFactory - Class in edu.bonn.xulu.plugin.appl
Mit dieser Factory werden Instanzen des FileExportHandler erstellt und modifiziert.
FileExportHandlerFactory() - Constructor for class edu.bonn.xulu.plugin.appl.FileExportHandlerFactory
Erzeugt eine neue Handler-Factory.
FileExportHandlerFactory(String) - Constructor for class edu.bonn.xulu.plugin.appl.FileExportHandlerFactory
Erzeugt eine neue Handler-Factory.
fillReservoir() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Berechnet die Ausmasse des Stausees (fuellt den Stausee).
finalArray - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
finalize() - Method in class edu.bonn.xulu.gui.DataPoolTreeModel
Zerstoert das Tree-Model.
fireModelDisposed() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Informiert alle ModelListener darueber, dass das Modell "zerstoert" wurde.
fireModelEvent(ModelEvent) - Method in class edu.bonn.xulu.model.AbstractXuluModel
Informiert alle ModelListener ueber ein Modell-Ereinis.
fireModelInitialised() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Informiert alle ModelListener darueber, dass das Modell initialisiert wurde.
fireModelStarted() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Informiert alle ModelListener darueber, dass das Modell gestartet wurde.
fireModelStepFinished(int) - Method in class edu.bonn.xulu.model.AbstractStepModel
Informiert alle ModelListener darueber, dass das Modell einen neuen Modellierungsschritt beendet hat.
fireModelStepStarted(int) - Method in class edu.bonn.xulu.model.AbstractStepModel
Informiert alle ModelListener darueber, dass das Modell einen neuen Modellierungsschritt beginnt.
fireModelStopped() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Informiert alle ModelListener darueber, dass das Modell gestoppt wurde.
fireRemoteEvent(TimeEvent) - Method in class appl.parallel.client.RemoteEventHandler
 
fireRemoteEvent(TransferEvent) - Method in class appl.parallel.client.RemoteEventHandler
 
fireRemoteEvent(RemoteEvent) - Method in class appl.parallel.client.RemoteEventHandler
 
fireRemoteEvent(RemoteEvent) - Method in interface appl.parallel.event.RemoteEventSink
 
fireRemoteEvent(RemoteEvent) - Method in class appl.parallel.services.RemoteEventProxy
 
fireRemoteEvents(RemoteEvent[]) - Method in class appl.parallel.client.RemoteEventHandler
 
fireRemoteEvents(RemoteEvent[]) - Method in interface appl.parallel.event.RemoteEventSink
 
fireRemoteEvents(RemoteEvent[]) - Method in class appl.parallel.services.RemoteEventProxy
 
fireTimeEvents(long, Object) - Method in class appl.parallel.thread.ExecutionThread
Sends the time events for this execution.
fireTransferEvent(Object) - Method in class appl.parallel.thread.ExecutionThread
The TransferEvents for this execution.
floodedCells - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
flush() - Method in class de.skrueger.xulu.plugin.gnur.SwingIO.TextAreaOutputStream
 
fromR(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RVar
 
fromR(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RVarAdapter
 
fromR(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RVarMatrix
 
fromR(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RVarScalar
 
fromR(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RVarSingleGrid
 

G

GameOfLife - Class in skrueger.gol
 
GameOfLife() - Constructor for class skrueger.gol.GameOfLife
 
GameOfLifeContentManager - Class in skrueger.gol
 
GameOfLifeContentManager() - Constructor for class skrueger.gol.GameOfLifeContentManager
 
generalTestClass - Class in appl.parallel.test
 
generalTestClass() - Constructor for class appl.parallel.test.generalTestClass
 
GeneralUtil - Class in appl.util
General utility class.
GeneralUtil() - Constructor for class appl.util.GeneralUtil
 
generateSource() - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGenerator
Fuehrt die Generierung der Quell-Dateien fuer ContentManager und Modell aus.
generateUniqueID() - Static method in class edu.bonn.xulu.appl.DataPool
Generiert eine Objekt-ID, die (ueber alle DataPool-Instanzen!)
GeoModelCodeGenerator - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt einen Sourcecode-Generator dar, mit dem ein Grundgeruest fuer XuluModel- und StepModel-Klassen (mit entsprechendem ModelContentManager) erzeugt werden koennen.
GeoModelCodeGenerator(String, String, File, Class<XuluModel>, ModelResource[], String[], File) - Constructor for class edu.bonn.xulu.plugin.appl.GeoModelCodeGenerator
Erzeugt einen neuen ModellCode-Generator.
GeoModelCodeGeneratorGUI - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt eine GUI zur Vefuegung, mit der der GeoModelCodeGenerator gesteuert werden kann.
GeoModelCodeGeneratorGUI(XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Erzeugt eine neue GUI fuer den GeoModelCodeGenerator.
GeoModelCodeGeneratorGUI.ResourceTableModel - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt ein TableModel fuer die Ressourcen-Tabelle der GeoModelCodeGeneratorGUI dar.
GeoModelCodeGeneratorGUI.ResourceTableModel() - Constructor for class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Erzeugt ein neues Tabellenmodell.
GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition - Class in edu.bonn.xulu.plugin.appl
Diese Klasse repraesentiert eine Zeile der Ressourcen-Tabelle.
GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition() - Constructor for class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition
Erzeugt eine neue Zeile.
GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition(int, String, String, Class, Class, boolean) - Constructor for class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition
Erzeugt eine neue vorbelegte Zeile.
GeoModelCodeGeneratorPlugin - Class in edu.bonn.xulu.plugin.appl
Dieses Plugin integriert die GeoModelCodeGeneratorGUI in das Xulu-Menue "Erweitert".
GeoModelCodeGeneratorPlugin() - Constructor for class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorPlugin
Erzeugt eine neue Plugin-Instanz.
get(int) - Method in class edu.bonn.xulu.appl.AbstractManager
Liefert eine registrierte Komponente.
getActLUHistory() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Aktuelle Land use History".
getActLUHistory() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Aktuelle Land use History".
getActLUResult() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "Aktuelle Landnutzung".
getActLUResult() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "Aktuelle Landnutzung".
getAdvancedSPMDController() - Method in class appl.parallel.model.AbstractParallelStepModel
 
getAdvancedSPMDServerController() - Method in class appl.parallel.spmd.AbstractSPMDTask
 
getAdvancedSPMDServerController() - Method in interface appl.parallel.spmd.SPMDTask
Gives access the AdvancedSPMDServerInterface for advanced parallel programming, including performance optimizations like preloading.
getAll() - Method in class edu.bonn.xulu.appl.AbstractManager
Liefert alle registrierte Komponenten als Array.
getAll() - Method in class edu.bonn.xulu.appl.ModelControlManager
Liefert alle registrierte Modell-Kontroll-Fenster als Array.
getAll() - Method in class edu.bonn.xulu.appl.VisualisationManager
Liefert alle registrierte Visualisierungstool-Instanzen als Array.
getAreaRestrictions() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Area Restrictions".
getAreaRestrictions() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Area Restrictions".
getAttrCount() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert die Anzah1 an Properties des Xulu-Objekt.
getAttrTypes() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert eine Liste, in der genau so viele Elemente enthaelt, wie das Xulu-Objekt Eigenschaften hat.
getAutoOverwrideDuplicateNames() - Method in class edu.bonn.xulu.appl.DataPool
Prueft, ob beim Einfuegen eines neuen Objekte bestehende Objekte mit dem gleichen Namen automatisch aus dem Datenpool entfernt werden (true), oder die Einfuege-Operation zurueckgewiesen wird (false).
getAutostartPlugins() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle registrierten Autostart-Plugins.
getAverageDemandTolerance() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Durchschnitts-Abweichung von Bedarfen".
getAverageDemandTolerance() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Durchschnitts-Abweichung von Bedarfen".
getBaseParameter(String) - Method in class appl.parallel.server.PartitionDataManager
returns the baseParameter by name
getBaseParameter(String) - Method in class appl.parallel.spmd.SPMDServerController
 
getBaseParameter(String) - Method in interface appl.parallel.spmd.SPMDServerInterface
Returns the base parameter with the specified id.
getBaseResourceID() - Method in class appl.parallel.spmd.split.SinglePartitionInfo
 
getBaseResourceName() - Method in interface appl.parallel.spmd.split.PartitionInfo
 
getBaseResourceName() - Method in class appl.parallel.spmd.split.SinglePartitionInfo
 
getBaseScenario() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Base Scenario".
getBaseScenario() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Base Scenario".
getBooleanProperty(String) - Method in class appl.ext.XuluConfig
 
getBorder() - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Liefert die Liste der Randpunkte der Area.
getButtonPanel() - Method in class appl.parallel.gui.ParallelControlPanel
This method initializes buttonPanel
getButtonPanel() - Method in class appl.parallel.starter.client.XuluStarterClientPanel
This method initializes buttonPanel
getCategory() - Method in class edu.bonn.xulu.model.AbstractModelResource
Liefert die Kategorie der Ressource.
getCategory() - Method in interface edu.bonn.xulu.model.ModelResource
Liefert die Kategorie der Ressource.
getCellHeight() - Method in class appl.data.WritableGridLLProxy
 
getCellWidth() - Method in class appl.data.WritableGridLLProxy
 
getColorForResource(ModelResource) - Method in class edu.bonn.xulu.gui.ModelContentManagerContainer
Liefert die Farb-Codierung fuer eine Ressource.
getContentManager() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Liefert den ContentManager des Modells.
getContentManager() - Method in interface edu.bonn.xulu.model.XuluModel
Liefert den ContentManager des Modells.
getContentManager() - Method in class schmitzm.test.model.DynamicXuluModel
Liefert den ContentManager des Modells.
getControlContainer() - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
 
getConversionElasticity() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Conversion Elasticity".
getConversionElasticity() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Conversion Elasticity".
getConversionFactor() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Umrechnungsfaktor Bedarfseinheit -> qm".
getConversionFactor() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Umrechnungsfaktor Bedarfseinheit -> qm".
getCoordinateReferenceSystem() - Method in class appl.data.WritableGridLLProxy
 
getCount() - Method in class appl.parallel.spmd.MultiDataInfo
 
getCount() - Method in class appl.parallel.spmd.MultiDataObject
 
getCount() - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getCount() - Method in interface appl.parallel.spmd.split.SplitMap
 
getCount() - Method in class edu.bonn.xulu.appl.AbstractManager
Liefert die Anzahl an aktuell registrierten Komponenten.
getCurrentCover() - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Liefert die aktuelle qm-Flaeche, die der Area zugeordnet ist.
getCurrentTimeString() - Method in class appl.parallel.plugin.event.SimpleCommEventMonitorEngine
 
getDamnHeight() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Liefert die in der GUI eingestellte Staumauer-Hoehe.
getData(int) - Method in class appl.parallel.client.ClientDataServer
Returns the data identified by the given id
getData(int) - Method in interface appl.parallel.client.DataServer
Returns the whole Partition with the given ID
getData(int) - Method in class appl.parallel.server.PartitionDataManager
Returns the DataPartition associated with the given ID
getData(String) - Method in class appl.parallel.server.PartitionDataManager
Gets a partition by name
getData() - Method in class edu.bonn.xulu.model.AbstractModelResource
Liefert das Daten-Objekt der Ressource.
getData() - Method in interface edu.bonn.xulu.model.ModelResource
Liefert das Daten-Objekt der Ressource.
getData() - Method in class edu.bonn.xulu.model.PropertiesResource
Liefert das Daten-Objekt der Ressource.
getDataPool() - Method in class edu.bonn.xulu.XuluModellingPlatform
Liefert den Datenpool der Xulu-Instanz.
getDataPoolFrame() - Method in class edu.bonn.xulu.gui.XuluMainFrame
Liefert das Datenpool-Fenster der Xulu-Anwendung.
getDataTypes() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle registrierten Datentypen.
getDefaultFactories() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle registrierten Standard-Factorys.
getDefaultFactories(String) - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle Default-Factorys, die einen bestimmten Namen besitzen.
getDefaultFactory(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert eine Datentyp-Factory aus der Xulu-Registry.
getDefaultFactory() - Method in class edu.bonn.xulu.io.TypeMapping
Liefert die Factory, die den Datentyp standardmaessig instanziiert.
getDemandPerInhabitant() - Method in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Liefert den Bedarf pro Einwohner in qm.
getDemandScenario() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Demand Scenario".
getDemandScenario() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Demand Scenario".
getDemandToleranceType() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Art der Abweichungsangaben".
getDemandToleranceType() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Art der Abweichungsangaben".
getDemandToQMFactor() - Method in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Liefert den Umrechnungsfaktor, um den Bedarf pro Einwohner in qm zu transformieren.
getDesc() - Method in class edu.bonn.xulu.model.AbstractModelResource
Liefert eine Beschreibung, worum es sich bei der Ressource handelt.
getDesc() - Method in interface edu.bonn.xulu.model.ModelResource
Liefert eine Beschreibung, worum es sich bei der Ressource handelt.
getDescription() - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getDescription() - Method in interface appl.parallel.spmd.split.SplitMap
 
getDescription() - Method in class appl.parallel.spmd.split.SplitMap1DHorizontal
 
getDescription() - Method in class appl.parallel.spmd.split.SplitMap1DVertical
 
getDescription() - Method in class appl.parallel.spmd.split.SplitMap2D
 
getDescription() - Method in interface edu.bonn.xulu.appl.AbstractCommandInterpreter.Command
Liefert eine Beschreibung, was der Befehl macht.
getDescription() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert die Beschreibung des Xulu-Objekts fuer den Datenpool.
getDescription() - Method in interface edu.bonn.xulu.data.XuluObject
Liefert eine Beschreibung (Namen) des Objekts.
getDescription() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_CopyStructure
Liefert eine Beschreibung des Kommandos.
getDescription() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_CreateModel
Liefert eine Beschreibung des Kommandos.
getDescription() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_ImportFromFile
Liefert eine Beschreibung des Kommandos.
getDescription() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_LoadMapping
Liefert eine Beschreibung des Kommandos.
getDescription() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_New
Liefert eine Beschreibung des Kommandos.
getDescription() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_Plugin
returns a description of the command
getDescription() - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_Rename
Liefert eine Beschreibung des Kommandos.
getDoubleProperty(String) - Method in class appl.ext.XuluConfig
 
getDuplicatedAllowed() - Method in class edu.bonn.xulu.appl.AbstractManager
Prueft, ob im Manager Objekte mit der gleichen Bezeichnung erlaubt sind.
getDuplicateID() - Method in exception edu.bonn.xulu.data.DuplicateXuluObjectIDException
Liefert die XuluObject-ID, die den Fehler ausgeloest hat.
getDuplicateName() - Method in exception edu.bonn.xulu.data.DuplicateXuluObjectNameException
Liefert die XuluObject-Bezeichnung, die den Fehler ausgeloest hat.
getDuplicateNamesAllowed() - Method in class edu.bonn.xulu.appl.DataPool
Prueft, ob sich mehrere Objekte mit demselben Namen im Datenpool befinden duerfen.
getDynamicClassRootDirectory() - Method in class edu.bonn.xulu.XuluModellingPlatform
Liefert das CLASSPATH-Verzeichnis unterhalb dessen die Klassen zu finden sind, die dynamisch in Xulu geladen werden koennen.
getDynamicDrivingForces() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Dynamic Driving Forces".
getDynamicDrivingForces() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Dynamic Driving Forces".
getDynamicDrivingForceTypes() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Dynamic Driving Force Types".
getDynamicDrivingForceTypes() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Dynamic Driving Force Types".
getElement(int) - Method in class appl.parallel.spmd.MultiDataObject
 
getEmpty(int) - Method in class appl.parallel.data.splittable.SplittableLLProxyGrid
 
getEmpty(int) - Method in class appl.parallel.data.WritableGridArrayPartition.Double
 
getEmpty(int) - Method in class appl.parallel.data.WritableGridArrayPartition.Float
 
getEmpty(int) - Method in class appl.parallel.data.WritableGridArrayPartition.Integer
 
getEmpty(int) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getEmpty(int) - Method in interface appl.parallel.spmd.split.DataPartition
Creates an empty Object with the given id.
getEvaporation() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Liefert die in der GUI eingestellte Evaporation.
getEventManager() - Method in class edu.bonn.xulu.XuluModellingPlatform
Liefert den Verwaltungsmanager fuer die Modell-Kontroll-Komponenten.
getEventManagerFrame() - Method in class edu.bonn.xulu.gui.XuluMainFrame
Liefert das EventManager-Fenster der Xulu-Anwendung.
getEventProxy() - Method in class appl.parallel.client.RemoteExecutionController
 
getEvents() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Liefert alle Ereignis-Typen, die waehrend des Modellablaufs initiiert werden.
getEvents() - Method in interface edu.bonn.xulu.model.XuluModel
Liefert alle Ereignis-Typen, die waehrend des Modellablaufs initiiert werden.
getEvents() - Method in class schmitzm.test.model.DynamicXuluModel
Liefert (optional) eine modellspezifische GUI-Komponente.
getEventType() - Method in class edu.bonn.xulu.appl.EventHandler
Liefert den Ereignistyp, auf den der Handler ausgefuehrt werden soll.
getEventTypes(Object) - Method in class edu.bonn.xulu.appl.EventManager
Liefert alle Ereignis-Typen, die fuer ein bestimmtes Objekt zur Verfuegung stehen.
getExecutionResult() - Method in class appl.parallel.thread.OneMethodThread
the execution result must be explicitly set in the OneMethodThread.run() method.
getExportDestination() - Method in class edu.bonn.xulu.plugin.appl.DataExportHandler
Liefert das Objekt, in das der Export vorgenommen wird. z.B. eine Datei.
getExportDestinationType() - Method in class appl.parallel.data.splittable.GridListFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class appl.parallel.data.splittable.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class appl.parallel.data.splittable.SingleGridFactory_GeoTiff
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class appl.parallel.data.xulugridfile.factories.GridListFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class appl.parallel.data.xulugridfile.factories.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in interface edu.bonn.xulu.io.ExportFactory
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt (z.B.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_GeoTiff
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_GeoTiff
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_GeoTiff
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_GeoTiff
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_GeoTiff
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridListFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_GeoTiff
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.GridListFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_GeoTiff
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportDestinationType() - Method in class edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure
Liefert den Objekt-Typ, den die Factory als Ziel zum Exportieren benoetigt.
getExportFactories() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle registrierten Export-Factorys.
getExportFactories(String) - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle Export-Factorys, die einen bestimmten Namen besitzen.
getExportFactories(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert eine Export-Factory aus der Xulu-Registry.
getExportFactories() - Method in class edu.bonn.xulu.io.TypeMapping
Liefert alle Factorys, die den Datentyp exportieren.
getExportFactory() - Method in class edu.bonn.xulu.plugin.appl.DataExportHandler
Liefert die Factory, mit der das Objekt exportiert wird.
getFactory() - Method in class edu.bonn.xulu.appl.AbstractHandler
Liefert die Factory, die fuer den Handler zustaendig ist.
getFactory() - Method in interface edu.bonn.xulu.appl.Handler
Liefert die Factory, die fuer den Handler zustaendig ist.
getFactory() - Method in class edu.bonn.xulu.io.IODefinition.ExportDefinition
Liefert die Factory, die den Export vornimmt.
getFactory() - Method in class edu.bonn.xulu.io.IODefinition
Liefert die Factory, die den Import (Export) vornimmt.
getFactory() - Method in class edu.bonn.xulu.io.IODefinition.ImportDefinition
Liefert die Factory, die den Import vornimmt.
getFeatureCollection() - Method in class edu.bonn.xulu.plugin.data.feature.SingleFeatureCollection
Liefert eine Referenz auf die FeatureCollection, die in der Eigenschaft FEATURES gespeichert ist.
getFilePointer() - Method in class appl.parallel.data.xulugridfile.BufferedRandomAccessFile
 
getFirstNotNullGrid() - Method in class edu.bonn.xulu.plugin.data.grid.GridList
Liefert das erste Grid der Liste, das nicht null ist.
getFirstNotNullGrid(int) - Method in class edu.bonn.xulu.plugin.data.grid.GridList
Liefert das erste Grid der Liste ab einem bestimmten Index, das nicht null ist.
getFormatedMemoryString(long) - Method in class appl.parallel.SimpleResourceProperties
 
getFrame() - Method in class appl.plugin.multimodelcontrol.ModelListObject
 
getFrame() - Method in class appl.plugin.multimodelcontrol.MultiModelControlHandler
 
getGlobalBounds() - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getGlobalBounds() - Method in interface appl.parallel.spmd.split.SplitMap
 
getGlobalBounds(DataPartition) - Method in class appl.parallel.spmd.SPMDServerController
 
getGlobalBounds(DataPartition) - Method in interface appl.parallel.spmd.SPMDServerInterface
Gives back the global bounds, which are the bounds of all partitions over all servers.
getGlobalCalculationBounds() - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getGlobalCalculationBounds() - Method in interface appl.parallel.spmd.split.SplitMap
 
getGrid(int) - Method in class edu.bonn.xulu.plugin.data.grid.GridList
Liefert ein Raster aus der Liste.
getGrid() - Method in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Liefert das zugrunde liegende Raster.
getGridCount() - Method in class edu.bonn.xulu.plugin.data.grid.GridList
Liefert die Anzahl an Rastern in der Liste.
getGridFileName() - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getGridSample(double...) - Method in class appl.data.WritableGridLLProxy
 
getGridSample(double...) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getGridSample(double...) - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Liefert die Werte aller Rasters.
getGridSample(double...) - Method in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Liefert einen Wert des Rasters.
getGridSampleAsByte(double...) - Method in class appl.data.WritableGridLLProxy
 
getGridSampleAsByte(double...) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getGridSampleAsDouble(double...) - Method in class appl.data.WritableGridLLProxy
 
getGridSampleAsDouble(double...) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getGridSampleAsFloat(double...) - Method in class appl.data.WritableGridLLProxy
 
getGridSampleAsFloat(double...) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getGridSampleAsInt(double...) - Method in class appl.data.WritableGridLLProxy
 
getGridSampleAsInt(double...) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getGridSampleAsLong(double...) - Method in class appl.data.WritableGridLLProxy
 
getGridSampleAsLong(double...) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getGridSampleAsShort(double...) - Method in class appl.data.WritableGridLLProxy
 
getGridSampleAsShort(double...) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getGrowthRate() - Method in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Liefert die Wachstumsrate der Bevoelkerung (z.B.
getGUI() - Method in class appl.ext.ConfigurationEditorEngine
 
getHandler() - Method in class edu.bonn.xulu.appl.EventHandler
Liefert den Handler, der ausgefuehrt werden soll, wenn das beobachtete Objekt das Ereignis ausloest.
getHandlerFactories() - Method in class edu.bonn.xulu.appl.EventManager
Liefert alle Factorys, die fuer die Erzeugung von Event-Handlern zur Verfuegung stehen.
getHeight() - Method in class appl.data.WritableGridLLProxy
 
getId() - Method in class appl.parallel.spmd.SyncPoint
 
getID() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert die ID, mit der das Objekt in allen Datenpools eindeutig angesprochen werden kann.
getID() - Method in interface edu.bonn.xulu.data.XuluObject
Liefert eine numerische ID, ueber die das Objekt eindeutig im Datenpool identifiziert wird.
getImportFactories() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle registrierten Import-Factorys.
getImportFactories(String) - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle Import-Factorys, die einen bestimmten Namen besitzen.
getImportFactories(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle Import-Factorys zu einem Datentyp.
getImportFactories() - Method in class edu.bonn.xulu.io.TypeMapping
Liefert alle Factorys, die den Datentyp importieren.
getImportSourceType() - Method in class appl.parallel.data.splittable.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class appl.parallel.data.splittable.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class appl.parallel.data.splittable.SingleGridFactory_GeoTiff
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class appl.parallel.data.xulugridfile.factories.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class appl.parallel.data.xulugridfile.factories.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in interface edu.bonn.xulu.io.ImportFactory
Liefert den Objekt-Typ, den die Factory als Quelle zum Importieren benoetigt (z.B.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_GeoTiff
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_GeoTiff
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_GeoTiff
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_GeoTiff
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_GeoTiff
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_GeoTiff
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_GeoTiff
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.misc.CAAreaListFactory_ShapeFile
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportSourceType() - Method in class edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure
Liefert den Datentyp, den die Factory als Import-Quelle benoetigt.
getImportType() - Method in class appl.parallel.data.splittable.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class appl.parallel.data.splittable.MultiGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class appl.parallel.data.splittable.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class appl.parallel.data.splittable.SingleGridFactory_GeoTiff
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class appl.parallel.data.xulugridfile.factories.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class appl.parallel.data.xulugridfile.factories.MultiGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class appl.parallel.data.xulugridfile.factories.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in interface edu.bonn.xulu.io.ImportFactory
Liefert den Objekt-Typ, der von der Factory erzeugt wird.
getImportType() - Method in class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_GeoTiff
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_GeoTiff
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_GeoTiff
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_GeoTiff
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_GeoTiff
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.MultiGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_GeoTiff
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.GridListFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.MultiGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_ArcInfoAsciiGrid
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_GeoTiff
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.misc.CAAreaListFactory_ShapeFile
Liefert den Datentyp, den die Factory erzeugt.
getImportType() - Method in class edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure
Liefert den Datentyp, den die Factory erzeugt.
getIndexFromNameWithIdx(String) - Static method in class appl.parallel.spmd.MultiDataInfo
Extracts the the the index out of a identification
getInfiltration() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Liefert die in der GUI eingestellte Infiltration.
getInfo(int) - Method in class appl.parallel.server.PartitionDataManager
Returns the partition info with the specified id
getInformation() - Method in class appl.parallel.ComputingResourceContainer
 
getInhabitants(int) - Method in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Liefert die Einwohnerzahl fuer einen bestimmten Zeitschritt.
getInhabitants() - Method in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Liefert die Einwohnerzahl zum Start-Zeitpunkt (0).
getInRaster() - Method in class edu.bonn.xulu.plugin.model.test.TestModel.ContentManager
Liefert das Raster, das die Modell-Ausgaben aufnimmt.
getInstanceType() - Method in class appl.parallel.data.splittable.SplittableGridLLFactory
Liefert den Datentyp, den die Factory erzeugt.
getInstanceType() - Method in class appl.parallel.data.xulugridfile.factories.XuluGridFactory
Liefert den Datentyp, den die Factory erzeugt.
getInstanceType() - Method in class edu.bonn.xulu.data.DynamicXuluObject.DefaultFactory
Liefert DynamicXuluObject.class als die Klasse, die von DynamicXuluObject.DefaultFactory.newInstance(boolean) instanziiert wird.
getInstanceType() - Method in interface edu.bonn.xulu.io.InstantiationFactory
Liefert den Datentyp, den diese Factory instanziiert.
getInstanceType() - Method in class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory
Liefert den Datentyp, der von der Factory erzeugt wird.
getInstanceType() - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory
Liefert den Datentyp, den die Factory erzeugt.
getInstanceType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory
Liefert den Datentyp, der von der Factory erzeugt wird.
getInstanceType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory
Liefert den Datentyp, der von der Factory erzeugt wird.
getInstanceType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory
Liefert den Datentyp, der von der Factory erzeugt wird.
getInstanceType() - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory
Liefert den Datentyp, den die Factory erzeugt.
getInstanceType() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory
Liefert den Datentyp, den die Factory erzeugt.
getInstanceType() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.WritableGridLLFactory
Liefert den Datentyp, den die Factory erzeugt.
getInstanceType() - Method in class edu.bonn.xulu.plugin.io.grid.WritableGridFactory
Liefert den Datentyp, den die Factory erzeugt.
getInstantiationFactoryFromRegistry(XuluRegistry, Class, boolean) - Static method in class edu.bonn.xulu.io.AbstractFactory
Liefert eine InstantiationFactory aus der Xulu-Registry, die einen bestimmten Datentyp erzeugt.
getIntArgument() - Method in class appl.parallel.thread.ExecutionThread
 
getIntProperty(String) - Method in class appl.ext.XuluConfig
 
getIOObject() - Method in class edu.bonn.xulu.io.IODefinition
Liefert das Objekt aus dem importiert wird (in das exportiert wird).
getIP() - Method in interface appl.parallel.ComputingResourceProperties
 
getIP() - Method in class appl.parallel.SimpleResourceProperties
 
getIP(int) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getIP(int) - Method in interface appl.parallel.spmd.split.SplitMap
 
getIterationVariables() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "Iterationsvariablen".
getIterationVariables() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "Iterationsvariablen".
getIterNo() - Method in class edu.bonn.xulu.model.event.AbstractIterationStepEvent
Liefert den Iterations-Schritt fuer den das Ereignis ausgeloest wurde.
getKeysStartingWith(String) - Method in class appl.ext.XuluConfig
Gets all entries starting with the given String
getLayeredMapFrame() - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Liefert das Visualisierungsfenster.
getLoadInfo() - Method in interface appl.data.DataLoader
 
getLoadInfo() - Method in class appl.data.FactoryLoader
 
getLoadInfo() - Method in class appl.data.ImportFactoryLoader
 
getLoadInfo() - Method in class appl.data.SerializedDataLoader
 
getLoadInfo() - Method in class appl.data.WritableGridArrayLoader
 
getLoadInfo() - Method in class appl.parallel.data.AbstractDataHandler
 
getLoadInfo() - Method in class appl.parallel.data.XuluClientLoader
 
getLoadInfo() - Method in class appl.parallel.data.xulugridfile.GridFileDataLoader
 
getLoadInfo() - Method in class appl.parallel.data.xulugridfile.XuluGridSharedFileSystemLoader
 
getLocalBounds(int) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getLocalBounds(int) - Method in interface appl.parallel.spmd.split.SplitMap
Gets the whole partition bounds (including available neighborhood)
getLocalBounds(DataPartition) - Method in class appl.parallel.spmd.SPMDServerController
 
getLocalBounds() - Method in class appl.parallel.spmd.SPMDServerController
 
getLocalBounds(DataPartition) - Method in interface appl.parallel.spmd.SPMDServerInterface
Gives back the area which is available for local access (including Neighborhood)
getLocalBounds() - Method in interface appl.parallel.spmd.SPMDServerInterface
Gives back the area which is available for local access (including Neighborhood)
getLocalCalcMaxX() - Method in class appl.parallel.spmd.SPMDServerController
 
getLocalCalcMaxX() - Method in interface appl.parallel.spmd.SPMDServerInterface
Convenience method.
getLocalCalcMaxY() - Method in class appl.parallel.spmd.SPMDServerController
 
getLocalCalcMaxY() - Method in interface appl.parallel.spmd.SPMDServerInterface
Convenience method.
getLocalCalcMinX() - Method in class appl.parallel.spmd.SPMDServerController
 
getLocalCalcMinX() - Method in interface appl.parallel.spmd.SPMDServerInterface
Convenience method.
getLocalCalcMinY() - Method in class appl.parallel.spmd.SPMDServerController
 
getLocalCalcMinY() - Method in interface appl.parallel.spmd.SPMDServerInterface
Convenience method.
getLocalCalculationBounds(int) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getLocalCalculationBounds(int) - Method in interface appl.parallel.spmd.split.SplitMap
 
getLocalCalculationBounds(DataPartition) - Method in class appl.parallel.spmd.SPMDServerController
 
getLocalCalculationBounds() - Method in class appl.parallel.spmd.SPMDServerController
 
getLocalCalculationBounds(DataPartition) - Method in interface appl.parallel.spmd.SPMDServerInterface
Gives back the area which is actively used for read/write (in contrast to neighborhood area, which is often accessed will be accessed read only).
getLocalCalculationBounds() - Method in interface appl.parallel.spmd.SPMDServerInterface
Gives back the area which is actively used for read/write (in contrast to neighborhood area, which is often accessed will be accessed read only).
getLocalLoader() - Method in class appl.parallel.data.splittable.SplittableLLProxyGrid
 
getLocalLoader() - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getLocalLoader() - Method in interface appl.parallel.spmd.split.SplittableResource
Returns the loader which is responible for loading the data.
getLocalNeighborhoodBounds(int) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getLocalNeighborhoodBounds(int) - Method in interface appl.parallel.spmd.split.SplitMap
 
getLSPAFactors() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Factors for the location specific preferece addition".
getLSPAProbabilities() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Location specific preferece addition".
getLUConversionDeviationMatrix() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Deviation of LU Conversion Matrix".
getLUConversionMatrix() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "LU Conversion Matrix".
getLUConversionMatrix() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "LU Conversion Matrix".
getLUHistory() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Land use History".
getLUHistory() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Land use History".
getLUProbabilities() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "LU-Wahrscheinlichkeiten".
getLUProbabilities() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "LU-Wahrscheinlichkeiten".
getMainFrame() - Method in class edu.bonn.xulu.XuluModellingPlatform
Liefert das Hauptfenster der Xulu-Instanz.
getMetaData() - Method in class appl.parallel.data.xulugridfile.XuluGridFile
 
getMinX() - Method in class appl.data.WritableGridLLProxy
 
getMinY() - Method in class appl.data.WritableGridLLProxy
 
getModel() - Method in class appl.plugin.multimodelcontrol.ModelListObject
 
getModel() - Method in class edu.bonn.xulu.gui.ModelControlFrame
Liefert das dem Kontrollfenster zugeordnete Modell.
getModel() - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
Liefert das Modell, das durch den Container kontrolliert wird.
getModel() - Method in class schmitzm.test.model.DynamicXuluModel
Liefert das Modell das durch den Tunnel ausgefuehrt wird.
getModel() - Method in interface schmitzm.test.model.ModelTunnel
Liefert das Modell das durch den Tunnel ausgefuehrt wird.
getModelClasses() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle registrierten Modellkassen.
getModelContentManagerContainer() - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
 
getModelControlManager() - Method in class edu.bonn.xulu.XuluModellingPlatform
Liefert den Verwaltungsmanager fuer die Modell-Kontroll-Komponenten.
getModelManagerFrame() - Method in class edu.bonn.xulu.gui.XuluMainFrame
Liefert das Fenster der Xulu-Anwendung, in dem die Modelle / Modellfenster verwaltet werden.
getModelSpecificGUI() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Liefert immer null.
getModelSpecificGUI() - Method in interface edu.bonn.xulu.model.XuluModel
Liefert (optional) eine modellspezifische GUI-Komponente.
getModelSpecificGUI() - Method in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
Liefert die modellspezifische GUI.
getModelSpecificGUI() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Liefert die modell-spezifische GUI des Kleinstausee-Modells.
getModelSpecificGUI() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel
Liefert eine CLUE-spezifische GUI, in der die Abweichungen waehrend der Iteration angezeigt werden und ueber die die Toleranzen eingestellt werden koennen
getModelSpecificGUI() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Liefert eine CLUE-spezifische GUI, in der die Abweichungen waehrend der Iteration angezeigt werden und ueber die die Toleranzen eingestellt werden koennen
getModelSpecificGUI() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Liefert eine CLUE-spezifische GUI, in der die Abweichungen waehrend der Iteration angezeigt werden und ueber die die Toleranzen eingestellt werden koennen
getModelSpecificGUI() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Liefert eine CLUE-spezifische GUI, in der die Abweichungen waehrend der Iteration angezeigt werden und ueber die die Toleranzen eingestellt werden koennen
getModelSpecificGUI() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Liefert eine CLUE-spezifische GUI, in der die Abweichungen waehrend der Iteration angezeigt werden und ueber die die Toleranzen eingestellt werden koennen
getModelSpecificGUI() - Method in class schmitzm.test.model.DynamicXuluModel
Liefert (optional) eine modellspezifische GUI-Komponente.
getModelStepSize() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Liefert die in der GUI eingestellte Schrittweite des Modells.
getModelThread() - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
 
getMonitor() - Method in class appl.parallel.plugin.event.SimpleCommEventMonitorEngine
 
getMultiData(String) - Method in class appl.parallel.server.PartitionDataManager
Gets a partition of a multi-data element.
getMultiData(String, int) - Method in class appl.parallel.server.PartitionDataManager
Gets a partition of a multi-data element.
getMultiData(String) - Method in class appl.parallel.spmd.SPMDServerController
 
getMultiData(String) - Method in interface appl.parallel.spmd.SPMDServerInterface
Gives back a MultiDataObject.
getMultiDataInfo(String) - Method in class appl.parallel.server.PartitionDataManager
 
getMultiDataInfo(String) - Method in interface appl.parallel.server.PartitionDataServer
 
getMultiDataObject(String) - Method in class appl.parallel.server.PartitionDataManager
 
getMultiDataObject(String) - Method in interface appl.parallel.server.PartitionDataServer
 
getMultiID(int) - Method in class appl.parallel.spmd.MultiDataInfo
 
getMultiInfo() - Method in class appl.parallel.spmd.MultiDataObject
 
getMultiPartition(String) - Method in class appl.parallel.spmd.SPMDServerController
 
getMultiPartition(String, int) - Method in class appl.parallel.spmd.SPMDServerController
 
getMultiPartition(String) - Method in interface appl.parallel.spmd.SPMDServerInterface
Gets the array of DataPartitions which were submitted on client side via SPMDClientController.addToMultiDataSplitControl(Object[], String) All resources are retrieved from the data source and given back.
getMultiPartition(String, int) - Method in interface appl.parallel.spmd.SPMDServerInterface
Gets a DataPartition which was submitted on client side via SPMDClientController.addToMultiDataSplitControl(Object[], String).
getMultiProperty(String) - Method in class appl.ext.XuluConfig
A multiproperty stores multiple values for one key.
getName() - Method in interface appl.parallel.ComputingResourceProperties
 
getName() - Method in class appl.parallel.SimpleResourceProperties
 
getName() - Method in class appl.parallel.spmd.MultiDataInfo
 
getName() - Method in class appl.parallel.spmd.MultiDataObject
 
getName() - Method in class appl.plugin.multimodelcontrol.ModelListObject
 
getName() - Method in class de.skrueger.xulu.plugin.gnur.RVar
 
getName() - Method in class de.skrueger.xulu.plugin.gnur.RVarAdapter
 
getName() - Method in class edu.bonn.xulu.appl.AbstractScriptInterpreter
Liefert die Bezeichnung des Skript-Interpreter.
getName() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert die Beschreibung des Xulu-Objekts fuer den Datenpool.
getName() - Method in class edu.bonn.xulu.io.AbstractFactory
Liefert den Namen der Factory.
getName() - Method in class edu.bonn.xulu.plugin.appl.DateTimePlugin
Liefert eine Beschreibung des Plugins.
getName() - Method in class edu.bonn.xulu.plugin.appl.DateTimeWindowPlugin
Liefert eine Beschreibung des Plugins.
getName() - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Liefert den Namen der Area.
getNameWithIdx(int, String) - Static method in class appl.parallel.spmd.MultiDataInfo
Generates a identification String based only on the given name and the given idx.
getNeighborhoodProbabilities() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "Nachbarschafts-Wahrscheinlichkeiten".
getNeighborhoodProbabilities() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "Nachbarschafts-Wahrscheinlichkeiten".
getNeighborhoodRange() - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getNeighborhoodRange() - Method in interface appl.parallel.spmd.split.SplitMap
 
getNeighborhoodRegression() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Neighborhood Regression Results".
getNeighborhoodRegression() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Neighborhood Regression Results".
getNeighborhoodSettings() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Neighborhood Settings".
getNeighborhoodSettings() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Neighborhood Settings".
getNeighborhoodWeights() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Neighborhood Weights".
getNeighborhoodWeights() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Neighborhood Weights".
getNeighborsForPosition(int) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getNeighborsForPosition(int) - Method in interface appl.parallel.spmd.split.SplitMap
returns an Array of neighbors for that position in the splitmap.
getNeighborsForPosition(int) - Method in class appl.parallel.spmd.split.SplitMap1DHorizontal
 
getNeighborsForPosition(int) - Method in class appl.parallel.spmd.split.SplitMap1DVertical
 
getNeighborsForPosition(int) - Method in class appl.parallel.spmd.split.SplitMap2D
 
getNewIDForIndex(int) - Method in class appl.parallel.spmd.MultiDataInfo
Generates a new id for a given index, based on the id of the first element in the multidata.
getNewSPMDClientController(ComputingResourceContainer[]) - Method in class appl.parallel.client.RemoteExecutionController
Gives a new SPMDClientController.
getNewSPMDClientController(Vector<ComputingResourceContainer>) - Method in class appl.parallel.client.RemoteExecutionController
Gives a new SPMDClientController.
getNextLine() - Method in class appl.parallel.data.xulugridfile.BufferedRandomAccessFile
return a next line in String
getObject(long) - Method in class edu.bonn.xulu.appl.DataPool
Liefert ein Objekt aus dem Datenpool.
getObject() - Method in class edu.bonn.xulu.appl.EventHandler
Liefert das Objekt, das beobachtet wird.
getObject() - Method in class edu.bonn.xulu.plugin.appl.DataExportHandler
Liefert das Objekt, das vom Handler exportiert wird.
getObject() - Method in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Liefert das Objekt, das vom Handler dargestellt/aktualisiert wird.
getObject() - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_ListProperty
Liefert die aktuell dargestellte ListProperty-Instanz.
getObject() - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_MatrixProperty
Liefert die aktuell dargestellte MatrixProperty-Instanz.
getObject() - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_Properties
Liefert die aktuell dargestellte Properties-Instanz.
getObjectArgument() - Method in class appl.parallel.thread.ExecutionThread
 
getObjectArrayArgument() - Method in class appl.parallel.thread.ExecutionThread
 
getObjectDesc() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.ListPropertyUpdateListener
Liefert eine Beschreibung des visualisierten Objekts.
getObjectDesc() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.MatrixPropertyUpdateListener
Liefert eine Beschreibung des visualisierten Objekts.
getObjectDesc() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.UpdateListener
Liefert eine Beschreibung des visualisierten Objekts.
getObjects(String) - Method in class edu.bonn.xulu.appl.DataPool
Liefert Objekte aus dem Datenpool.
getObjects(Class) - Method in class edu.bonn.xulu.appl.DataPool
Liefert alle Objekte aus dem Datenpool, die Instanzen eines bestimmten Typs sind.
getObjectSize(Object) - Method in class appl.parallel.event.TransferEvent
Determines the object size in a very primitive way (serializing to a byte array and returning the byteSize) I do not have to mention here explicitly that this is slow, do I?
getOutputFile() - Method in class appl.parallel.data.xulugridfile.XuluGridFile
 
getOutRaster() - Method in class edu.bonn.xulu.plugin.model.test.TestModel.ContentManager
Liefert das Raster, das dem Modell als Eingabe dient.
getPanel() - Method in class appl.parallel.gui.ParallelControlPanelEngine
 
getPanel() - Method in class appl.parallel.starter.client.XuluStarterController
 
getParameter(int) - Method in class appl.parallel.thread.OneMethodThread
 
getParameterCount(String) - Method in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Liefert die Anzahl an geklammerten Parametern, die ein Operator hat.
getPartitialGrid2D(Rectangle) - Method in class appl.parallel.data.xulugridfile.XuluGridFile
Returns a partition of a WritableGrid as a WritableGridArray.
getPartitialGrid2D(WritableGrid, Rectangle, int) - Static method in class appl.parallel.util.PartitionUtil
Returns partition of a WritableGrid as a WritableGridArray.
getPartition(int, Rectangle) - Method in class appl.parallel.client.ClientDataServer
 
getPartition(int, Rectangle) - Method in interface appl.parallel.client.DataServer
gets the data with the id of a SplittableRessource
getPartition(Rectangle) - Method in class appl.parallel.data.splittable.SplittableLLProxyGrid
 
getPartition(Rectangle) - Method in class appl.parallel.data.WritableGridArrayPartition.Double
 
getPartition(Rectangle) - Method in class appl.parallel.data.WritableGridArrayPartition.Float
 
getPartition(Rectangle) - Method in class appl.parallel.data.WritableGridArrayPartition.Integer
 
getPartition(Rectangle) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getPartition(int, Rectangle) - Method in class appl.parallel.server.PartitionDataManager
 
getPartition(int, Rectangle) - Method in interface appl.parallel.server.PartitionDataServer
gets the data with the id of a SplittableRessource
getPartition(Rectangle) - Method in interface appl.parallel.spmd.split.DataPartition
Returns the partition specified by the given Rectangle.
getPartition(String) - Method in class appl.parallel.spmd.SPMDServerController
 
getPartition(String) - Method in interface appl.parallel.spmd.SPMDServerInterface
The whole DataPartition available for this task.
getPartitionBounds() - Method in class appl.parallel.data.splittable.SplittableLLProxyGrid
 
getPartitionBounds() - Method in class appl.parallel.data.WritableGridArrayPartition.Double
 
getPartitionBounds() - Method in class appl.parallel.data.WritableGridArrayPartition.Float
 
getPartitionBounds() - Method in class appl.parallel.data.WritableGridArrayPartition.Integer
 
getPartitionBounds() - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getPartitionBounds(int) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getPartitionBounds() - Method in interface appl.parallel.spmd.split.DataPartition
Returns the bounds of the partition as a rectangle.
getPartitionBounds(int) - Method in interface appl.parallel.spmd.split.SplitMap
 
getPartitionCalculationBounds(int) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getPartitionCalculationBounds(int) - Method in interface appl.parallel.spmd.split.SplitMap
 
getPartitionDataHandler() - Method in class appl.parallel.spmd.split.SinglePartitionInfo
 
getPartitionInfo(int) - Method in class appl.parallel.server.PartitionDataManager
 
getPartitionInfo(int) - Method in interface appl.parallel.server.PartitionDataServer
 
getPartitionNeighborhoodBounds(int) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
getPartitionNeighborhoodBounds(int) - Method in interface appl.parallel.spmd.split.SplitMap
 
getPluginDirectory() - Method in class edu.bonn.xulu.XuluModellingPlatform
Liefert das Verzeichnis ('plugin' unterhalb des Start-Verzeichnisses) in dem von Plugins benoetigte Dateien abgelegt werden.
getPluginForName(String) - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_Plugin
Returns a XuluPlugin for a fully qualified name.
getPluginManagerFrame() - Method in class edu.bonn.xulu.gui.XuluMainFrame
Liefert das Fenster der Xulu-Anwendung, in dem die Xulu-Plugins verwaltet wird.
getPlugins() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle registrierten Xulu-Plugins.
getPort() - Method in interface appl.parallel.ComputingResourceProperties
 
getPort() - Method in class appl.parallel.SimpleResourceProperties
 
getPreferenceValue(Point, int, CAArea, int) - Method in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Bewertet eine Zelle des Untersuchungsgebiets hinsichtlich des LUC-Typs 'Ackerland'.
getPreferenceValue(Point, int, CAArea, int) - Method in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Bewertet eine Zelle des Untersuchungsgebiets hinsichtlich eines bestimmten LUC-Typs.
getPreferenceValue(Point, int) - Method in class schmitzm.test.dynamic.CellularAutomaton
 
getPreferenceValue(Point, int) - Method in class schmitzm.test.dynamic.SingleCellularAutomaton
 
getPrefixes() - Method in class appl.ext.XuluConfig
Gets all prefixes.
getPrintStream() - Method in class edu.bonn.xulu.gui.XuluStartingFrame
Liefert einen Stream, der auf das Text-Fenster umgeleitet wird.
getPriority() - Method in class appl.parallel.spmd.SyncPoint
 
getPriority() - Method in enum appl.parallel.spmd.SyncPoint.Priority
 
getProperties() - Method in interface appl.parallel.ComputingResourceProperties
 
getProperties() - Method in class appl.parallel.SimpleResourceProperties
 
getProperties() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert die Eigenschaften des Xulu-Objekts als Array.
getProperties(Class) - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert alle Eigenschaften des Xulu-Objekts, die einem bestimmten Typ angehoeren.
getProperty(String) - Method in class appl.ext.XuluConfig
 
getProperty(String, boolean) - Method in class appl.ext.XuluConfig
Same as XuluConfig.getProperty(String), but you can disable the warning message
getProperty(String) - Method in interface appl.parallel.ComputingResourceProperties
 
getProperty(String) - Method in class appl.parallel.SimpleResourceProperties
 
getProperty(String) - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert eine bestimmte Eigenschaft des Xulu-Objekts.
getPropertyCount() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert die Anzahl an Eigenschaften des Xulu-Objekts.
getPropertyNames() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert die Namen aller Eigenschaften des Xulu-Objekts.
getPropertyType() - Method in class edu.bonn.xulu.model.ValuePropertyResource
Liefert den Datentyp, der in der Prop
getPropertyTypes() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert die Typen aller Eigenschaften des Xulu-Objekts.
getProxiedObject() - Method in interface appl.data.DataProxy
get the encapsulated Object
getProxiedObject() - Method in class appl.data.LateLoadingProxy
returns the baseObject
getRasterMetaData_from_ArcGridASCII_File(File) - Static method in class appl.util.RasterUtil
Extracts metadata out of a ArcGridASCII File without reading the whole Grid (only the Header is parsed).
getRasterSample(int...) - Method in class appl.data.WritableGridLLProxy
 
getRasterSample(int...) - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Liefert die Werte aller Rasters.
getRasterSample(int...) - Method in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Liefert einen Wert des Rasters.
getRasterSampleAsByte(int...) - Method in class appl.data.WritableGridLLProxy
 
getRasterSampleAsDouble(int...) - Method in class appl.data.WritableGridLLProxy
 
getRasterSampleAsFloat(int...) - Method in class appl.data.WritableGridLLProxy
 
getRasterSampleAsInt(int...) - Method in class appl.data.WritableGridLLProxy
 
getRasterSampleAsLong(int...) - Method in class appl.data.WritableGridLLProxy
 
getRasterSampleAsShort(int...) - Method in class appl.data.WritableGridLLProxy
 
getRating() - Method in class appl.parallel.server.XuluServer
 
getRealHeight() - Method in class appl.data.WritableGridLLProxy
 
getRealWidth() - Method in class appl.data.WritableGridLLProxy
 
getRecentImports() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert eine Liste, in der die letzten Daten-Importe hinterlegt werden.
getRecentScripts() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert eine Liste, in der die letzten Script-Aufrufe hinterlegt werden.
getRegistry() - Method in class edu.bonn.xulu.io.IODefinition
Liefert die Xulu-Registry, in der die Factories registriert sind.
getRegistry() - Method in class edu.bonn.xulu.XuluModellingPlatform
Liefert die Registry der Xulu-Instanz.
getRegistryFrame() - Method in class edu.bonn.xulu.gui.XuluMainFrame
Liefert das Fenster der Xulu-Anwendung, in dem die Xulu-Registry verwaltet wird.
getRegistryPort() - Method in class appl.parallel.server.XuluServer
 
getRegressionResults() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Regression Results".
getRegressionResults() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Regression Results".
getRemoteExecutionController(XuluModellingPlatform) - Static method in class appl.parallel.client.RemoteExecutionController
 
getRemoteResources() - Method in class appl.parallel.services.GlobalDiscoveryService
 
getREngine() - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
Returns the static R-Engine
getResource() - Method in class appl.parallel.ComputingResourceContainer
 
getResource(int) - Method in class edu.bonn.xulu.model.AbstractModelContentManager
Liefert eine Ressource, die ein Modell benoetigt.
getResource(int) - Method in interface edu.bonn.xulu.model.ModelContentManager
Liefert eine Ressource, die ein Modell benoetigt.
getResourceCategoryString(ModelResource) - Static method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGenerator
Liefert die Bezeichnung einer Kategorie-Konstante fuer eine Modell-Ressource.
getResourceContainersForVector(Vector<ComputingResource>) - Static method in class appl.parallel.util.Helper
Gets the remote resources from all given ComputingResource objects.
getResourceCount() - Method in class edu.bonn.xulu.model.AbstractModelContentManager
Liefert die Anzahl der Ressourcen, die das Modell benoetigt.
getResourceCount() - Method in interface edu.bonn.xulu.model.ModelContentManager
Liefert die Anzahl benoetigter Ressourcen.
getResourceData(int) - Method in class edu.bonn.xulu.model.AbstractModelContentManager
Liefert das Datenobjekt einer Ressourcen.
getResourceInformation() - Method in interface appl.parallel.ComputingResource
Should return Information about the ComputingResource.
getResourceInformation() - Method in class appl.parallel.server.XuluServer
 
getResourceProvider() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Liefert den ResourceProvider, der die Uebersetzungen fuer Modell-Ausgaben und modellspezifische GUI verwaltet.
getResourceProvider() - Method in interface edu.bonn.xulu.model.XuluModel
Liefert den ResourceProvider, der die Uebersetzungen fuer Modell-Ausgaben und modellspezifische GUI verwaltet.
getResourceProvider() - Method in class schmitzm.test.model.DynamicXuluModel
Liefert den ResourceProvider, der die Uebersetzungen fuer Modell-Ausgaben und modellspezifische GUI verwaltet.
getResources() - Method in interface appl.parallel.services.DiscoveryService
 
getResources() - Method in class appl.parallel.services.HostnameDiscoveryService
gets resources, but pings them first to see if they are alive.
getResources() - Method in class appl.parallel.services.MulticastDiscoveryService
 
getResources() - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Liefert die aktruellen Eintraege der Tabelle.
getRName() - Method in class de.skrueger.xulu.plugin.gnur.RVar
 
getRName() - Method in class de.skrueger.xulu.plugin.gnur.RVarAdapter
 
getRootID() - Method in class appl.parallel.data.splittable.SplittableLLProxyGrid
 
getRootID() - Method in class appl.parallel.data.WritableGridArrayPartition.Double
 
getRootID() - Method in class appl.parallel.data.WritableGridArrayPartition.Float
 
getRootID() - Method in class appl.parallel.data.WritableGridArrayPartition.Integer
 
getRootID() - Method in class appl.parallel.data.xulugridfile.XuluGridFile
 
getRootID() - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getRootID() - Method in interface appl.parallel.spmd.split.DataPartition
Returns the id of the super data structure this partition is a part of.
getRootID() - Method in interface appl.parallel.spmd.split.SplittableResource
Should return a unique ID for this resource.
getRowCount() - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Liefert die Zeilenanzahl der Tabelle.
getRowCount() - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Liefert die Anzahl an Tabellenzeilen.
getRowCount() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.ChartDataTableModel
Liefert die Anzahl an Zeilen, also die Anzahl an visualisierten Datenobjekten.
getSampleType() - Method in class appl.data.WritableGridLLProxy
 
getScriptInterpreter() - Method in class edu.bonn.xulu.appl.ScriptInterpreter.ScriptExecutionDefinition
Liefert den Script-Interpreter, die das Script einliest.
getScriptInterpreter() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle registrierten Skript-Interpreter.
getScriptInterpreter(String) - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle Skript-Interpreter, die einen bestimmten Namen besitzen.
getScriptSource() - Method in class edu.bonn.xulu.appl.ScriptInterpreter.ScriptExecutionDefinition
Liefert den Quell-Objekt, aus dem das Script eingelesen wird.
getScriptSource() - Method in class edu.bonn.xulu.appl.ScriptInterpreter.ScriptFileExecutionDefinition
Liefert die Quell-Datei, aus der das Script eingelesen wird.
getSelectedElements() - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_ListProperty
Liefert alle in der Tabelle selektierten Listenelemente.
getSelectedElements() - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_MatrixProperty
Liefert alle in der Tabelle selektierten Matrixelemente.
getSelectedElements() - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_Properties
Liefert alle in der Tabelle selektierten Propertys.
getSelectedElements() - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_Table
Liefert alle in der Tabelle selektierten Tabellenelemente.
getSelectedObject() - Method in class edu.bonn.xulu.gui.DataPoolFrame
Liefert das Objekt, welches aktuell im Datenpool ausgewaehlt ist.
getSelectedObject() - Method in class edu.bonn.xulu.plugin.gui.DataPoolFrame_BasicTable
Liefert das in der Datentabelle selektierte XuluObjekt.
getSelectedObject() - Method in class edu.bonn.xulu.plugin.gui.DataPoolFrame_Tree
Liefert das letzte in der Datentabelle selektierte Objekt.
getSelectedObjects() - Method in class edu.bonn.xulu.gui.AbstractManagerFrame
Liefert die Objekte, welches aktuell im Manager-Fenster ausgewaehlt sind.
getSelectedObjects() - Method in class edu.bonn.xulu.gui.DataPoolFrame
Liefert alle Objekte, welches aktuell im Datenpool selektiert sind.
getSelectedObjects() - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable
Liefert die aktuell in der Tabelle selektierte Komponente.
getSelectedObjects() - Method in class edu.bonn.xulu.plugin.gui.DataPoolFrame_BasicTable
Liefert alle in der Datentabelle und in der Eigenschaftstabelle selektierten Objekte.
getSelectedObjects() - Method in class edu.bonn.xulu.plugin.gui.DataPoolFrame_Tree
Liefert alle in der Datentabelle und in der Eigenschaftstabelle selektierten Objekte.
getSelection() - Method in class edu.bonn.xulu.gui.ModelContentManagerContainer
Liefert alle in den Eingabe-Optionen ausgewaehlten Objekte des Datenpools.
getServer() - Method in class appl.parallel.thread.ComputingResourceThread
 
getServer() - Method in class appl.parallel.thread.DataServerThread
 
getServer() - Method in class appl.parallel.thread.ExecutionThread
 
getSingleDemandTolerance() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Einzel-Abweichung von Bedarfen".
getSingleDemandTolerance() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Einzel-Abweichung von Bedarfen".
getSize() - Method in class appl.parallel.event.TransferEvent
 
getSize() - Method in class edu.bonn.xulu.appl.DataPool
Liefert die Anzahl an Objekten im Datenpool.
getSize() - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListenerProxy
Liefert die Anzahl der im Proxy enthaltenen Listener.
getSlopeExp(double, int) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
Calculates the exp value that is needed to generate the slope lookup-table
getSlopeLookup(int, double, double) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
getSlopeMax() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
Calculates the maximum slope from the Slope Raster.
getSlopeValue(int, int, HashMap<Number, Number>) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
Takes a slope value from the slope lookup-table depending on the given cell in the slope raster.
getSourceAsStream() - Method in class edu.bonn.xulu.appl.ScriptInterpreter.ScriptExecutionDefinition
Liefert einen Stream zum Quell-Objekt.
getSourceAsStream() - Method in class edu.bonn.xulu.appl.ScriptInterpreter.ScriptFileExecutionDefinition
Liefert einen FileInputStream zur Quell-Datei.
getSourceModel() - Method in class edu.bonn.xulu.model.event.AbstractModelEvent
Liefert das Modell, das das Ereignis ausgeloest hat.
getSourceModel() - Method in interface edu.bonn.xulu.model.event.ModelEvent
Liefert das Modell, das das Ereignis ausgeloest hat.
getSourceObject() - Method in class edu.bonn.xulu.appl.VisualisationUpdateListener
Liefert das Objekt, das durch diesen VisualisationUpdateListener visualisiert wird.
getSplitHeight() - Method in class appl.parallel.data.splittable.SplittableLLProxyGrid
 
getSplitHeight() - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getSplitHeight() - Method in interface appl.parallel.spmd.split.SplittableResource
 
getSplitMap() - Method in interface appl.parallel.spmd.split.PartitionInfo
 
getSplitMap() - Method in class appl.parallel.spmd.split.SinglePartitionInfo
 
getSplitMapPos() - Method in interface appl.parallel.spmd.split.PartitionInfo
 
getSplitMapPos() - Method in class appl.parallel.spmd.split.SinglePartitionInfo
 
getSplitWidth() - Method in class appl.parallel.data.splittable.SplittableLLProxyGrid
 
getSplitWidth() - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
getSplitWidth() - Method in interface appl.parallel.spmd.split.SplittableResource
 
getSPMDController() - Method in class appl.parallel.model.AbstractParallelStepModel
 
getSPMDController() - Method in interface appl.parallel.model.ParallelStepModel
 
getSPMDServerController() - Method in class appl.parallel.spmd.AbstractSPMDTask
 
getSPMDServerController() - Method in interface appl.parallel.spmd.SPMDTask
Gives access the SPMDServerInterface for parallel programming.
getSrc() - Method in class appl.parallel.event.CommEvent
 
getStarter() - Method in class appl.parallel.starter.client.StarterContainer
 
getStarterContainers() - Method in class appl.parallel.services.HostnameDiscoveryService
 
getStartingDirectory() - Method in class edu.bonn.xulu.XuluModellingPlatform
Liefert das Startverzeichnis der Xulu-Applikation.
getStartLocation() - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Liefert die Startkoordinaten der Area.
getState() - Method in class appl.parallel.spmd.SPMDClientController
 
getStaticDrivingForces() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Static Driving Forces".
getStaticDrivingForces() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Static Driving Forces".
getStatusFrame() - Method in class edu.bonn.xulu.gui.XuluMainFrame
Liefert das Status-Fenster der Xulu-Anwendung.
getStatusOut() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Liefert den Stream fuer Status-Ausgaben des Modells.
getStatusOut() - Method in interface edu.bonn.xulu.model.XuluModel
Liefert den Stream fuer die Status-Ausgaben des Modells.
getStatusOut() - Method in class schmitzm.test.model.DynamicXuluModel
Liefert den Stream fuer die Status-Ausgaben des Modells.
getStepCount() - Method in class edu.bonn.xulu.model.AbstractStepModel
Liefert die Anzahl der zu modellierenden Schritte.
getStepCount() - Method in interface edu.bonn.xulu.model.StepModel
Liefert die Anzahl der durchzufuehrenden Modellierungsschritte.
getStepCount() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ressource "Time Steps".
getStepCount() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ressource "Time Steps".
getStepCount() - Method in class edu.bonn.xulu.plugin.model.test.TestModel.ContentManager
Liefert die Anzahl an Schritten, die das Modell laufen soll.
getStepCount() - Method in class schmitzm.test.model.DynamicStepModel
Liefert die Anzahl der durchzufuehrenden Modellierungsschritte.
getStepLUResults() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "LU zu jedem Zeitschritt".
getStepLUResults() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "LU zu jedem Zeitschritt".
getStepNo() - Method in class edu.bonn.xulu.model.event.AbstractStepModelEvent
Liefert den Modell-Schritt fuer den das Ereignis ausgeloest wurde.
getStructureName() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert die Bezeichnung des Xulu-Objekts.
getStyleFromXuluObject(XuluObject) - Static method in class edu.bonn.xulu.plugin.io.IOUtil
Liefert den eines XuluObject aus der Property "Style".
getSuffixesOfPrefix(String) - Method in class appl.ext.XuluConfig
Gets all suffixes for one prefix.
getTarget() - Method in class appl.parallel.event.CommEvent
 
getTemplateGrid() - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Liefert ein Beispiel-Raster, das die Raster-Art repraesentiert, die in der Liste gespeichert werden koennen.
getTime() - Method in class appl.parallel.event.TimeEvent
 
getTitle() - Method in interface edu.bonn.xulu.appl.AbstractManager.ContentType
Liefert die Bezeichnung der Komponente.
getTitle() - Method in class edu.bonn.xulu.appl.EventHandler
Liefert die Bezeichnung des Objekts fuer das der Event-Handler zustaendig ist.
getTitle() - Method in interface edu.bonn.xulu.appl.VisualisationTool
Liefert eine Beschreibung fuer die Instanz des Visualisierungstools.
getTitle() - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Liefert den Titel des Fensters.
getTotalProbabilities() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Liefert Zugriff auf die Ausgabe-Ressource "Gesamt-Wahrscheinlichkeiten".
getType() - Method in class appl.parallel.event.CommEvent
 
getType() - Method in class edu.bonn.xulu.io.TypeMapping
Liefert den Datentyp des Mappings.
getType() - Method in class edu.bonn.xulu.model.AbstractModelResource
Liefert den Datentyp der Ressource.
getType() - Method in interface edu.bonn.xulu.model.ModelResource
Liefert den Datentyp der Ressource.
getTypeMapping(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert ein TypeMapping aus der Xulu-Registry.
getTypeMappings() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle registrierten TypeMappings.
getUnloadFile() - Method in class appl.data.LateLoadingProxy
returns the File, in which the object is/will be unloaded
getUnloadInfo() - Method in interface appl.data.DataUnloader
 
getUnloadInfo() - Method in class appl.parallel.data.AbstractDataHandler
 
getUnloadInfo() - Method in class appl.parallel.data.XuluClientLoader
 
getUnloadInfo() - Method in class appl.parallel.data.xulugridfile.XuluGridSharedFileSystemLoader
 
getUsedMemory() - Method in class appl.parallel.SimpleResourceProperties
 
getValueAt(int, int) - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Liefert einen Wert der Tabelle.
getValueAt(int, int) - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Liefert einen Wert der Tabelle.
getValueAt(int, int) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.ChartDataTableModel
Liefert die Objekt-Beschreibung des jeweiligen JFreeChartVisualisationTool.UpdateListener
getVisualisationManager() - Method in class edu.bonn.xulu.XuluModellingPlatform
Liefert den Verwaltungsmanager fuer die Visualisierungstool-Instanzen.
getVisualisationManagerFrame() - Method in class edu.bonn.xulu.gui.XuluMainFrame
Liefert das Fenster der Xulu-Anwendung, in dem die Visualisierungstools verwaltet werden.
getVisualisationTool() - Method in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Liefert das Visualisierungstool, in dem der Handler das Objekt darstellt.
getVisualisationToolClass() - Method in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Liefert die Klasse des Visualisierungstools, in dem der Handler das Objekt darstellt.
getVisualisationTools() - Method in class edu.bonn.xulu.appl.XuluRegistry
Liefert alle registrierten Visualisierungstools.
getWholeGrid() - Method in class appl.parallel.data.xulugridfile.XuluGridFile
gives back the whole grid as a WritableGridArray in memory!
getWidth() - Method in class appl.data.WritableGridLLProxy
Returns the Width of the Grid
getWorkingDirectory() - Method in class edu.bonn.xulu.XuluModellingPlatform
Liefert das Arbeitsverzeichnis der Xulu-Applikation.
getWritableGridFactory() - Method in class appl.parallel.data.splittable.GridListFactory
Liefert eine Instanz von SplittableGridLLFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class appl.parallel.data.splittable.MultiGridFactory
Liefert eine Instanz von SplittableGridLLFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class appl.parallel.data.splittable.MultiGridFactory_ArcInfoAsciiGrid
Liefert eine Instanz von SplittableGridLLFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class appl.parallel.data.splittable.SingleGridFactory
Liefert eine Instanz von WritableGridArrayFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class appl.parallel.data.xulugridfile.factories.GridListFactory
Liefert eine Instanz von XuluGridFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class appl.parallel.data.xulugridfile.factories.MultiGridFactory
Liefert eine Instanz von XuluGridFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class appl.parallel.data.xulugridfile.factories.MultiGridFactory_ArcInfoAsciiGrid
Liefert eine Instanz von XuluGridFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class appl.parallel.data.xulugridfile.factories.SingleGridFactory
Liefert eine Instanz von XuluGridFactory.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.array.GridListFactory
Liefert eine Instanz von WritableGridArrayFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory
Liefert eine Instanz von WritableGridArrayFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory_ArcInfoAsciiGrid
Liefert eine Instanz von WritableGridArrayFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory
Liefert eine Instanz von WritableGridArrayFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory
Liefert eine InstantiationFactory, die Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory
Liefert eine InstantiationFactory, die Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory_ArcInfoAsciiGrid
Liefert eine InstantiationFactory, die Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory
Liefert eine InstantiationFactory, die Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridListFactory
Liefert eine Instanz von GridCoverageFactory, die auf GeoTools basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.gt.MultiGridFactory
Liefert eine Instanz von GridCoverageFactory, die auf GeoTools basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.gt.MultiGridFactory_ArcInfoAsciiGrid
Liefert eine Instanz von GridCoverageFactory, die auf GeoTools basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory
Liefert eine Instanz von GridCoverageFactory, die auf GeoTools basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.GridListFactory
Liefert eine Instanz von WritableGridLLFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.MultiGridFactory
Liefert eine Instanz von WritableGridLLFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.MultiGridFactory_ArcInfoAsciiGrid
Liefert eine Instanz von WritableGridLLFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getWritableGridFactory() - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory
Liefert eine Instanz von WritableGridArrayFactory, die auf Standard-Arrays basierende Instanzen von WritableGrid erzeugt.
getX() - Method in class appl.data.WritableGridLLProxy
 
getXuluConfig() - Static method in class appl.ext.XuluConfig
 
getXuluConfig(File) - Static method in class appl.ext.XuluConfig
 
getXuluData() - Method in exception edu.bonn.xulu.data.XuluDataException
Liefert das Objekt, das den Fehler ausgeloest hat.
getY() - Method in class appl.data.WritableGridLLProxy
 
globalBounds - Variable in class appl.parallel.spmd.split.AbstractSplitMap
the Rectangle of the whole Grid
GlobalDiscoveryService - Class in appl.parallel.services
This class is responsible for discovering Resources.
GlobalDiscoveryService() - Constructor for class appl.parallel.services.GlobalDiscoveryService
Looks up all services from the config file, loads them and also starts them.
globalEventHandler - Variable in class edu.bonn.xulu.appl.EventManager
Speichert die globalen Event-Handler, die fuer alle Objekte gueltig sind.
globalHeight - Variable in class appl.parallel.spmd.split.AbstractSplitMap
 
globalWidth - Variable in class appl.parallel.spmd.split.AbstractSplitMap
 
GnuRGUI - Class in de.skrueger.xulu.plugin.gnur
 
GnuRGUI(XuluModellingPlatform) - Constructor for class de.skrueger.xulu.plugin.gnur.GnuRGUI
Erzeugt eine neue GUI fuer den RasterCalculator.
GnuRPlugin - Class in de.skrueger.xulu.plugin.gnur
This plugin implements the GnuRGUI into the Xulu-menu "Model".
GnuRPlugin() - Constructor for class de.skrueger.xulu.plugin.gnur.GnuRPlugin
Erzeugt eine neue Plugin-Instanz.
GridCoverageFactory - Class in edu.bonn.xulu.plugin.io.grid.gt
Diese Factory erzeugt Standard-Instanzen des Datentyps WritableGridCoverage.
GridCoverageFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory
 
GridCoverageFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.gt
Diese Factory importiert und exportiert Instanzen des Datentyps WritableGridCoverage aus/in das ArcInfo-ASCII-Grid-Format.
GridCoverageFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_ArcInfoAsciiGrid
 
GridCoverageFactory_GeoTiff - Class in edu.bonn.xulu.plugin.io.grid.gt
Diese Factory importiert und exportiert Instanzen des Datentyps WritableGridCoverage aus/in das GeoTiff-Format.
GridCoverageFactory_GeoTiff() - Constructor for class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_GeoTiff
 
gridFile - Variable in class appl.parallel.data.xulugridfile.XuluGridFile
 
GridFileDataLoader - Class in appl.parallel.data.xulugridfile
This DataLoader is responsible to load data from a XuluGridFile.
GridFileDataLoader(XuluGridFile) - Constructor for class appl.parallel.data.xulugridfile.GridFileDataLoader
 
GridList - Class in edu.bonn.xulu.plugin.data.grid
Dieser Datentyp stellt eine Liste von Rastern (WritableGrid da.
GridList() - Constructor for class edu.bonn.xulu.plugin.data.grid.GridList
Erzeugt eine neue (leere) Raster-Liste.
GridList(WritableGrid) - Constructor for class edu.bonn.xulu.plugin.data.grid.GridList
Erzeugt eine neue Raster-Liste.
GridList(WritableGrid[]) - Constructor for class edu.bonn.xulu.plugin.data.grid.GridList
Erzeugt eine neue Raster-Liste.
GridListFactory - Class in appl.parallel.data.splittable
Diese Factory erzeugt Standard-Instanzen von GridList mit durch die Factory SplittableGridLLFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.
GridListFactory() - Constructor for class appl.parallel.data.splittable.GridListFactory
 
GridListFactory - Class in appl.parallel.data.xulugridfile.factories
Diese Factory erzeugt Standard-Instanzen von GridList mit durch die Factory XuluGridFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.
GridListFactory() - Constructor for class appl.parallel.data.xulugridfile.factories.GridListFactory
 
GridListFactory - Class in edu.bonn.xulu.plugin.io.grid.array
Diese Factory erzeugt Standard-Instanzen von GridList mit durch die Factory WritableGridArrayFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.
GridListFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.array.GridListFactory
 
GridListFactory - Class in edu.bonn.xulu.plugin.io.grid.awt
Diese Factory erzeugt Standard-Instanzen von GridList mit durch die Factory WritableGridRasterFactory erzeugten (auf Standard-AWT basierenden) WritableGrid-Instanzen als Inhalt.
GridListFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory
 
GridListFactory - Class in edu.bonn.xulu.plugin.io.grid.gt
Diese Factory erzeugt Standard-Instanzen von GridList mit durch die Factory GridCoverageFactory erzeugten (auf GeoTools basierenden) WritableGrid-Instanzen als Inhalt.
GridListFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.gt.GridListFactory
 
GridListFactory - Class in edu.bonn.xulu.plugin.io.grid.lateloading
Diese Factory erzeugt Standard-Instanzen von GridList mit durch die Factory WritableGridLLFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.
GridListFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.lateloading.GridListFactory
 
GridListFactory_ArcInfoAsciiGrid - Class in appl.parallel.data.splittable
Diese Factory importiert und exportiert Instanzen des Datentyps GridList aus/in Dateien im ArcInfo-ASCII-Grid-Format.
GridListFactory_ArcInfoAsciiGrid() - Constructor for class appl.parallel.data.splittable.GridListFactory_ArcInfoAsciiGrid
 
GridListFactory_ArcInfoAsciiGrid - Class in appl.parallel.data.xulugridfile.factories
Diese Factory importiert und exportiert Instanzen des Datentyps GridList aus/in Dateien im ArcInfo-ASCII-Grid-Format.
GridListFactory_ArcInfoAsciiGrid() - Constructor for class appl.parallel.data.xulugridfile.factories.GridListFactory_ArcInfoAsciiGrid
 
GridListFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.array
Diese Factory importiert und exportiert Instanzen des Datentyps GridList aus/in Dateien im ArcInfo-ASCII-Grid-Format.
GridListFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid
 
GridListFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.awt
Diese Factory importiert und exportiert Instanzen des Datentyps GridList aus/in Dateien im ArcInfo-ASCII-Grid-Format.
GridListFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory_ArcInfoAsciiGrid
 
GridListFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.gt
Diese Factory importiert und exportiert Instanzen des Datentyps GridList aus/in Dateien im ArcInfo-ASCII-Grid-Format.
GridListFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.gt.GridListFactory_ArcInfoAsciiGrid
 
GridListFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.lateloading
Diese Factory importiert und exportiert Instanzen des Datentyps GridList aus/in Dateien im ArcInfo-ASCII-Grid-Format.
GridListFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.lateloading.GridListFactory_ArcInfoAsciiGrid
 
growthRate - Variable in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Speichert die Wachstumsrate fuer die Einwohnerzahl.
GTEditorTool - Class in edu.bonn.xulu.plugin.vis
Diese Klasse stellt einen Editor fuer geografische Vektor-Daten dar.
GTEditorTool() - Constructor for class edu.bonn.xulu.plugin.vis.GTEditorTool
Erstellt ein neues Tool.
GTVisualisationColorMapPlugin - Class in edu.bonn.xulu.plugin.appl
Dieses Plugin liest Farbpaletten aus der Datei gtcolormaps.xif und fuegt sie automatisch den GTVisualisationTool-Instanzen hinzu, sobald diese in Xulu geoeffnet werden.
GTVisualisationColorMapPlugin() - Constructor for class edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin
Erzeugt eine neue Instanz des Plugins.
GTVisualisationTool - Class in edu.bonn.xulu.plugin.vis
Diese Klasse stellt ein Visualisierungstool fuer geografische Raster- und Vektor-Daten dar.
GTVisualisationTool(LayeredMapFrame, String) - Constructor for class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Erzeugt ein neues GTVisualisationTool-Fenster.
GTVisualisationTool() - Constructor for class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Erzeugt ein neues GTVisualisationTool-Fenster.
GTVisualisationTool.UpdateListener - Class in edu.bonn.xulu.plugin.vis
Dieser UpdateListener verknuepft ein Objekt mit einem oder mehreren Layern einer LayeredMapFrame-Instanz.
GTVisualisationTool.UpdateListener(GTVisualisationTool, Object, MapLayer[]) - Constructor for class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListener
Deprecated. Ein UpdateListener soll nur noch fuer ein einziges Layer zustaendig sein. In einer zukuenftigen Version wird dieser Konstruktor entfernt!!
GTVisualisationTool.UpdateListener(GTVisualisationTool, Object, MapLayer) - Constructor for class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListener
Erzeugt einen neuen UpdateListener.
GTVisualisationTool.UpdateListenerProxy - Class in edu.bonn.xulu.plugin.vis
Dieser UpdateListener verknuepft ein Objekt mit einem oder mehreren anderen UpdateListenern und alle alle Funktionsaufrufe an diese weiter.
GTVisualisationTool.UpdateListenerProxy(GTVisualisationTool, Object, String, Style) - Constructor for class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListenerProxy
Erzeugt einen neuen UpdateListenerProxy, dem noch keine Listener zugeordnet sind.
GTVisualisationTool.UpdateListenerProxy(GTVisualisationTool, Object, String) - Constructor for class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListenerProxy
Erzeugt einen neuen UpdateListenerProxy, dem noch keine Listener zugeordnet sind.
GTVisualisationTool.UpdateListenerProxy(GTVisualisationTool, Object, String, Style, VisualisationUpdateListener) - Constructor for class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListenerProxy
Erzeugt einen neuen UpdateListenerProxy.
GUI_COMPONENT - Variable in class edu.bonn.xulu.gui.XuluInternalFrame
Wird benoetigt, um in internen Subklassen Zugriff auf den Frame (als Parent) zu haben

H

handleModelListDoubleClick() - Method in class appl.plugin.multimodelcontrol.MultiModelControlHandler
 
handler - Variable in class edu.bonn.xulu.appl.EventHandler
Handler, der ausgefuehrt wird, wenn EventHandler.object ein Ereignis vom Typ EventHandler.eventType ausloest.
handler - Variable in class edu.bonn.xulu.appl.EventManager
Speichert die zur Verfuegung stehenden Handler.
Handler - Interface in edu.bonn.xulu.appl
Ein Handler beschreibt eine konkrete Reaktion auf ein Ereignis.
HandlerFactory - Interface in edu.bonn.xulu.appl
Diese Klasse stellt eine Factory fuer einen Handler dar.
hasGUI - Variable in class edu.bonn.xulu.appl.AbstractXuluPlugin
Speichert, ob die Plugin eine GUI besitzt.
Helper - Class in appl.parallel.util
See method description for details.
Helper() - Constructor for class appl.parallel.util.Helper
 
Helper.SimpleConnectionThread - Class in appl.parallel.util
if a connection to the given resource is possible the ResourceProperties of this object are returned.
Helper.SimpleConnectionThread(Vector<ComputingResource>, int) - Constructor for class appl.parallel.util.Helper.SimpleConnectionThread
 
horSplitPane - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Split-Pane, in dem Daten-Liste und Chart angezeigt werden.
HostnameDiscoveryService - Class in appl.parallel.services
Very simple Discovery Service that simply looks up hosts from Property

DiscoveryServices.hostname.hosts

of the XuluConfig

Refreshes the hostlist on every HostnameDiscoveryService.getResources(), if

DiscoveryServices.hostname.refresh

is set to 1, it gets the ips from Property

DiscoveryService.hostname.hosts

in XuluConfig
HostnameDiscoveryService() - Constructor for class appl.parallel.services.HostnameDiscoveryService
 

I

ICONS_DIR - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Verzeichnis, in dem Icons hinterlegt sind.
ImpetusCellularAutomaton - Class in edu.bonn.xulu.plugin.model.ca.agric
Dieser zellulare Automat modelliert die Ausbreitung von Feldflaechen (Ackerland) im Impetus-Untersuchungsgebiet.
ImpetusCellularAutomaton() - Constructor for class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Erzeugt einen neuen CA.
ImpetusCellularAutomaton.CAContentManager - Class in edu.bonn.xulu.plugin.model.ca.agric
Diese Klasse definiert einen ModelContentManager fuer den Impetus-Zellularen-Automat.
ImpetusCellularAutomaton.CAContentManager() - Constructor for class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
 
ImpetusFireCA - Class in edu.bonn.xulu.plugin.model.ca.fire
Diese Klasse stellt eine Implementierung des Modells ImpetusFireCA dar.
ImpetusFireCA() - Constructor for class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
Erzeugt eine neue Instanz des Modells.
ImpetusFireCAContentManager - Class in edu.bonn.xulu.plugin.model.ca.fire
Diese Klasse definiert und verwaltet die 7 Ressourcen fuer das Modell ImpetusFireCA und prueft diese auf Korrektheit.
ImpetusFireCAContentManager() - Constructor for class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCAContentManager
Erzeugt einen neuen ContentManager fuer das Modell ImpetusFireCA.
importButton - Variable in class de.skrueger.xulu.plugin.gnur.GnuRGUI
Button to Import the Variables to R from the datapool.
ImportFactory - Interface in edu.bonn.xulu.io
Dieses Interface bildet den Obertyp fuer alle Import-Factorys.
ImportFactoryLoader - Class in appl.data
This is an implementation of a loader class which loads data with an importer.
ImportFactoryLoader(ImportFactory, Object, XuluRegistry) - Constructor for class appl.data.ImportFactoryLoader
 
importFeatureStyle(XuluObject, URL) - Static method in class edu.bonn.xulu.plugin.io.IOUtil
Importiert einen Feature-Style fuer ein XuluObject und hinterlegt diesen in der Property "Style".
importObject(Object, XuluRegistry) - Method in class appl.parallel.data.splittable.GridListFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einer GridList zusammen.
importObject(Object, XuluRegistry) - Method in class appl.parallel.data.splittable.MultiGridFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einem MultiGrid zusammen.
importObject(Object, XuluRegistry) - Method in class appl.parallel.data.splittable.SingleGridFactory_ArcInfoAsciiGrid
Importiert eine Instanz von SingleGrid aus einer Datei im ArcInfoAsciiGrid-Format.
importObject(Object, XuluRegistry) - Method in class appl.parallel.data.splittable.SingleGridFactory_GeoTiff
Importiert eine Instanz von SingleGrid aus einer Datei im GeoTiff-Format.
importObject(Object, XuluRegistry) - Method in class appl.parallel.data.xulugridfile.factories.GridListFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einer GridList zusammen.
importObject(Object, XuluRegistry) - Method in class appl.parallel.data.xulugridfile.factories.MultiGridFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einem MultiGrid zusammen.
importObject(Object, XuluRegistry) - Method in class appl.parallel.data.xulugridfile.factories.SingleGridFactory_ArcInfoAsciiGrid
Importiert eine Instanz von SingleGrid aus einer Datei im ArcInfoAsciiGrid-Format.
importObject(Object, XuluRegistry) - Method in interface edu.bonn.xulu.io.ImportFactory
Importiert ein Objekt aus einen Eingabe-Stream.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile
Importiert eine Instanz von SingleFeatureCollection aus einer Datei im ShapeFile-Format (.shp).
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einer GridList zusammen.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einem MultiGrid zusammen.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid
Importiert eine Instanz von SingleGrid aus einer Datei im ArcInfoAsciiGrid-Format.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_GeoTiff
Importiert eine Instanz von SingleGrid aus einer Datei im GeoTiff-Format.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_ArcInfoAsciiGrid
Importiert eine Instanz von WritableGridArray aus einer Datei.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_GeoTiff
Importiert eine Instanz von WritableGridArray aus einer Datei.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einer GridList zusammen.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einem MultiGrid zusammen.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_ArcInfoAsciiGrid
Importiert eine Instanz von SingleGrid aus einer Datei im ArcInfoAsciiGrid-Format.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_GeoTiff
Importiert eine Instanz von SingleGrid aus einer Datei im GeoTiff-Format.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_ArcInfoAsciiGrid
Importiert eine Instanz von WritableGridRaster aus einer Datei.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_GeoTiff
Importiert eine Instanz von WritableGridRaster aus einer Datei.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_ArcInfoAsciiGrid
Importiert eine Instanz von WritableGridCoverage aus einer Datei.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_GeoTiff
Importiert eine Instanz von WritableGridCoverage aus einer Datei.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridListFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einer GridList zusammen.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.gt.MultiGridFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einem MultiGrid zusammen.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_ArcInfoAsciiGrid
Importiert eine Instanz von SingleGrid aus einer Datei im ArcInfoAsciiGrid-Format.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_GeoTiff
Importiert eine Instanz von SingleGrid aus einer Datei im GeoTiff-Format.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.GridListFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einer GridList zusammen.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.MultiGridFactory_ArcInfoAsciiGrid
Importiert Raster aus Dateien im ArcInfoAsciiGrid-Format und fuegt diese in einem MultiGrid zusammen.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_ArcInfoAsciiGrid
Importiert eine Instanz von SingleGrid aus einer Datei im ArcInfoAsciiGrid-Format.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_GeoTiff
Importiert eine Instanz von SingleGrid aus einer Datei im GeoTiff-Format.
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.misc.CAAreaListFactory_ShapeFile
Importiert eine Instanz von XuluObject aus einer Datei im oben beschriebenen ShapeFile-Format (.shp).
importObject(Object, XuluRegistry) - Method in class edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure
Importiert eine Instanz von DynamicXuluObject aus einem InputStream.
importObjects(Component, ImportFactory, XuluModellingPlatform) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Importiert Objekte ueber eine ImportFactory.
importObjectsFromFiles(Component, ImportFactory, XuluModellingPlatform) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Importiert Objekte ueber eine ImportFactory.
importObjectsFromFileToDataPool(Component, ImportFactory, XuluModellingPlatform) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Importiert ein oder mehrere Objekte ueber eine ImportFactory und fuegt sie in den Xulu-Datenpool ein.
importObjectsToDataPool(Component, ImportFactory, XuluModellingPlatform) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Importiert ein oder mehrere Objekte ueber eine ImportFactory und fuegt sie in den Xulu-Datenpool ein.
importRasterStyle(XuluObject, URL) - Static method in class edu.bonn.xulu.plugin.io.IOUtil
Importiert einen Raster-Style fuer ein XuluObject und hinterlegt diesen in der Property "Style".
incCurrentCover(double) - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Erhoeht die Flaeche, die der Area aktuell zugeordnet ist.
incLUCHistory() - Method in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Erhoeht die Nutzungsdauer aller Zellen im Untersuchungsgebiet um 1.
incomingUpdate(WritableGrid, Rectangle) - Method in class appl.parallel.spmd.AbstractSPMDTask
 
incomingUpdate(WritableGrid, Rectangle) - Method in interface appl.parallel.spmd.SPMDTask
Currently not used.
INFILE - Static variable in class edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin
Die Datei, aus der die Farbpaletten eingelesen werden (gtcolormaps.xif).
INFILT_NO - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
INFILTER_LABEL - Static variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Konstante fuer das Label zur Tabelle der Eingabe-Filter.
INFILTER_TABLE - Static variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Konstante fuer die Tabelle mit der Eingabe-Filter.
infiltration - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
infiltrationSlider - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Slider, mit dem die Infiltration (in mm) eingestellt wird.
inhabitants - Variable in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Speichert die Einwohnerzahlen zum Start-Zeitpunkt.
init() - Method in class appl.parallel.spmd.AbstractSPMDTask
Use this method to implement if you want t
init() - Method in class appl.parallel.spmd.split.AbstractSplitMap
Initializes the bounds of the partitions
init() - Method in class appl.parallel.test.AverageNeighborhoodTestTask
 
init() - Method in class appl.parallel.test.AverageNeighborhoodTestTask_MultiGrid
 
init() - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
init() - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Initialisiert die Area, in dem die aktuelle Flaeche und die Liste der Randzellen zurueckgesetzt werden.
init() - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
inits the model
init(ClueModel) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Initialisiert die GUI fuer eine initialisierte Modell-Instanz.
init(ClueModel_Original) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI
Initialisiert die GUI fuer eine initialisierte Modell-Instanz.
init(ClueModel_deterministic) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI
Initialisiert die GUI fuer eine initialisierte Modell-Instanz.
init(ClueModelParallel) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI
Initialisiert die GUI fuer eine initialisierte Modell-Instanz.
init(ClueParallelTuned) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI
Initialisiert die GUI fuer eine initialisierte Modell-Instanz.
init() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTask
 
init() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTaskTuned
 
init() - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AVNTask
 
init() - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AVNTunedTask
 
initBurningCells(FeatureCollection) - Method in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
Initialisiert die Liste der Brandherd-Zellen ueber die georeferenzierten Punkte einer FeatureCollection.
initContentPane() - Method in class appl.parallel.gui.ModelControlFrame_parallel
 
initContentPane() - Method in class appl.parallel.gui.ModelControlFrame_Tabbed
inits the content pane as tabbed pane with one tab (the resource mapping)
initContentPane() - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
inits the content pane
initControlContainer() - Method in class appl.parallel.gui.ModelControlFrame_parallel
does basically the same as ModelControlFrame_Basic.initControlContainer()
initControlContainer() - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
inits the control container
initGUI() - Method in class appl.parallel.plugin.event.SimpleCommEventMonitorEngine
inits the SimpleCommEventMonitor
initGUI() - Method in class de.skrueger.xulu.plugin.gnur.GnuRGUI
Initalisiert die GUI des Fensters.
initGUI() - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Initalisiert die GUI des Fensters.
initGUI() - Method in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Initalisiert die GUI des Fensters.
initGUI() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Erzeugt die Komponenten der modellspezifischen GUI.
initialised - Variable in class edu.bonn.xulu.model.AbstractXuluModel
Dieses Flag speichert, ob die Modellierung initialisiert ist, also sich alle internen Ressourcen in einem Ausgangszustand befinden.
initialize() - Method in class appl.parallel.spmd.AbstractSPMDTask
 
initialize() - Method in interface appl.parallel.spmd.SPMDTask
Initializes the task.
initialize(XuluModellingPlatform) - Method in interface edu.bonn.xulu.appl.VisualisationTool
Initialisiert das Visualisierungstools.
initialize(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.vis.GTEditorTool
Speichert die Xulu-Instanz, um in den Datenpool die neu erstellten Objekte einzufuegen.
initialize(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Macht nichts, da die Xulu-Applikation nicht fuer die Visualisierung benoetigt wird.
initialize(XuluModellingPlatform) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Macht nichts, da die Xulu-Applikation nicht fuer die Visualisierung benoetigt wird.
initModel() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Initialisiert das Model, indem der Modell-Ablauf gestoppt und AbstractXuluModel.performModelInit() aufgerufen wird.
initModel() - Method in interface edu.bonn.xulu.model.XuluModel
Diese Methode setzt alle internen Modell-Ressourcen auf einen Ausgangszustand zurueck, so dass das Modell komplett neu gestartet werden kann.
initModel() - Method in class schmitzm.test.model.DynamicXuluModel
Diese Methode setzt alle internen Modell-Ressourcen auf einen Ausgangszustand zurueck, so dass das Modell komplett neu gestartet werden kann.
initReloadButton() - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
inits the reload button
initStatusArea() - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
inits the status Area
inputArcInfoGrid - Variable in class appl.parallel.data.xulugridfile.XuluGridFileConverter
 
inputFilterTable - Variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Tabelle in der die Eingabe-Filter angegeben werden.
inputGrid - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
inputRasterTable - Variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Tabelle in der die Eingabe-Raster angegeben werden.
INRASTER_LABEL - Static variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Konstante fuer das Label zur Tabelle der Eingabe-Raster.
INRASTER_TABLE - Static variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Konstante fuer die Tabelle der Eingabe-Raster.
insertInformationComponents(Vector<Component>) - Method in class edu.bonn.xulu.gui.XuluStartingFrame
Fuegt zu den GUI-Komponenten von StatusDialog ein Text-Fenster in die Komponenten-Liste ein.
insertObjectsToDataPool(Component, Object[], DataPool) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Fuegt eine Anzahl an Objekten in den Xulu-Datenpool ein.
insertObjectToDataPool(Component, Object, DataPool, boolean, boolean) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Fuegt ein Objekt in den Xulu-Datenpool ein.
instanceCount - Static variable in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Zaehlt die Instanzen (nur fuer den Titel)
InstantiationFactory - Interface in edu.bonn.xulu.io
Dieses Interface bildet den Obertyp fuer alle Factorys, die Standard-Instanzen eines Objekt-Typ erzeugen.
interpreteFeature(int, Feature) - Method in class edu.bonn.xulu.plugin.io.misc.CAAreaListFactory_ShapeFile
Erzeugt eine Instanz vom CAArea und befuellt diese mit Daten aus dem Feature.
interpreteFeature(int, Feature, CAArea) - Method in class edu.bonn.xulu.plugin.io.misc.CAAreaListFactory_ShapeFile
Befuellt eine Instanz vom CAArea mit Daten aus dem Feature.
interpreteFeature(int, Feature) - Method in class edu.bonn.xulu.plugin.io.misc.CASettlementAreaListFactory_ShapeFile
Erzeugt eine Instanz vom CASettlementArea und befuellt diese mit Daten aus dem Feature.
interpreteFeature(int, Feature, CAArea) - Method in class edu.bonn.xulu.plugin.io.misc.CASettlementAreaListFactory_ShapeFile
Erzeugt eine Instanz vom CASettlementArea und befuellt diese mit Daten aus dem Feature.
interpreter - Variable in class edu.bonn.xulu.appl.ScriptInterpreter.ScriptExecutionDefinition
Speichert den ScriptInterpreter, der das Objekt einliest.
intialDataLoader - Variable in class appl.data.LateLoadingProxy
The loader which constructs the object
IODefinition - Class in edu.bonn.xulu.io
Diese Klasse stellt eine Oberklasse fuer die Informationen dar, die zum Import oder Export von Xulu-Objekten notwendig sind.
IODefinition(Object, Factory, XuluRegistry) - Constructor for class edu.bonn.xulu.io.IODefinition
Erzeugt eine neue Import/Export-Definition.
IODefinition.ExportDefinition - Class in edu.bonn.xulu.io
Diese Klasse stellt eine Export-Definition dar.
IODefinition.ExportDefinition(Object, ExportFactory, XuluRegistry) - Constructor for class edu.bonn.xulu.io.IODefinition.ExportDefinition
Erzeugt eine neue Export-Definition.
IODefinition.ImportDefinition - Class in edu.bonn.xulu.io
Diese Klasse stellt eine Import-Definition dar.
IODefinition.ImportDefinition(Object, ImportFactory, XuluRegistry) - Constructor for class edu.bonn.xulu.io.IODefinition.ImportDefinition
Erzeugt eine neue Import-Definition.
IOUtil - Class in edu.bonn.xulu.plugin.io
Diese Klasse enthaelt statische Hilfs-Methoden fuer das Importieren und Exportieren von Xulu-Objekten.
IOUtil() - Constructor for class edu.bonn.xulu.plugin.io.IOUtil
 
IP - Variable in class appl.parallel.test.XuluServerTest
 
IPs - Variable in class appl.parallel.spmd.split.AbstractSplitMap
 
isAccessed() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Prueft, ob aktuell auf eine Property des Xulu-Objekts zugegriffen wird.
isAccessed() - Method in interface edu.bonn.xulu.data.XuluObject
Prueft, ob zur Zeit Zugriffsrechte auf das Objekt (oder seine Properties) verteilt sind.
isAutostartPluginRegistered(XuluPlugin) - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob ein Plugin als Autostart-Plugin registriert ist.
isAvailable() - Method in interface appl.parallel.ComputingResource
 
isAvailable() - Method in interface appl.parallel.ComputingResourceProperties
 
isAvailable() - Method in class appl.parallel.server.XuluServer
 
isAvailable() - Method in class appl.parallel.SimpleResourceProperties
 
isCategory(int) - Method in class edu.bonn.xulu.model.AbstractModelResource
Prueft, ob die Ressource einer bestimmten Kategorie zugeordnet ist.
isCategory(int) - Method in interface edu.bonn.xulu.model.ModelResource
Prueft, ob die Ressource einer bestimmten Kategorie zugeordnet ist.
isCategoryAll(int) - Method in class edu.bonn.xulu.model.AbstractModelResource
Prueft, ob die Ressource einer bestimmten Kategorie-Kombination zugeordnet ist.
isCategoryAll(int) - Method in interface edu.bonn.xulu.model.ModelResource
Prueft, ob die Ressource einer bestimmten Kategorie-Kombination zugeordnet ist.
isCellEditable(int, int) - Method in class appl.util.NonEditableTableModel
 
isCellEditable(int, int) - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Liefert nur false, wenn es sich um Spalte 4 handelt ("Datentyp") und die betreffende Ressource keine Property-Ressource ist.
isCellEditable(int, int) - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Prueft, ob eine Tabellen-Zelle editierbar ist.
isClientConnected() - Method in class appl.parallel.server.XuluServer
 
isDataTypeRegistered(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob ein Datentyp registriert ist.
isDeadlock() - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Checkt, ob sich der CA fuer diese Area in einem Deadlock befindet.
isDefaultFactoryRegistered(InstantiationFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob eine Standard-Factory registriert ist.
isDemandSatisfied(int) - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Prueft, ob die aktuell belegte Flaeche den Bedarf deckt.
isDemandSatisfied(int) - Method in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Prueft, ob die aktuell belegte Flaeche den Bedarf deckt.
isDeviationUpdateEnabled() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Aktiviert oder Deaktiviert die Aktualisierung der Abweichungsbalken.
isDeviationUpdateEnabled() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI
Aktiviert oder Deaktiviert die Aktualisierung der Abweichungsbalken.
isDeviationUpdateEnabled() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI
Aktiviert oder Deaktiviert die Aktualisierung der Abweichungsbalken.
isDeviationUpdateEnabled() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI
Aktiviert oder Deaktiviert die Aktualisierung der Abweichungsbalken.
isDisposed() - Method in class edu.bonn.xulu.appl.AbstractManager
Prueft, ob der Manager zerstoert ist.
isDisposed() - Method in class edu.bonn.xulu.appl.DataPool
Prueft, ob der Datenpool zerstoert ist.
isDisposed() - Method in interface edu.bonn.xulu.appl.XuluComponent
Prueft, ob die Komponente zerstoert ist.
isDisposed() - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob der Manager zerstoert ist.
isDisposed() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Prueft, ob das Objekt zerstoert ist.
isDisposed() - Method in interface edu.bonn.xulu.data.XuluObject
Prueft, ob das Objekt "zerstoert" ist.
isDisposed() - Method in class edu.bonn.xulu.gui.XuluLanguageManagerFrame
Prueft, ob das Fenster zerstoert ist.
isDisposed() - Method in class edu.bonn.xulu.gui.XuluMainFrame
Prueft, ob das Fenster zerstoert ist.
isDisposed() - Method in class edu.bonn.xulu.gui.XuluMainFrameInfo
Prueft, ob das Fenster zerstoert ist.
isDisposed() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Prueft, ob das Modell (dessen interen Ressourcen) "zerstoert" ist.
isDisposed() - Method in interface edu.bonn.xulu.model.XuluModel
Prueft, ob das Modell (dessen interen Ressourcen) "zerstoert" sind.
isDisposed() - Method in class edu.bonn.xulu.XuluModellingPlatform
Prueft, ob die Xulu-Anwendung zerstoert ist.
isDisposed() - Method in class schmitzm.test.model.DynamicXuluModel
Prueft, ob das Modell (dessen interen Ressourcen) "zerstoert" sind.
isExport() - Method in class de.skrueger.xulu.plugin.gnur.RVar
 
isExport() - Method in class de.skrueger.xulu.plugin.gnur.RVarAdapter
 
isExportable(Object) - Method in class appl.parallel.data.splittable.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class appl.parallel.data.splittable.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class appl.parallel.data.splittable.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class appl.parallel.data.splittable.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class appl.parallel.data.splittable.SingleGridFactory_GeoTiff
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class appl.parallel.data.splittable.SingleGridFactory_GeoTiff
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class appl.parallel.data.xulugridfile.factories.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class appl.parallel.data.xulugridfile.factories.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class appl.parallel.data.xulugridfile.factories.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class appl.parallel.data.xulugridfile.factories.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in interface edu.bonn.xulu.io.ExportFactory
Prueft, ob ein Objekt von der Factory exportiert werden kann.
isExportable(Class) - Method in interface edu.bonn.xulu.io.ExportFactory
Prueft, ob ein Objekt-Klasse von der Factory exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.array.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_GeoTiff
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_GeoTiff
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_GeoTiff
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_GeoTiff
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_GeoTiff
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_GeoTiff
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_GeoTiff
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_GeoTiff
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_GeoTiff
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory_GeoTiff
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_GeoTiff
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_GeoTiff
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.GridListFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_ArcInfoAsciiGrid
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_GeoTiff
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_GeoTiff
Prueft, ob ein Objekttyp exportiert werden kann.
isExportable(Object) - Method in class edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure
Prueft, ob ein Objekt exportiert werden kann.
isExportable(Class) - Method in class edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure
Prueft, ob ein Objekttyp exportiert werden kann.
isExportFactoryRegistered(ExportFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob eine Export-Factory registriert ist.
isGlobal() - Method in class edu.bonn.xulu.appl.EventHandler
Prueft, ob es sich um einen Event-Handler handelt, der fuer alle Objekte zustaendig ist.
isImport() - Method in class de.skrueger.xulu.plugin.gnur.RVar
 
isImport() - Method in class de.skrueger.xulu.plugin.gnur.RVarAdapter
 
isImportFactoryRegistered(ImportFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob eine Import-Factory registriert ist.
isInitialised() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Prueft, ob das Modell initialisiert ist - sich also im Ausgangszustand befindet - und bereit ist gestartet zu werden.
isInitialised() - Method in interface edu.bonn.xulu.model.XuluModel
Prueft, ob das Modell initialisiert ist - sich also im Ausgangszustand befindet - und bereit ist gestartet zu werden.
isInitialised() - Method in class schmitzm.test.model.DynamicXuluModel
Prueft, ob das Modell initialisiert ist - sich also im Ausgangszustand befindet - und bereit ist gestartet zu werden.
isInitialized() - Method in class appl.parallel.spmd.AbstractSPMDTask
 
isInitialized() - Method in interface appl.parallel.spmd.SPMDTask
 
isLateLoadable() - Method in class appl.data.LateLoadingProxy
This class supports late loading, of course.
isLateLoadable() - Method in class appl.data.WritableGridLLProxy
This class supports late loading
isLoaded() - Method in class appl.data.LateLoadingProxy
returns true, if the baseObject is loaded
isMasterThread() - Method in class appl.parallel.spmd.AdvancedSPMDServerController
If there are multiple processors on the machine and the current task supports multithreading there are several threads created.
isMasterThread() - Method in interface appl.parallel.spmd.AdvancedSPMDServerInterface
If there are multiple processors on the machine and the current task supports supports multithreading there are several threads created.
isModelClassRegistered(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob eine Modellklasse registriert ist.
isNullable() - Method in class edu.bonn.xulu.model.AbstractModelResource
Gibt an, ob die Ressource opional ist (also unbelegt bleiben darf).
isNullable() - Method in interface edu.bonn.xulu.model.ModelResource
Gibt an, ob die Ressource opional ist (also unbelegt bleiben darf).
isPluginRegistered(XuluPlugin) - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob ein Plugin registriert ist.
isRunning() - Method in class appl.parallel.client.RemoteEventHandler
 
isRunning() - Method in class appl.parallel.services.GlobalDiscoveryService
 
isRunning() - Method in class appl.parallel.services.HostnameDiscoveryService
 
isRunning() - Method in class appl.parallel.services.MulticastDiscoveryService
 
isRunning() - Method in class appl.parallel.services.RemoteEventProxy
 
isRunning() - Method in interface appl.parallel.services.Service
 
isRunning() - Method in class appl.parallel.starter.server.XuluServerStarter
 
isRunning() - Method in interface appl.parallel.starter.Starter
 
isRunning() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Prueft, ob das Modell gerade laeuft.
isRunning() - Method in interface edu.bonn.xulu.model.XuluModel
Prueft, ob die Modellierung gerade am Laufen ist.
isRunning() - Method in class schmitzm.test.model.DynamicXuluModel
Prueft, ob die Modellierung gerade am Laufen ist.
isScriptInterpreterRegistered(ScriptInterpreter) - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob ein Skript-Interpreter registriert ist.
isServerRunning() - Method in class appl.parallel.starter.client.StarterContainer
 
isStarted() - Method in class appl.parallel.client.RemoteExecutionController
 
isStarted() - Method in class edu.bonn.xulu.appl.AbstractXuluPlugin
Prueft, ob das Plugin gestartet ist.
isStarted() - Method in interface edu.bonn.xulu.appl.XuluPlugin
Prueft, ob das Plugin gestartet ist.
isStarted() - Method in class edu.bonn.xulu.plugin.appl.DateTimePlugin
Prueft, ob das Plugin gestartet ist.
isStarted() - Method in class edu.bonn.xulu.plugin.appl.DateTimeWindowPlugin
Prueft, ob das Plugin gestartet ist.
isStarted() - Method in class edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin
Prueft, ob das Plugin gestartet ist.
isStarted() - Method in class edu.bonn.xulu.plugin.appl.LoggerPlugin
Prueft, ob das Plugin gestartet ist.
isStarted() - Method in class edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin
Prueft, ob das Plugin gestartet ist.
isStopped() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Prueft, ob das Modell gestoppt ist.
isStopped() - Method in interface edu.bonn.xulu.model.XuluModel
Prueft, ob die Modellierung beendet ist.
isStopped() - Method in class schmitzm.test.model.DynamicXuluModel
Prueft, ob die Modellierung beendet ist.
isStructureNamed() - Method in class edu.bonn.xulu.data.AbstractXuluObject
Liefert true.
isTemplateDimensionSet() - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Prueft, ob fuer das MultiGrid eine Vorlage gesetzt ist.
isTimeMonitoringEnabled() - Method in class appl.parallel.client.RemoteEventHandler
 
isTimeMonitoringEnabled() - Method in interface appl.parallel.event.CommEventSink
 
isTimeMonitoringEnabled() - Method in class appl.parallel.services.RemoteEventProxy
 
isTransferMonitoringEnabled() - Method in class appl.parallel.client.RemoteEventHandler
 
isTransferMonitoringEnabled() - Method in interface appl.parallel.event.CommEventSink
 
isTransferMonitoringEnabled() - Method in class appl.parallel.services.RemoteEventProxy
 
isTypeMappingRegistered(TypeMapping) - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob ein TypeMapping (fuer den Datentyp) registriert ist.
isUnloadingEnabled() - Method in class appl.data.LateLoadingProxy
 
isVisible() - Method in class appl.parallel.client.RemoteExecutionController
 
isVisible() - Method in interface edu.bonn.xulu.appl.AbstractManager.ContentType
Prueft, ob die Komponente (deren Fenster) aktuell angezeigt wird.
isVisible() - Method in class edu.bonn.xulu.appl.AbstractXuluPlugin
Prueft, ob die Plugin-GUI angezeigt wird.
isVisible() - Method in class edu.bonn.xulu.appl.EventHandler
Liefert true falls der Handler durch die Factory gerade veraendert wird.
isVisible() - Method in interface edu.bonn.xulu.appl.VisualisationTool
Prueft, ob das Fenster des Visualisierungstools aktuell angezeigt wird.
isVisible() - Method in interface edu.bonn.xulu.appl.XuluPlugin
Prueft, ob die GUI zur Plugin-Konfiguration angezeigt wird.
isVisible() - Method in class edu.bonn.xulu.plugin.appl.DateTimePlugin
Liefert immer false, da das Plugin keine GUI besitzt.
isVisible() - Method in class edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin
Prueft, ob die GUI zur Plugin-Konfiguration angezeigt wird.
isVisible() - Method in class edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin
Prueft, ob die GUI zur Plugin-Konfiguration angezeigt wird.
isVisible() - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Prueft, ob das Fenster angezeigt wird.
isVisualisable(Object) - Method in interface edu.bonn.xulu.appl.VisualisationTool
Prueft, ob ein Objekt durch das Tool visualisiert werden kann.
isVisualisable(Class) - Method in interface edu.bonn.xulu.appl.VisualisationTool
Prueft, ob Instanzen einer Klasse durch das Tool visualisiert werden kann.
isVisualisable(Class) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Prueft, ob Instanzen einer bestimmten Klasse visualisiert werden koennen.
isVisualisable(Object) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Prueft, ob ein Objekt visualisiert werden kann.
isVisualisable(Class) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Prueft, ob Instanzen einer bestimmten Klasse visualisiert werden koennen.
isVisualisable(Object) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Prueft, ob ein Objekt visualisiert werden kann.
isVisualisationToolRegistered(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Prueft, ob eine Visualisierungstool registriert ist.
iterCount - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
iterCount - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
iterSeconds - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
iterStep - Variable in class edu.bonn.xulu.model.event.AbstractIterationStepEvent
Speichert den Iterationsschritt fuer den das Ereignis ausgeloest wurde.
ITERVAR - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Temp-List for iteration variables
ITERVAR - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Temp-List for iteration variables

J

JFreeChartVisualisationTool - Class in edu.bonn.xulu.plugin.vis
Diese Klasse stellt ein Visualisierungstool dar, in dem Zahlenreihen in Form von Charts angezeigt werden koennen.
JFreeChartVisualisationTool() - Constructor for class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Erzeugt ein neues JFreeChartVisualisationTool-Fenster.
JFreeChartVisualisationTool.ChartDataTableModel - Class in edu.bonn.xulu.plugin.vis
Daten-Modell fuer die im Chart dargestellten Objekte.
JFreeChartVisualisationTool.ChartDataTableModel() - Constructor for class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.ChartDataTableModel
Erzeugt ein neues Tabellen-Modell.
JFreeChartVisualisationTool.ListPropertyUpdateListener - Class in edu.bonn.xulu.plugin.vis
Dieser UpdateListener verknuepft eine ListProperty mit einem oder mehreren Charts in einer JFreeChartVisualisationTool-Instanz.
JFreeChartVisualisationTool.ListPropertyUpdateListener(JFreeChartVisualisationTool, ListProperty) - Constructor for class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.ListPropertyUpdateListener
Erzeugt einen neuen UpdateListener.
JFreeChartVisualisationTool.MatrixPropertyUpdateListener - Class in edu.bonn.xulu.plugin.vis
Dieser UpdateListener verknuepft eine MatrixProperty mit einem oder mehreren Charts in einer JFreeChartVisualisationTool-Instanz.
JFreeChartVisualisationTool.MatrixPropertyUpdateListener(JFreeChartVisualisationTool, MatrixProperty) - Constructor for class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.MatrixPropertyUpdateListener
Erzeugt einen neuen UpdateListener.
JFreeChartVisualisationTool.StyleButtonAction - Class in edu.bonn.xulu.plugin.vis
Diese Klasse stellt die Aktion fuer alle Style-Button des JFreeChartVisualisationTool dar.
JFreeChartVisualisationTool.StyleButtonAction(String) - Constructor for class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.StyleButtonAction
Erzeugt einen neue Aktion
JFreeChartVisualisationTool.UpdateListener - Class in edu.bonn.xulu.plugin.vis
Dieser UpdateListener verknuepft ein Objekt mit einem oder mehreren Charts in einer JFreeChartVisualisationTool-Instanz.
JFreeChartVisualisationTool.UpdateListener(JFreeChartVisualisationTool, Object) - Constructor for class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.UpdateListener
Erzeugt einen neuen UpdateListener.
join() - Method in class appl.parallel.thread.OneMethodThread
waits until the encapulated Thread has finished
JRTextArea - Class in de.skrueger.xulu.plugin.gnur
 
JRTextArea() - Constructor for class de.skrueger.xulu.plugin.gnur.JRTextArea
 

L

LateLoadingProxy - Class in appl.data
Loads an object on demand with the help of an DataLoader.
LateLoadingProxy(DataLoader) - Constructor for class appl.data.LateLoadingProxy
Creates a new instance with the specified data loader
layeredMapPane - Variable in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Kartenbereich und Layer-Liste
LINE_RENDERER - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
 
lineButton - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Button um das Chart als Linien-Diagramm einzustellen.
listeners - Variable in class edu.bonn.xulu.model.AbstractXuluModel
Speichert die Listener fuer das Modell.
load() - Method in interface appl.data.DataLoader
On invocation the data is loaded and returned
load() - Method in class appl.data.FactoryLoader
 
load() - Method in class appl.data.ImportFactoryLoader
 
load() - Method in class appl.data.SerializedDataLoader
 
load() - Method in class appl.data.WritableGridArrayLoader
 
load() - Method in class appl.ext.XuluConfig
loads the Properties from the Propertyfile.
load() - Method in class appl.parallel.data.AbstractDataHandler
 
load() - Method in interface appl.parallel.data.PartitionDataHandler
 
load() - Method in class appl.parallel.data.XuluClientLoader
 
load() - Method in class appl.parallel.data.xulugridfile.GridFileDataLoader
loads the whole grid into memory and returns it
load() - Method in class appl.parallel.data.xulugridfile.XuluGridSharedFileSystemLoader
loads the data directly from the gridfile
loadClassFromURL(URL, String) - Static method in class appl.util.GeneralUtil
Loads a class from the specified URL and returns an instance of this class.
loadData() - Method in class appl.data.LateLoadingProxy
Loads the data into memory (if not already loaded).
loadDefaultFilterButton - Variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Butten zum Laden von Standard-Filtern.
loaded - Variable in class appl.data.LateLoadingProxy
Object loaded?
loadFile - Variable in class appl.data.SerializedDataLoader
 
LOADFILTER_BUTTON - Static variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Konstante fuer den Button zum Laden der Default-Filter.
loadFromXuluProperties(XuluModellingPlatform) - Method in class edu.bonn.xulu.appl.RecentImports
Laed die Liste der zuletzt vorgenommenen Import-Operationen aus den Xulu-Properties.
loadFromXuluProperties(XuluModellingPlatform) - Method in class edu.bonn.xulu.appl.RecentScripts
Laed die Liste der zuletzt ausgefuehrten Skripte aus den Xulu-Properties.
LOCALES_BASE - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Enthaelt den Basis-Pfad (in Punkt-Notation, basierend auf dem Classpath) der Xulu-spezifischen Ressourcen.
LOG - Variable in class appl.data.LateLoadingProxy
 
LOG - Variable in class appl.parallel.client.ClientDataServer
 
LOG - Variable in class appl.parallel.data.AbstractDataHandler
 
LOG - Variable in class appl.parallel.event.SimpleConsoleMonitor
 
LOG - Variable in class appl.parallel.gui.ParallelControlPanelEngine
 
LOG - Static variable in class appl.util.GeneralUtil
 
LOGGER - Variable in class edu.bonn.xulu.model.AbstractModelContentManager
Logger fuer Debug- oder Warn-Meldungen.
LOGGER - Variable in class edu.bonn.xulu.plugin.io.misc.DynamicXuluObjectFactory_BasicStructure
Logger fuer Debug-Ausgaben und Warnings.
LOGGER - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
Logger fuer Debug-Ausgaben und Warnings.
LOGGER - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Logger fuer Debug-Ausgaben und Warnings.
LoggerPlugin - Class in edu.bonn.xulu.plugin.appl
Dieses Xulu-Plugin zeigt alle im LogManager registrierten Log4j-Logger an und bietet die Möglichkeit, deren Level zur Laufzeit veraendern.
LoggerPlugin() - Constructor for class edu.bonn.xulu.plugin.appl.LoggerPlugin
Erzeugt eine neue Plugin-Instanz.
LONG_COMPARATOR - Static variable in class appl.parallel.plugin.event.SimpleCommEventMonitorEngine
The comparator is used for sorting the values in the JTable
LSPAFACT - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Factors for "Location specific preference addition"
LSPAPROB - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: RasterList for "Location specific preference addition"
lucBurningSuitability - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
lucBurningTime - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
lucCount - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
luccThreshold - Variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Schwellwert der Praeferenzfunktion ab dem eine Zelle fuer einen potentiellen LUC-Wechsel in Betracht gezogen wird.
LUCCTYPE - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
ID der int-Ressource fuer den LUC-Typ, dessen Wechsel durch den CA simuliert wird.
luccType - Variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
LUC-Typ fuer den die Wechsel modelliert werden.
LUCCTYPE_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
Beschreibung fuer die MultiCellularAutomaton.CAContentManager.LUCCTYPE-Ressource.
lucHist - Variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Raster fuer LUC-Historie.
LUCHISTORY - Static variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
ID der WritableGrid-Ressource fuer das Raster, in dem die aktuelle Nutzungsdauer der Zellen hinterlegt wird.
LUCHISTORY_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
Beschreibung fuer die ImpetusCellularAutomaton.CAContentManager.LUCHISTORY-Ressource.
LUCONV - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: LU-Conversion-Matrix
LUCONV - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: LU-Conversion-Matrix
LUCONVDEV - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: LU-Conversion-Matrix
LUHISTORY - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Land use history of base scenario
LUHISTORY - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Land use history of base scenario
LUPROB - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Temp-Raster for LU Probabilities
LUPROB - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Temp-Raster for LU Probabilities

M

main(String[]) - Static method in class appl.ext.ConfigurationEditor
 
main(String[]) - Static method in class appl.ext.XuluConfig
Deprecated.  
main(String[]) - Static method in class appl.parallel.data.xulugridfile.XuluGridFileConverter
You can use this method to manually convert datatypes
main(String[]) - Static method in class appl.parallel.server.XuluServer
Starts the server.
main(String[]) - Static method in class appl.parallel.services.MulticastDiscoveryService
just for testing..edit as you like
main(String[]) - Static method in class appl.parallel.starter.client.StarterClientGUI
 
main(String[]) - Static method in class appl.parallel.starter.client.XuluStarterControllerFrame
 
main(String[]) - Static method in class appl.parallel.starter.server.XuluServerStarter
Starts the XuluServerStarter
The parameter -start can be used to start the Server at launch of the Starter.
main(String[]) - Static method in class appl.parallel.test.generalTestClass
 
main(String[]) - Static method in class appl.parallel.test.MulticastSocketTest
 
main(String[]) - Static method in class appl.util.benchmark.SimpleBenchmark
 
main(String[]) - Static method in class edu.bonn.xulu.XuluModellingPlatform
Startet die Xulu-Anwendungung.
makeMap() - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
makeMap() - Method in interface appl.parallel.spmd.split.SplitMap
Creates the map
makeMap() - Method in class appl.parallel.spmd.split.SplitMap1DHorizontal
 
makeMap() - Method in class appl.parallel.spmd.split.SplitMap1DVertical
 
makeMap() - Method in class appl.parallel.spmd.split.SplitMap2D
 
manager - Variable in class edu.bonn.xulu.gui.AbstractManagerFrame
Speichert die Manager-Instanz, die im Fenster dargestellt wird.
manager - Variable in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Speichert die Datenbasis fuer die Tabelle
mapFrame - Variable in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Fenster mit Kartenbereich und Layer-Liste
mapPosition - Variable in class appl.parallel.spmd.SPMDServerController
the partition position (used for splitmaps)
mark(int) - Method in class de.skrueger.xulu.plugin.gnur.TextReader
 
markSupported() - Method in class de.skrueger.xulu.plugin.gnur.TextReader
 
MasterSlaveResource - Interface in appl.parallel.server
A resource for Master / Slave Computing (indicator for now)
MAX_burningSuitability - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
MAX_lucBurningSuitability - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
max_RG_value - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
max_search_index - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
MAX_windMatrix - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
maxLines - Variable in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
menuAdvanced_Languages_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Erweitert | Xulu Sprach-Pakete
menuFile_Exit_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Datei | Beenden durchfuehren.
menuHelp_About_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Hilfe | Info durchfuehren.
menuItem - Variable in class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
Speichert den Menue-Eintrag, der zum Anzeigen des Applikationsfensters dient wird.
menuModel_New_DynamicModel_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Modell | Neu | Dynamisches Modell durchfuehren.
menuModel_New_Model_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Modell | Neu | Modell durchfuehren.
menuModel_Reload_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Modell | Neu laden durchfuehren.
menuRecentScript_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Skript | Erneut ausfuehren | ... durchfuehren.
menuScript_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Skript | ... durchfuehren.
menuView_Arange_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Ansicht | Fenster anordnen durchfuehren.
menuView_ArangeAuto_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Ansicht | Automatische Fensteranordnung durchfuehren.
menuView_DataPool_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Ansicht | Daten-Pool durchfuehren.
menuView_EventManager_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Ansicht | Event-Manager durchfuehren.
menuView_ModelManager_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Ansicht | Aktive Modelle durchfuehren.
menuView_PluginManager_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Ansicht | Plugin-Manager durchfuehren.
menuView_Registry_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Ansicht | Registrierung durchfuehren.
menuView_Status_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Ansicht | Status-Ausgaben durchfuehren.
menuView_VisManager_actionPerformed(ActionEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
Aktion Ansicht | Visualisierungstools durchfuehren.
mergeAllPartitions() - Method in class appl.parallel.spmd.SPMDClientController
 
mergeAllPartitions() - Method in interface appl.parallel.spmd.SPMDClientInterface
Merges all the partitions from the server into the sources, from which the objects were loaded (which may be the Xulu-Client, but may also be a database or an other location if this feature is implemented).
mergeMultiData(MultiDataObject, int, SyncPoint, PrintStream, String) - Method in class appl.parallel.spmd.AdvancedSPMDClientController
 
mergeMultiData(MultiDataObject, int, SyncPoint) - Method in class appl.parallel.spmd.AdvancedSPMDClientController
 
mergeMultiData(MultiDataObject, int, SyncPoint) - Method in interface appl.parallel.spmd.AdvancedSPMDClientInterface
Merges like SPMDClientController.mergeMultiData(MultiDataObject, int).
mergeMultiData(MultiDataObject, int, SyncPoint, PrintStream, String) - Method in interface appl.parallel.spmd.AdvancedSPMDClientInterface
Merges like SPMDClientController.mergeMultiData(MultiDataObject, int).
mergeMultiData(MultiDataObject) - Method in class appl.parallel.spmd.SPMDClientController
 
mergeMultiData(MultiDataObject, int) - Method in class appl.parallel.spmd.SPMDClientController
 
mergeMultiData(MultiDataObject) - Method in interface appl.parallel.spmd.SPMDClientInterface
Merges all elements of the specified multidata object
mergeMultiData(MultiDataObject, int) - Method in interface appl.parallel.spmd.SPMDClientInterface
Merges the element at the specified index
mergePartition(Object, SyncPoint, PrintStream, String) - Method in class appl.parallel.spmd.AdvancedSPMDClientController
 
mergePartition(Object, SyncPoint) - Method in class appl.parallel.spmd.AdvancedSPMDClientController
 
mergePartition(Object, SyncPoint) - Method in interface appl.parallel.spmd.AdvancedSPMDClientInterface
Merges like SPMDClientController.mergePartition(int), but in a separate thread, so that communication does not block computation.
mergePartition(Object, SyncPoint, PrintStream, String) - Method in interface appl.parallel.spmd.AdvancedSPMDClientInterface
Same functionality as AdvancedSPMDClientInterface.mergePartition(Object, SyncPoint), gives a message to the given PrintStream
mergePartition(int) - Method in class appl.parallel.spmd.SPMDClientController
 
mergePartition(Object) - Method in class appl.parallel.spmd.SPMDClientController
 
mergePartition(int) - Method in interface appl.parallel.spmd.SPMDClientInterface
The counterpart of SPMDClientInterface.addToSplitControl(Object, String).
mergePartition(Object) - Method in interface appl.parallel.spmd.SPMDClientInterface
The counterpart of SPMDClientInterface.addToSplitControl(Object, String).
metaData - Variable in class appl.data.WritableGridLLProxy
 
metaData - Variable in class appl.parallel.data.xulugridfile.XuluGridFile
 
MODE_STEP - Static variable in class edu.bonn.xulu.model.StepModelThread
Modus "Thread fuehrt aktuellen Schritt zu Ende und wechselt dann in 'Pause'".
model - Variable in class edu.bonn.xulu.gui.ModelControlFrame
Speichert die zugehoerige Xulu-Modell-Instanz
model - Variable in class edu.bonn.xulu.model.event.AbstractModelEvent
Speichert das Modell, das das Ereignis ausgeloest hat.
model - Variable in class edu.bonn.xulu.model.XuluModelThread
Speichert das Modell, welches ausgefuehrt wird.
model - Variable in class edu.bonn.xulu.plugin.gui.ModelControlContainer
 
model - Variable in class schmitzm.test.model.DynamicXuluModel
Speichert das getunnelte Modell.
ModelAdapter - Class in edu.bonn.xulu.model.event
Diese Klasse stellt eine Basis-Implementierung des Interfaces ModelListener dar, welche nach den Ereignissen...
ModelAdapter() - Constructor for class edu.bonn.xulu.model.event.ModelAdapter
 
ModelCanceledException - Exception in edu.bonn.xulu.model
Diese Exception wird geworfen, wenn der Modell-Ablauf abgebrochen wird
ModelCanceledException() - Constructor for exception edu.bonn.xulu.model.ModelCanceledException
 
ModelCanceledException(String) - Constructor for exception edu.bonn.xulu.model.ModelCanceledException
 
ModelContentManager - Interface in edu.bonn.xulu.model
Der ModelContentManager spezifiziert die Datenbasis, die ein Modell fuer seine Ausfuehrung benoetigt.
ModelContentManagerContainer - Class in edu.bonn.xulu.gui
Diese Klasse stellt eine Container dar, ueber den die im Datenpool befindlichen Objekte den benoetigten Ressourcen eines Modells (siehe ModelContentManager) durch den Anwender zugeordnet werden koennen.
ModelContentManagerContainer(ModelContentManager, DataPool) - Constructor for class edu.bonn.xulu.gui.ModelContentManagerContainer
Erzeugt einen neuen Container.
ModelControlContainer - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt einen Container dar, ueber den der Modellablauf gesteuert werden kann.
ModelControlContainer(XuluModel) - Constructor for class edu.bonn.xulu.plugin.gui.ModelControlContainer
Erzeugt eine neue Modell-Steuerungs-Komponente.
ModelControlContainer_parallel - Class in appl.parallel.gui
This class extends the functionality of the container to support the execution of a ParallelStepModel.
ModelControlContainer_parallel(XuluModel, ParallelControlPanelEngine, XuluModellingPlatform) - Constructor for class appl.parallel.gui.ModelControlContainer_parallel
A new instance
ModelControlFrame - Class in edu.bonn.xulu.gui
Diese Klasse bildet eine abstrakte Oberklasse fuer alle Implementierungen des Modell-Kontroll-Fensters.
ModelControlFrame(XuluModel) - Constructor for class edu.bonn.xulu.gui.ModelControlFrame
Erzeugt einen neue Instanz des grafischen Modell-Konroll-Fensters.
ModelControlFrame_Basic - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt ein Fenster, ueber welches ein Modell gesteuert werden kann.
ModelControlFrame_Basic(XuluModellingPlatform, XuluModel) - Constructor for class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
Erzeugt ein neues Kontrollfenster
ModelControlFrame_parallel - Class in appl.parallel.gui
Introduces a new TAB into the ModelControlFrame_Basic for controlling the parallel execution
ModelControlFrame_parallel(XuluModellingPlatform, XuluModel) - Constructor for class appl.parallel.gui.ModelControlFrame_parallel
 
ModelControlFrame_Tabbed - Class in appl.parallel.gui
This class introduces tab functionality into the ModelControlFrame
ModelControlFrame_Tabbed(XuluModellingPlatform, XuluModel) - Constructor for class appl.parallel.gui.ModelControlFrame_Tabbed
Creates a new controlling window
ModelControlManager - Class in edu.bonn.xulu.appl
Der ModelManager verwaltet alle in der Xulu-Modelling-Platform aktiven Modell-Instanzen durch eine Liste der zugehoerigen Kontrollfenster.
ModelControlManager() - Constructor for class edu.bonn.xulu.appl.ModelControlManager
Erzeugt einen neuen (leeren) ModelManager.
modelDisposed(XuluModel) - Method in class edu.bonn.xulu.model.event.ModelAdapter
Wird ausgeloest, nachdem ein Modell "zerstoert" wurde.
ModelDisposedEvent - Class in edu.bonn.xulu.model.event
Diese Klasse repraesentiert ein Ereignis, das ausgeloest wird, wenn die Dispose-Phase eines Xulu-Modells abgeschlossen wurde.
ModelDisposedEvent(XuluModel) - Constructor for class edu.bonn.xulu.model.event.ModelDisposedEvent
Erzeugt ein neues Ereignis.
ModelEvent - Interface in edu.bonn.xulu.model.event
Dieses Interface stellt ein allgemeines Ereignis dar, welches von einem Modell initiiert wird.
modelGUI - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
modelGUI - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
modelInitialised(XuluModel) - Method in class edu.bonn.xulu.model.event.ModelAdapter
Wird ausgeloest, nachdem ein Modell initialisiert wurde.
ModelInitialisedEvent - Class in edu.bonn.xulu.model.event
Diese Klasse repraesentiert ein Ereignis, das ausgeloest wird, wenn ein Xulu-Modell initialisiert wurde.
ModelInitialisedEvent(XuluModel) - Constructor for class edu.bonn.xulu.model.event.ModelInitialisedEvent
Erzeugt ein neues Ereignis.
ModelIterationStepFinishedEvent - Class in edu.bonn.xulu.model.event
Diese Klasse repraesentiert ein Ereignis, das zu Ende eines jeden Iterationsschritts eines Modells ausgeloest wird.
ModelIterationStepFinishedEvent(XuluModel, int, int) - Constructor for class edu.bonn.xulu.model.event.ModelIterationStepFinishedEvent
Erzeugt ein neues Ereignis.
ModelIterationStepStartedEvent - Class in edu.bonn.xulu.model.event
Diese Klasse repraesentiert ein Ereignis, das zu Begin eines jeden Iterationsschritts eines Modells ausgeloest wird.
ModelIterationStepStartedEvent(XuluModel, int, int) - Constructor for class edu.bonn.xulu.model.event.ModelIterationStepStartedEvent
Erzeugt ein neues Ereignis.
ModelListener - Interface in edu.bonn.xulu.model.event
Diese Klasse stellt einen Listener dar, der bei bestimmten Modell-Aktivitaeten informiert wird.
ModelListObject - Class in appl.plugin.multimodelcontrol
Simple container class that encapulates the data stored a model list (GUI Component)
ModelListObject(ModelControlFrame, XuluModel, String) - Constructor for class appl.plugin.multimodelcontrol.ModelListObject
 
ModelManagerTreeModel - Class in edu.bonn.xulu.gui
Diese Klasse stellt ein TreeModel fuer den Xulu-Modell-Manager dar.
ModelManagerTreeModel(ModelControlManager, String) - Constructor for class edu.bonn.xulu.gui.ModelManagerTreeModel
Erzeugt ein neues Daten-Modell fuer einen Modell-Manager.
modelName - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Eingabefeld fuer den Modell-Namen.
modelParam - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
ModelResource - Interface in edu.bonn.xulu.model
Eine Ressource beschreibt allgemein ein Datenobjekt, das fĂĽr die Modellierung benoetigt wird.
ModelResourceMappingScriptInterpreter_Basic - Class in edu.bonn.xulu.plugin.appl
Dieser Interpreter fuehrt ein Mapping zwischen Datenpool-Objekten und Modell-Ressourcen durch und kann nur in Verbindung mit ModelControlFrame_Basic (bzw.
ModelResourceMappingScriptInterpreter_Basic() - Constructor for class edu.bonn.xulu.plugin.appl.ModelResourceMappingScriptInterpreter_Basic
 
modelResourceProvider - Variable in class edu.bonn.xulu.model.AbstractXuluModel
ResourceProvider fuer modellspezifische Uebersetzungen.
modelStarted(XuluModel) - Method in class edu.bonn.xulu.model.event.ModelAdapter
Wird ausgeloest, nachdem ein Modell gestartet wurde.
ModelStartedEvent - Class in edu.bonn.xulu.model.event
Diese Klasse repraesentiert ein Ereignis, das ausgeloest wird, wenn der Ablauf eines Xulu-Modells gestartet wurde.
ModelStartedEvent(XuluModel) - Constructor for class edu.bonn.xulu.model.event.ModelStartedEvent
Erzeugt ein neues Ereignis.
modelStep - Variable in class edu.bonn.xulu.model.event.AbstractStepModelEvent
Speichert den Zeitschritt fuer den das Ereignis ausgeloest wurde.
modelStepFinished(XuluModel, int) - Method in class edu.bonn.xulu.model.event.StepModelAdapter
Wird ausgeloest, nachdem Steppable-Modell einen Modellierungsschritt beendet hat
ModelStepFinishedEvent - Class in edu.bonn.xulu.model.event
Diese Klasse repraesentiert ein Ereignis, das zum Ende eines Modell-Schnitts ausgeloest wird.
ModelStepFinishedEvent(XuluModel, int) - Constructor for class edu.bonn.xulu.model.event.ModelStepFinishedEvent
Erzeugt ein neues Ereignis.
MODELSTEPS - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Simulation step count
MODELSTEPS - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Simulation step count
modelStepSizeSlider - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Slider, mit dem die Schrittweite (in Tagen) eingestellt wird, mit der sie Stausee-Daten protokolliert werden.
modelStepStarted(XuluModel, int) - Method in class edu.bonn.xulu.model.event.StepModelAdapter
Wird ausgeloest, bevor Steppable-Modell einen Modellierungsschritt beginnt
ModelStepStartedEvent - Class in edu.bonn.xulu.model.event
Diese Klasse repraesentiert ein Ereignis, das zu Begin eines Modell-Schnitts ausgeloest wird.
ModelStepStartedEvent(XuluModel, int) - Constructor for class edu.bonn.xulu.model.event.ModelStepStartedEvent
Erzeugt ein neues Ereignis.
modelStopped(XuluModel) - Method in class edu.bonn.xulu.model.event.ModelAdapter
Wird ausgeloest, nachdem ein Modell komplett gestoppt hat.
ModelStoppedEvent - Class in edu.bonn.xulu.model.event
Diese Klasse repraesentiert ein Ereignis, das ausgeloest wird, wenn der Ablauf eines Xulu-Modells beendet wurde.
ModelStoppedEvent(XuluModel) - Constructor for class edu.bonn.xulu.model.event.ModelStoppedEvent
Erzeugt ein neues Ereignis.
ModelTimeSnifferPlugin - Class in edu.bonn.xulu.plugin.appl
Dieses Plugin koppelt sich an alle in Xulu geladenen Modelle und gibt deren absolute Laufzeit (in Sekunden aus).
ModelTimeSnifferPlugin() - Constructor for class edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin
Erzeugt eine neue Instanz des Plugins.
ModelTunnel - Interface in schmitzm.test.model
Dieses Interface ist fuer zukuenftige Nutzung gedacht und kann spaeter u.U. durch eine explizite Klassen-Implementierung ersetzt werden!
MODELTYPE - Static variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Vorgabe, aus welchen Modell-Typen der Anwender auswaehlen kann.
modelType - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Auswahlfeld fuer den Modell-Typ.
modifyHandler(XuluModellingPlatform, Handler) - Method in interface edu.bonn.xulu.appl.HandlerFactory
Veraendert einen bestehenden Handler.
modifyHandler(XuluModellingPlatform, Handler) - Method in class edu.bonn.xulu.plugin.appl.DataExportHandlerFactory
Veraendert einen bestehenden FileExportHandler.
modifyHandler(XuluModellingPlatform, Handler) - Method in class edu.bonn.xulu.plugin.appl.VisualisationHandlerFactory
Veraendert einen bestehenden VisualisationHandler.
MonteCarlo - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC
 
MonteCarlo - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
mrvTempResultArray - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
MulticastDiscoveryService - Class in appl.parallel.services
Responsible for discovery of RemoteResources on the network, especially but not only XuluServers.
MulticastDiscoveryService() - Constructor for class appl.parallel.services.MulticastDiscoveryService
Constructs a new service reading port and lease time from XuluConfig
MulticastDiscoveryService(int, int) - Constructor for class appl.parallel.services.MulticastDiscoveryService
Constructs a new service
MulticastSocketTest - Class in appl.parallel.test
 
MulticastSocketTest() - Constructor for class appl.parallel.test.MulticastSocketTest
 
MultiCellularAutomaton - Class in edu.bonn.xulu.plugin.model.ca
Dieses Modell stellt einen abstrakten zellularen Automaten (CA) dar, der auf Basis einer Bewertungsfunktion die Expansion eines LUC-Typs simuliert.
MultiCellularAutomaton(MultiCellularAutomaton.CAContentManager) - Constructor for class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Erzeugt einen neuen zellularen Automaten (CA).
MultiCellularAutomaton.CAContentManager - Class in edu.bonn.xulu.plugin.model.ca
Diese Klasse definiert einen ModelContentManager fuer einen Multi-Zellularen-Automat mit folgenden Ressourcen: StepCount (int)
Spezifiziert die Anzahl zu modellierender Schritte.
MultiCellularAutomaton.CAContentManager(int) - Constructor for class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
Erzeugt einen neuen Content-Manager.
MultiDataInfo - Class in appl.parallel.spmd
Instances of this class encapsulate information about multiple objects of the same type, e.g. lists of grids.
MultiDataInfo(int[], String) - Constructor for class appl.parallel.spmd.MultiDataInfo
 
MultiDataObject - Class in appl.parallel.spmd
A multi data object stores multiple elements of the same type.
MultiDataObject(MultiDataInfo, DataServer) - Constructor for class appl.parallel.spmd.MultiDataObject
Construct a new Multidata object
MultiDataPartitionObject - Class in appl.parallel.spmd
A extension of the MultiDataObject for storing DataPartitions.
MultiDataPartitionObject(MultiDataInfo, PartitionDataServer) - Constructor for class appl.parallel.spmd.MultiDataPartitionObject
 
MultiGrid - Class in edu.bonn.xulu.plugin.data.grid
Dieser Datentyp stellt eine Liste von Rastern (WritableGrid da.
MultiGrid(WritableGrid, WritableGridFactory) - Constructor for class edu.bonn.xulu.plugin.data.grid.MultiGrid
Erzeugt eine neue (leere) Raster-Liste.
MultiGrid(WritableGridFactory) - Constructor for class edu.bonn.xulu.plugin.data.grid.MultiGrid
Erzeugt eine neue (leere) Raster-Liste.
MultiGrid(WritableGrid[], WritableGridFactory) - Constructor for class edu.bonn.xulu.plugin.data.grid.MultiGrid
Erzeugt eine neue Raster-Liste.
MultiGrid(int, int, int, int, int, double, double, double, double, CoordinateReferenceSystem, WritableGridFactory) - Constructor for class edu.bonn.xulu.plugin.data.grid.MultiGrid
Erzeugt eine neue Raster-Liste.
MultiGridFactory - Class in appl.parallel.data.splittable
Diese Factory erzeugt Standard-Instanzen von MultiGrid mit durch die Factory SplittableGridLLFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.
MultiGridFactory() - Constructor for class appl.parallel.data.splittable.MultiGridFactory
 
MultiGridFactory - Class in appl.parallel.data.xulugridfile.factories
Diese Factory erzeugt Standard-Instanzen von MultiGrid mit durch die Factory XuluGridFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.
MultiGridFactory() - Constructor for class appl.parallel.data.xulugridfile.factories.MultiGridFactory
 
MultiGridFactory - Class in edu.bonn.xulu.plugin.io.grid.array
Diese Factory erzeugt Standard-Instanzen von MultiGrid mit durch die Factory WritableGridArrayFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.
MultiGridFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory
 
MultiGridFactory - Class in edu.bonn.xulu.plugin.io.grid.awt
Diese Factory erzeugt Standard-Instanzen von MultiGrid mit durch die Factory WritableGridRasterFactory erzeugten (auf Standard-AWT basierenden) WritableGrid-Instanzen als Inhalt.
MultiGridFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory
 
MultiGridFactory - Class in edu.bonn.xulu.plugin.io.grid.gt
Diese Factory erzeugt Standard-Instanzen von MultiGrid mit durch die Factory GridCoverageFactory erzeugten (auf GeoTools basierenden) WritableGrid-Instanzen als Inhalt.
MultiGridFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.gt.MultiGridFactory
 
MultiGridFactory - Class in edu.bonn.xulu.plugin.io.grid.lateloading
Diese Factory erzeugt Standard-Instanzen von MultiGrid mit durch die Factory WritableGridLLFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.
MultiGridFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.lateloading.MultiGridFactory
 
MultiGridFactory_ArcInfoAsciiGrid - Class in appl.parallel.data.splittable
Diese Factory importiert und exportiert Instanzen des Datentyps MultiGrid aus/in Dateien im ArcInfo-ASCII-Grid-Format.
MultiGridFactory_ArcInfoAsciiGrid() - Constructor for class appl.parallel.data.splittable.MultiGridFactory_ArcInfoAsciiGrid
 
MultiGridFactory_ArcInfoAsciiGrid - Class in appl.parallel.data.xulugridfile.factories
Diese Factory importiert und exportiert Instanzen des Datentyps MultiGrid aus/in Dateien im ArcInfo-ASCII-Grid-Format.
MultiGridFactory_ArcInfoAsciiGrid() - Constructor for class appl.parallel.data.xulugridfile.factories.MultiGridFactory_ArcInfoAsciiGrid
 
MultiGridFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.array
Diese Factory importiert und exportiert Instanzen des Datentyps MultiGrid aus/in Dateien im ArcInfo-ASCII-Grid-Format.
MultiGridFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.array.MultiGridFactory_ArcInfoAsciiGrid
 
MultiGridFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.awt
Diese Factory importiert und exportiert Instanzen des Datentyps MultiGrid aus/in Dateien im ArcInfo-ASCII-Grid-Format.
MultiGridFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory_ArcInfoAsciiGrid
 
MultiGridFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.gt
Diese Factory importiert und exportiert Instanzen des Datentyps MultiGrid aus/in Dateien im ArcInfo-ASCII-Grid-Format.
MultiGridFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.gt.MultiGridFactory_ArcInfoAsciiGrid
 
MultiGridFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.lateloading
Diese Factory importiert und exportiert Instanzen des Datentyps MultiGrid aus/in Dateien im ArcInfo-ASCII-Grid-Format.
MultiGridFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.lateloading.MultiGridFactory_ArcInfoAsciiGrid
 
MultiModelControlFrame - Class in appl.plugin.multimodelcontrol
The GUI for the ModelControlCenter (MCC).
MultiModelControlFrame() - Constructor for class appl.plugin.multimodelcontrol.MultiModelControlFrame
 
MultiModelControlHandler - Class in appl.plugin.multimodelcontrol
The class allows to control several models at once.
MultiModelControlHandler(XuluModellingPlatform) - Constructor for class appl.plugin.multimodelcontrol.MultiModelControlHandler
 
MultiModelControlPlugin - Class in appl.plugin.multimodelcontrol
The Xulu plugin class.
MultiModelControlPlugin() - Constructor for class appl.plugin.multimodelcontrol.MultiModelControlPlugin
 
MultipleResolutionComparison(WritableGrid) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
MULTIPLE RESOLUTION VALIDATION
When all time steps are run, the result is being evaluated.
MultipleResolutionValidation - Class in edu.bonn.xulu.plugin.model.mrv
MULTIPLE RESOLUTION COMPARISON
The Multiple Resolution Comparison is a Xulu-plugin that can be used in order to validate modelling results.
MultipleResolutionValidation() - Constructor for class edu.bonn.xulu.plugin.model.mrv.MultipleResolutionValidation
Creates a new model instance.
MultipleResolutionValidation - Class in edu.bonn.xulu.plugin.model.sleuth
MULTIPLE RESOLUTION COMPARISON
The Multiple Resolution Comparison is a Xulu-plugin that can be used in order to validate modelling results.
MultipleResolutionValidation() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.MultipleResolutionValidation
Creates a new model instance.
MultipleResolutionValidationContentManager - Class in edu.bonn.xulu.plugin.model.mrv
This class defines and handles the resources for the Xulu-Model MultipleResolutionValidation
MultipleResolutionValidationContentManager() - Constructor for class edu.bonn.xulu.plugin.model.mrv.MultipleResolutionValidationContentManager
Creates a new ContentManager for the Model MultipleResolutionValidation.
MultipleResolutionValidationContentManager - Class in edu.bonn.xulu.plugin.model.sleuth
This class defines and handles the resources for the Xulu-Model MultipleResolutionValidation
MultipleResolutionValidationContentManager() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.MultipleResolutionValidationContentManager
Creates a new ContentManager for the Model MultipleResolutionValidation.
MULTISPLITCONSTANT - Static variable in class appl.parallel.spmd.MultiDataInfo
This constant is used as a divider for adding multiple data associated with the same name.

N

name - Variable in class edu.bonn.xulu.appl.AbstractCommandInterpreter
Speichert den Namen des Skript-Interpreters.
name - Variable in class edu.bonn.xulu.appl.AbstractScriptInterpreter
Speichert den Namen des Skript-Interpreters.
name - Variable in class edu.bonn.xulu.io.AbstractFactory
Speichert den Namen, mit der die Factory gegenueber dem Anwender identifiziert wird.
name - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition
Textfeld fuer den Resourcen-Namen (mit dem die Ressource im Source- Code angesprochen wird.
name - Variable in class edu.bonn.xulu.plugin.data.misc.CAArea
Speichert den Namen der Area.
namingString - Variable in class appl.parallel.data.XuluClientLoader
 
NBHPROB - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Temp-Raster for LU Probabilities
NBHPROB - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Temp-Raster for LU Probabilities
NBHREGRESSION - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Neighborhood-Regression results
NBHREGRESSION - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Neighborhood-Regression results
NBHSETTINGS - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Neighborhood-Settings
NBHSETTINGS - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Neighborhood-Settings
NBHWEIGHTS - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Gewichtung der Neighborhood-Regression results
NBHWEIGHTS - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Gewichtung der Neighborhood-Regression results
NEIGHBOR - Static variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
Moore Neighborhood as a two dimensional array.
NEIGHBORHOOD_AREA - Variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Definiert die Nachbarschaftsumgebung, ueber die der zellulare Automat expandiert.
neighborhoodRange - Variable in class appl.parallel.spmd.split.AbstractSplitMap
 
neighborhoodRange - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
newBurningCells - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
newInstance(int, ClientDataServer, Rectangle, Rectangle) - Method in interface appl.parallel.data.PartitionDataHandler
 
newInstance(int, ClientDataServer, Rectangle, Rectangle) - Static method in class appl.parallel.data.PartitionHandlerFactory
 
newInstance(int, int, int, int, int, double, double, double, double, CoordinateReferenceSystem) - Method in class appl.parallel.data.splittable.SplittableGridLLFactory
Erzeugt ein neues Grid.
newInstance(int, ClientDataServer, Rectangle, Rectangle) - Method in class appl.parallel.data.XuluClientLoader
 
newInstance(int, int, int, int, int, double, double, double, double, CoordinateReferenceSystem) - Method in class appl.parallel.data.xulugridfile.factories.XuluGridFactory
Creates a new grid under the directory given under
newInstance(int, ClientDataServer, Rectangle, Rectangle) - Method in class appl.parallel.data.xulugridfile.XuluGridSharedFileSystemLoader
 
newInstance(XuluModel) - Method in class appl.parallel.gui.ModelControlFrame_parallel
 
newInstance(XuluModel) - Method in class appl.parallel.gui.ModelControlFrame_Tabbed
 
newInstance(boolean) - Method in class edu.bonn.xulu.data.DynamicXuluObject.DefaultFactory
Erzeugt eine neue leere Instanz von DynamicXuluObject.
newInstance(boolean, Object) - Method in class edu.bonn.xulu.data.DynamicXuluObject.DefaultFactory
Erzeugt ein dynamisches Xulu-Objekt, das dieselben Eigenschaften hat, wie die Vorlage.
newInstance(boolean) - Method in interface edu.bonn.xulu.io.InstantiationFactory
Erzeugt eine neue Instanz des Datentyps.
newInstance(boolean, Object) - Method in interface edu.bonn.xulu.io.InstantiationFactory
Erzeugt eine neue Instanz des Datentyps aus der Vorlage eines anderen Objekts.
newInstance(XuluModel) - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
 
newInstance(boolean) - Method in class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory
Erzeugt eine SingleFeatureCollection, die eine leerer FeatureCollection beinhaltet.
newInstance(boolean, Object) - Method in class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory
Noch nicht implementiert!!
newInstance(int, int, int, int, int, double, double, double, double, CoordinateReferenceSystem) - Method in class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory
Erzeugt ein neues Grid.
newInstance(boolean, Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory
Erzeugt eine neue Instanz von GridList.
newInstance(boolean) - Method in class edu.bonn.xulu.plugin.io.grid.awt.GridListFactory
Erzeugt eine neue Instanz von GridList.
newInstance(boolean, Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory
Erzeugt eine neue Instanz von MultiGrid.
newInstance(boolean) - Method in class edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory
Erzeugt eine neue Instanz von MultiGrid.
newInstance(boolean, Object) - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory
Erzeugt eine neue Instanz von SingleGrid.
newInstance(boolean) - Method in class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory
Erzeugt eine neue Instanz von SingleGrid.
newInstance(int, int, int, int, int, double, double, double, double, CoordinateReferenceSystem) - Method in class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory
Erzeugt ein neues Grid.
newInstance(int, int, int, int, int, double, double, double, double, CoordinateReferenceSystem) - Method in class edu.bonn.xulu.plugin.io.grid.gt.GridCoverageFactory
Erzeugt ein neues Grid.
newInstance(int, int, int, int, int, double, double, double, double, CoordinateReferenceSystem) - Method in class edu.bonn.xulu.plugin.io.grid.lateloading.WritableGridLLFactory
Erzeugt ein neues Grid.
newInstance(boolean, Object) - Method in class edu.bonn.xulu.plugin.io.grid.WritableGridFactory
Erzeugt ein neues Raster.
newInstance(boolean) - Method in class edu.bonn.xulu.plugin.io.grid.WritableGridFactory
Erzeugt ein neues Raster.
newInstance(boolean, int, int, int, double, double, double, double, CoordinateReferenceSystem) - Method in class edu.bonn.xulu.plugin.io.grid.WritableGridFactory
Erzeugt ein neues Raster aus einer Vorlage.
newInstance(int, int, int, int, int, double, double, double, double, CoordinateReferenceSystem) - Method in class edu.bonn.xulu.plugin.io.grid.WritableGridFactory
Erzeugt ein neues Grid.
NonEditableTableModel - Class in appl.util
Simple TableModel that allows to specify columns which are not editable
NonEditableTableModel(Object[], boolean[], int) - Constructor for class appl.util.NonEditableTableModel
 
noOfPartitions - Variable in class appl.parallel.spmd.split.AbstractSplitMap
 
nullable - Variable in class edu.bonn.xulu.model.AbstractModelResource
Speichert, ob die Ressource unbelegt bleiben darf
numSteps - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
NUTZSTEPS - Static variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
ID der Long-Ressource, in der die Nutzungsdauer des modellierten LUC-Typs hinterlegt ist (nach der angegebenen Anzahl an Modellschritten faellt das Land brach).
NUTZSTEPS_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton.CAContentManager
Beschreibung fuer die ImpetusCellularAutomaton.CAContentManager.NUTZSTEPS-Ressource.

O

object - Variable in class edu.bonn.xulu.appl.EventHandler
Objekt, auf dessen Ereignisse gelauscht wird.
object - Variable in class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_ObjectClasses
Speichert die angezeigten Objekte.
object - Variable in class edu.bonn.xulu.io.IODefinition
Speichert das Object aus dem importiert (in das exportiert) wird.
object - Variable in class edu.bonn.xulu.plugin.appl.DataExportHandler
Speichert das Objekt, das vom Handler exportiert wird.
object - Variable in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Speichert das Objekt, das vom Handler dargestellt/aktualisiert wird.
OBJECT_ADDED - Static variable in class edu.bonn.xulu.appl.DataPool.DataPoolChangeEvent
Ereignis-Typ, der anzeigt, dass ein Objekt hinzugefuegt wurde.
OBJECT_NAME_CHANGED - Static variable in class edu.bonn.xulu.appl.DataPool.DataPoolChangeEvent
Ereignis-Typ, der anzeigt, dass ein Objekt seinen Namen geaendert hat.
OBJECT_REMOVED - Static variable in class edu.bonn.xulu.appl.DataPool.DataPoolChangeEvent
Ereignis-Typ, der anzeigt, dass ein Objekt entfernt wurde.
objectEventHandler - Variable in class edu.bonn.xulu.appl.EventManager
Speichert die objekt-spezifischen Event-Handler.
ObjectOrModelInputOption - Class in edu.bonn.xulu.gui
Diese Klasse stellt eine Eingabe-Option fuer einen MultipleOptionPane-Dialog dar, in der ein Daten-Objekt aus dem Xulu-Datenpool oder ein Modell aus dem Xulu-Modell-Manager eingegeben werden kann.
ObjectOrModelInputOption(XuluModellingPlatform, String, boolean, Object) - Constructor for class edu.bonn.xulu.gui.ObjectOrModelInputOption
Erzeugt einen neu Input-Option
objectSeries - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.UpdateListener
Enthaelt alle Daten-Serien, die zu dem Objekt gehoeren.
objectTable - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Tabelle, in der die Datenobjekte angezeigt werden.
OneMethodThread - Class in appl.parallel.thread
Executes a method call in a single Thread
OneMethodThread(String, int, Object...) - Constructor for class appl.parallel.thread.OneMethodThread
Creates a new Thread.
optional - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition
Checkbox fuer die Optional-Angabe.
out - Variable in class edu.bonn.xulu.gui.StatusFrame
Ausgabe-Stream, der an die interne Text-Komponente des Statusfensters gekoppelt ist.
OUT_AREA_NO - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
OUT_AREA_SIZE_NO - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
OUT_AREA_VOL_NO - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
outBurnMass - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
outFloodedArea - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
outFloodedAreaGrid - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
outFloodedAreaSize - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
outFloodedAreaVol - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
outgoingUpdate(WritableGrid, Rectangle) - Method in class appl.parallel.spmd.AbstractSPMDTask
 
outgoingUpdate(WritableGrid, Rectangle) - Method in interface appl.parallel.spmd.SPMDTask
Currently not used.
outLUC - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
OUTLUC - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
ID der (optionalen) WritableGrid-Ressource fuer das Raster, in dem die Modell-Ausgabe hinterlegt wird.
outLUC - Variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Ausgabe-Raster.
outLUC - Variable in class schmitzm.test.dynamic.SingleCellularAutomaton
 
OUTLUC_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
Beschreibung fuer die MultiCellularAutomaton.CAContentManager.OUTLUC-Ressource.
outputGrid - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
outputRaster - Variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Auswahlfeld fuer das Ausgabe-Raster.
outputXuluGridFile - Variable in class appl.parallel.data.xulugridfile.XuluGridFileConverter
 
OUTRASTER_FIELD - Static variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Konstante fuer die ComboBox des Ausgabe-Rasters.
outResults - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
outStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 

P

paintComponent(Graphics) - Method in class de.skrueger.xulu.plugin.gnur.JRTextArea
 
ParallelControlPanel - Class in appl.parallel.gui
The GUI for the ParallelControlPanel .
ParallelControlPanel() - Constructor for class appl.parallel.gui.ParallelControlPanel
This is the default constructor.
ParallelControlPanelEngine - Class in appl.parallel.gui
This class controls the ParallelControlPanel.
ParallelControlPanelEngine(XuluModellingPlatform) - Constructor for class appl.parallel.gui.ParallelControlPanelEngine
 
ParallelControlPanelEngine(XuluModellingPlatform, ParallelControlPanel) - Constructor for class appl.parallel.gui.ParallelControlPanelEngine
 
ParallelStepModel - Interface in appl.parallel.model
This class extends the functionality of a Xulu-StepModel.
PARAM_PROP_BURNLUC - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_BURNOUTLUC - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_BURNSUIT - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_BURNTIME - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_MODELTIME - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_WINDDIRECTION - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_WINDDIRECTIONDEV - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_WINDMATRIX_PCONST - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_WINDMATRIX_PFACT - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_WINDPOWER - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_WINDPOWERDEV - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
PARAM_PROP_WINDPOWERMAXBW - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
parameterMessage() - Static method in class appl.parallel.data.xulugridfile.XuluGridFileConverter
 
PartitialGridTest - Class in appl.parallel.test
Simple JUnit Test
PartitialGridTest() - Constructor for class appl.parallel.test.PartitialGridTest
 
partitionBounds - Variable in class appl.parallel.data.AbstractDataHandler
The partition bounds (the whole bounds) of the current SplittableResource
partitionCalculationBounds - Variable in class appl.parallel.spmd.split.AbstractSplitMap
the calculation area of each partition
PartitionDataHandler - Interface in appl.parallel.data
Responsible for loading and unloading data partitions
PartitionDataManager - Class in appl.parallel.server
Manages the all data for the XuluServer.
PartitionDataManager(String[], CommEventSink, int) - Constructor for class appl.parallel.server.PartitionDataManager
Creates and inits a new PartitionDataserver.
PartitionDataManager(String[], RemoteEventProxy, int, ClientDataServer) - Constructor for class appl.parallel.server.PartitionDataManager
Same as PartitionDataManager.PartitionDataManager(String[], CommEventSink, int), but uses a local SPMDClient.
PartitionDataServer - Interface in appl.parallel.server
Manages data and partitions on servers.
PartitionHandlerFactory - Class in appl.parallel.data
Reads out of XuluConfig which PartitionDataHandler needs to be used for data loading/unloading and constructs an instance of this class.
PartitionHandlerFactory() - Constructor for class appl.parallel.data.PartitionHandlerFactory
 
PartitionInfo - Interface in appl.parallel.spmd.split
A PartitionInfo object contains information about the partition, which is normally transfered a server.
partitionNeighborhoodBounds - Variable in class appl.parallel.spmd.split.AbstractSplitMap
the bounds of the neighborhood data of the partition
PartitionUtil - Class in appl.parallel.util
See method description for details.
PartitionUtil() - Constructor for class appl.parallel.util.PartitionUtil
 
pause() - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
pauses the model
performAddRow() - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Fuegt eine neue (zunaechst leere) Ressouce hinzu.
performAddRow() - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Macht nichts, da das Menu fuer den AbstractManager den Hinzufuegen-Menuepunkt nicht enthaelt.
performAddRow() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.ChartDataTableModel
Macht nichts, da (manuell) keine Eintraege in der Chart-Datentabelle eingefuegt werden koennen.
performBrowse(Object) - Method in class edu.bonn.xulu.gui.DataPoolInputOption
Fuehrt die Browse-Aktion aus, wenn der Anwender auf den entsprechenden Button der Eingabe-Option klickt.
performBrowse(Object) - Method in class edu.bonn.xulu.gui.ObjectOrModelInputOption
Fuehrt die Browse-Aktion aus, wenn der Anwender auf den entsprechenden Button der Eingabe-Option klickt.
performBurning(Vector<int[]>) - Method in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
Erhoeht die Menge der verbrannten Biomasse einer Zelle, sowie die Brennzeit.
performCalculation() - Method in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Erzeugt einen RasterOperationTree aus der Formel und wertet diese aus.
performChangeData(int, int) - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Machts nichts, da die Werte direkt geaendert werden und nicht auf einen Doppelklick reagiert wird.
performChangeData(int, int) - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Macht nichts, da das Menu fuer den AbstractManager den Aendern-Menuepunkt nicht enthaelt.
performChangeData(int, int) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.ChartDataTableModel
Macht nichts, da die Eintraege in der Chart-Datentabelle nicht veraendert werden koennen.
performDispose() - Method in class edu.bonn.xulu.model.StepModelThread
Entfernt die gesetzten Listener wieder vom Modell, damit der Thread nicht weiterhin ueber Model-Aktivitaeten informiert wird.
performDispose() - Method in class edu.bonn.xulu.model.XuluModelThread
Macht nichts, da diese Klasse keine Ressourcen gesperrt hat, die vor dem Auslaufen des Threads wieder freigegeben werden muessten.
performError() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Diese Methode wird aufgrufen, wenn ein unerwarteter Fehler bei der Modellierung auftritt, welcher das Beenden der Modellierung zu Folge hat.
performError() - Method in interface edu.bonn.xulu.model.XuluModel
Diese Methode wird aufgrufen, wenn ein unerwarteter Fehler bei der Modellierung auftritt, welcher das Beenden der Modellierung zu Folge hat.
performError() - Method in class schmitzm.test.model.DynamicXuluModel
Diese Methode wird aufgrufen, wenn ein unerwarteter Fehler bei der Modellierung auftritt, welcher das Beenden der Modellierung zu Folge hat.
performInit() - Method in class edu.bonn.xulu.model.XuluModelThread
Initialisiert den Thread, in dem das Modell initialisiert wird.
performMapPaneEvent(JMapPaneEvent) - Method in class edu.bonn.xulu.plugin.vis.GTEditorTool
Lauscht auf das JEditorPane, um nach Beendigung eines Layers, dieses in den Xulu-Datenpool einzufuegen.
performModelDispose() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Implementiert die eigentliche Freigabe der Modell-Ressourcen, indem alle internen Modell-Ressourcen aus dem Speicher geloescht und die externen wieder frei gegeben werden.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Zerstoert das Modell.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
Gibt die Lese/Schreibrechte auf das Ein- und Ausgaberaster wieder frei.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Zerstoert das Modell.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Gibt die Lese/Schreibrechte auf das Ein- und Ausgaberaster wieder frei.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel
Gibt die Lese/Schreibrechte auf das Ein- und Ausgaberaster wieder frei.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Gibt die Lese/Schreibrechte auf das Ein- und Ausgaberaster wieder frei.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Gibt die Lese/Schreibrechte auf das Ein- und Ausgaberaster wieder frei.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.mrv.MultipleResolutionValidation
like in every model: frees the resources
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Gibt die Lese/Schreibrechte auf das Ein- und Ausgaberaster wieder frei.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Gibt die Lese/Schreibrechte auf das Ein- und Ausgaberaster wieder frei.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Gibt die Lese/Schreibrechte auf das Ein- und Ausgaberaster wieder frei.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodParallelDemoModel
frees read / write access
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodSerialDemoModel
like in every model: frees the resources
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AVNTuned
Gibt die Lese/Schreibrechte auf das Ein- und Ausgaberaster wieder frei.
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.sleuth.CopyUrbanInActualLU
 
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.sleuth.MultipleResolutionValidation
like in every model: frees the resources
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
like in every model: frees the resources
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC
like in every model: frees the resources
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
like in every model: frees the resources
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
like in every model: frees the resources
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
like in every model: frees the resources
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
like in every model: frees the resources
performModelDispose() - Method in class edu.bonn.xulu.plugin.model.test.TestModel
Gibt die Lese/Schreibrechte auf das Ein- und Ausgaberaster wieder frei.
performModelDispose() - Method in class schmitzm.test.dynamic.CellularAutomaton
 
performModelDispose() - Method in class schmitzm.test.dynamic.SingleCellularAutomaton
 
performModelDispose() - Method in class skrueger.gol.GameOfLife
 
performModelEvent(ModelEvent) - Method in class edu.bonn.xulu.appl.EventManager
Ruft lediglich EventManager.performObjectEvent(ObjectEvent) auf.
performModelEvent(ModelEvent) - Method in class edu.bonn.xulu.model.event.ModelAdapter
Wird fuer jedes Modell-Ereignis ausgeloest.
performModelEvent(ModelEvent) - Method in interface edu.bonn.xulu.model.event.ModelListener
Wird fuer jedes Modell-Ereignis ausgeloest.
performModelEvent(ModelEvent) - Method in class edu.bonn.xulu.model.event.StepModelAdapter
Wird fuer jedes Modell-Ereignis ausgeloest.
performModelInit() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Muss die eigentliche Initialisierung des Modells implementieren und alle internen Modell-Ressourcen auf einen Ausgangszustand zurueck setzen, so dass das Modell komplett neu gestartet werden kann.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Initialisiert das Modell.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
Initialisiert das Model, indem die Ressourcen aus dem ContentManager geladen werden und mit Lese/Schreib-Rechten versehen werden.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Initialisiert das Modell.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Initialisiert das Model, indem die Ressourcen aus dem ContentManager geladen werden und mit Lese/Schreib-Rechten versehen werden.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel
Initialisiert das Model, indem die Ressourcen aus dem ContentManager geladen werden und mit Lese/Schreib-Rechten versehen werden.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Initialisiert das Model, indem die Ressourcen aus dem ContentManager geladen werden und mit Lese/Schreib-Rechten versehen werden.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Initialisiert das Model, indem die Ressourcen aus dem ContentManager geladen werden und mit Lese/Schreib-Rechten versehen werden.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.mrv.MultipleResolutionValidation
Initializes the model.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Initialisiert das Model, indem die Ressourcen aus dem ContentManager geladen werden und mit Lese/Schreib-Rechten versehen werden.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Initialisiert das Model, indem die Ressourcen aus dem ContentManager geladen werden und mit Lese/Schreib-Rechten versehen werden.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Initialisiert das Model, indem die Ressourcen aus dem ContentManager geladen werden und mit Lese/Schreib-Rechten versehen werden.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodParallelDemoModel
Performes the initalization.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodSerialDemoModel
Initializes the model.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AVNTuned
Initialisiert das Model, indem die Ressourcen aus dem ContentManager geladen werden und mit Lese/Schreib-Rechten versehen werden.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.sleuth.CopyUrbanInActualLU
 
performModelInit() - Method in class edu.bonn.xulu.plugin.model.sleuth.MultipleResolutionValidation
Initializes the model.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
Initializes the model.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC
Initializes the model.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
Initializes the model.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
Initializes the model.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
Initializes the model.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
Initializes the model.
performModelInit() - Method in class edu.bonn.xulu.plugin.model.test.TestModel
Initialisiert das Model, indem die Ressourcen aus dem ContentManager geladen werden (Lese/Schreib-Rechte).
performModelInit() - Method in class schmitzm.test.dynamic.CellularAutomaton
 
performModelInit() - Method in class schmitzm.test.dynamic.SingleCellularAutomaton
 
performModelInit() - Method in class skrueger.gol.GameOfLife
 
performModelStart() - Method in class edu.bonn.xulu.model.AbstractStepModel
Implementiert den Rahmen des Modellablaufs.
performModelStart() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Implementiert den eigentlichen Modellablauf.
performModelStep(int) - Method in class edu.bonn.xulu.model.AbstractStepModel
Implementiert einen Modellschritt.
performModelStep(int) - Method in interface edu.bonn.xulu.model.StepModel
Modelliert genau einen Zeitschritt.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.ca.agric.ImpetusCellularAutomaton
Modelliert genau einen Zeitschritt.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
Fuehrt einen Schritt des Modellablaufs durch.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton
Modelliert genau einen Zeitschritt.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Fuehrt die Modell-Berechnung durch.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel
Fuehrt einen Schritt des Modellablaufs durch.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Fuehrt einen Schritt des Modellablaufs durch.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Fuehrt einen Schritt des Modellablaufs durch.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.mrv.MultipleResolutionValidation
Performs the MRV.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Fuehrt einen Schritt des Modellablaufs durch.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Fuehrt einen Schritt des Modellablaufs durch.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Fuehrt einen Schritt des Modellablaufs durch.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodParallelDemoModel
Executes one model step:
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AverageNeighborhoodSerialDemoModel
This very simple model looks at every grid cell and takes the average over a the surrounding cells in a specified neighborhood.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AVNTuned
Fuehrt einen Schritt des Modellablaufs durch.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.sleuth.CopyUrbanInActualLU
 
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.sleuth.MultipleResolutionValidation
Performs the MRV.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
This is the main run of the Urban Growth Model.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC
The main method of the Urban Growth Model.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
The main method of the Urban Growth Model.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
The main method of the Urban Growth Model.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
The main method of the Urban Growth Model.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
This very simple model looks at every grid cell and takes the average over a the surrounding cells in a specified neighborhood.
performModelStep(int) - Method in class edu.bonn.xulu.plugin.model.test.TestModel
Fuehrt einen Schritt des Modellablaufs durch.
performModelStep(int) - Method in class schmitzm.test.dynamic.CellularAutomaton
Modelliert genau einen Zeitschritt.
performModelStep(int) - Method in class schmitzm.test.dynamic.SingleCellularAutomaton
Modelliert genau einen Zeitschritt.
performModelStep(int) - Method in class schmitzm.test.model.DynamicStepModel
Modelliert genau einen Zeitschritt.
performModelStep(int) - Method in class skrueger.gol.GameOfLife
 
performObjectEvent(ObjectEvent) - Method in class appl.plugin.multimodelcontrol.MultiModelControlHandler
 
performObjectEvent(ObjectEvent) - Method in class edu.bonn.xulu.appl.EventManager
Verarbeitet saemtliche Ereignisse.
performObjectEvent(ObjectEvent) - Method in class edu.bonn.xulu.model.event.ModelAdapter
Leitet das Ereignis an ModelAdapter.performModelEvent(ModelEvent) weiter.
performObjectEvent(ObjectEvent) - Method in class edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin
Wird aufgerufen, wenn sich der Inhalt des Xulu-Visualisierungsmanagers aendert.
performObjectEvent(ObjectEvent) - Method in class edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin
Wird aufgerufen, wenn sich der Inhalt des Xulu-Modellmanagers aendert.
performObjectEvent(ObjectEvent) - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Wird aufgerufen, wenn sich der Inhalt des Managers aendert.
performOtherEvent(ModelEvent) - Method in class edu.bonn.xulu.model.event.ModelAdapter
Wird von ModelAdapter.performModelEvent(ModelEvent) ausgeloest, wenn ein Ereignis "unbekannt" ist.
performRemoveRow(int) - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Loescht eine Ressouce aus der Liste.
performRemoveRow(int) - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Entfernt einen Eintrag aus dem AbstractManager und somit aus der Tabelle.
performRemoveRow(int) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.ChartDataTableModel
Entfernt ein Datenobjekt aus dem Chart.
performScriptInThread(XuluModellingPlatform, ScriptInterpreter) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Fuehrt ein Skript innerhalb der Xulu-Modelling-Platform aus.
performScriptInThread(XuluModellingPlatform, ScriptInterpreter.ScriptExecutionDefinition) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Fuehrt ein Skript innerhalb der Xulu-Modelling-Platform aus.
performWork() - Method in class edu.bonn.xulu.model.XuluModelThread
Implementiert den Arbeitsschritt des Threads, in dem das Modell gestartet wird.
ping(Object...) - Method in interface appl.parallel.ComputingResource
Can be used to ping the object
ping(Object...) - Method in class appl.parallel.server.XuluServer
 
PingTestObject - Class in appl.parallel.test
Simply constructs a object with a given size which can be used for pinging.
PingTestObject(int) - Constructor for class appl.parallel.test.PingTestObject
 
pluginAppl - Variable in class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
Speichert die Instanz des Applikationsfensters (wird beim Starten des Plugins befuellt).
PluginManagerFrame_BasicTable - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt das Xulu-internes Fenster dar, in dem alle aktiven (in der Xulu-Registry registrierten) Xulu-Plugins tabellarisch aufgelistet werden.
PluginManagerFrame_BasicTable(String, XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.gui.PluginManagerFrame_BasicTable
Erzeugt ein neues Xulu-internes Fenster.
PluginManagerFrame_BasicTable(String, Dimension, XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.gui.PluginManagerFrame_BasicTable
Erzeugt ein neues Xulu-internes Fenster.
POINT_RENDERER - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
 
pointButton - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Button um das Chart als Punkt-Diagramm einzustellen.
preloadMultiPartition(String, int, SyncPoint) - Method in class appl.parallel.spmd.AdvancedSPMDServerController
The partition is loaded in a separate thread into the local PartitionDataManager You must specify the partition name and a SyncPoint.
preloadMultiPartition(String, int, SyncPoint) - Method in interface appl.parallel.spmd.AdvancedSPMDServerInterface
The partition is loaded in a separate thread into the local PartitionDataManager You must specify the partitionname and a SyncPoint.
preloadPartition(String, SyncPoint) - Method in class appl.parallel.spmd.AdvancedSPMDServerController
The partition is loaded in a separate thread into the local PartitionDataManager
You must specify the partition name and a SyncPoint.
preloadPartition(String, SyncPoint) - Method in interface appl.parallel.spmd.AdvancedSPMDServerInterface
The partition is loaded in a separate thread into the local PartitionDataManager You must specify the partitionname and a SyncPoint.
prepareModelForSPMDExecution(ParallelStepModel, ComputingResourceContainer[]) - Method in class appl.parallel.client.RemoteExecutionController
Prepares a Model for execution, which means it creates a SPMDClientController with the given Resources
print() - Method in class appl.parallel.test.SplitMapTest
 
print(String) - Method in class de.skrueger.xulu.plugin.gnur.TextReader
 
print(String) - Method in class edu.bonn.xulu.gui.StatusFrame
Schreibt einen Text in das Statusfenster (ohne anschliessenden Zeilenumbruch!).
print(String) - Method in class edu.bonn.xulu.plugin.gui.StatusFrame_BasicTextArea
Schreibt einen Text in das Statusfenster (ohne anschliessenden Zeilenumbruch!).
printGrid(WritableGrid, int, int, String) - Static method in class appl.util.RasterUtil
Prints the grid to the console (useful for testing).
printGrid(WritableGrid, String) - Static method in class appl.util.RasterUtil
Prints the grid to the console (useful for testing).
printGrid(WritableGrid) - Static method in class appl.util.RasterUtil
Prints the grid to the console (useful for testing).
println(String) - Method in class edu.bonn.xulu.gui.StatusFrame
Schreibt einen Text mit anschliessendem Zeilenumbruch in das Statusfenster.
printSmall(WritableGrid) - Method in class appl.parallel.test.XuluGridTestCase
prints only small grids
processWindowEvent(WindowEvent) - Method in class edu.bonn.xulu.gui.XuluLanguageManagerFrame
Schliesst das Fenster, wenn es sich um ein WindowEvent.WINDOW_CLOSING-Event handelt.
processWindowEvent(WindowEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrame
�berschrieben, so dass eine Beendigung beim Schlie�en des Fensters moeglich ist.
processWindowEvent(WindowEvent) - Method in class edu.bonn.xulu.gui.XuluMainFrameInfo
Schliesst das Fenster, wenn es sich um ein WindowEvent.WINDOW_CLOSING-Event handelt.
prop - Variable in class de.skrueger.xulu.plugin.gnur.RVarAdapter
 
PROP_CELLHEIGHT - Static variable in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Name der Eigenschaft, die die Zellen-Hoehe des Rasters beinhaltet.
PROP_CELLHEIGHT - Static variable in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Name der Eigenschaft, die die Zellen-Hoehe des Rasters beinhaltet.
PROP_CELLWIDTH - Static variable in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Name der Eigenschaft, die die Zellen-Breite des Rasters beinhaltet.
PROP_CELLWIDTH - Static variable in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Name der Eigenschaft, die die Zellen-Breite des Rasters beinhaltet.
PROP_COORDX - Static variable in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Name der Eigenschaft, die die X-Koordinate des Rasters beinhaltet.
PROP_COORDX - Static variable in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Name der Eigenschaft, die die X-Koordinate des Rasters beinhaltet.
PROP_COORDY - Static variable in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Name der Eigenschaft, die die Y-Koordinate des Rasters beinhaltet.
PROP_COORDY - Static variable in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Name der Eigenschaft, die die Y-Koordinate des Rasters beinhaltet.
PROP_COUNT - Static variable in class edu.bonn.xulu.plugin.data.grid.GridList
Name der Eigenschaft, die die aktuelle Listengroesse beinhaltet.
PROP_FEATURES - Static variable in class edu.bonn.xulu.plugin.data.feature.SingleFeatureCollection
Name der Eigenschaft, die die FeatureCollection beinhaltet.
PROP_GRID - Static variable in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Name der Eigenschaft, die die WritableGrid beinhaltet.
PROP_GRIDS - Static variable in class edu.bonn.xulu.plugin.data.grid.GridList
Name der Eigenschaft, die die Liste der WritableGrid beinhaltet.
PROP_HEIGHT - Static variable in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Name der Eigenschaft, die die reale Hoehe des Rasters beinhaltet.
PROP_HEIGHT - Static variable in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Name der Eigenschaft, die die reale Hoehe des Rasters beinhaltet.
PROP_HEIGHTC - Static variable in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Name der Eigenschaft, die die Hoehe des Rasters in Zellen beinhaltet.
PROP_HEIGHTC - Static variable in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Name der Eigenschaft, die die Hoehe des Rasters in Zellen beinhaltet.
PROP_STYLE - Static variable in interface edu.bonn.xulu.data.XuluObject
Name der Eigenschaft, die den Objekt-Style beinhaltet.
PROP_TYPE - Static variable in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Name der Eigenschaft, die die Zellen-Typ des Rasters beinhaltet.
PROP_WIDTH - Static variable in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Name der Eigenschaft, die die reale Breite des Rasters beinhaltet.
PROP_WIDTH - Static variable in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Name der Eigenschaft, die die reale Breite des Rasters beinhaltet.
PROP_WIDTHC - Static variable in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Name der Eigenschaft, die die Breite des Rasters in Zellen beinhaltet.
PROP_WIDTHC - Static variable in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Name der Eigenschaft, die die Breite des Rasters in Zellen beinhaltet.
properties - Variable in class appl.parallel.SimpleResourceProperties
 
PropertiesResource - Class in edu.bonn.xulu.model
Diese Implementierung von ModelResource laesst nur Properties-Objekte als Datenobjekt zu.
PropertiesResource(int, String, Class, boolean) - Constructor for class edu.bonn.xulu.model.PropertiesResource
Erzeugt eine leere Ressource.
PropertiesResource(int, String, Properties, boolean) - Constructor for class edu.bonn.xulu.model.PropertiesResource
Erzeugt Ressource und ordnet ihr ein konretes Datenobjekt zu.
PropertiesResource(String, Class, boolean) - Constructor for class edu.bonn.xulu.model.PropertiesResource
Erzeugt eine leere Ressource.
PropertiesResource(String, Properties, boolean) - Constructor for class edu.bonn.xulu.model.PropertiesResource
Erzeugt Ressource und ordnet ihr ein konretes Datenobjekt zu.
propertyChangeListener - Variable in class edu.bonn.xulu.data.AbstractXuluObject
Lauscht auf Aenderungen an den Properties und propagiert diese an alle Listener auf dem XuluObject weiter
PropertytypeNotConvertableToRVar - Class in de.skrueger.xulu.plugin.gnur
This Exception is thrown, when the object from the datapool is not convertable to an R object.
PropertytypeNotConvertableToRVar(Property) - Constructor for class de.skrueger.xulu.plugin.gnur.PropertytypeNotConvertableToRVar
 
PropertytypeNotConvertableToRVar(Property, String) - Constructor for class de.skrueger.xulu.plugin.gnur.PropertytypeNotConvertableToRVar
 
propSet - Variable in class edu.bonn.xulu.data.AbstractXuluObject
Speichert die Eigenschaften des Xulu-Objekts.
propType - Variable in class edu.bonn.xulu.model.ValuePropertyResource
Speichert den Inhaltstyp der ValueProperty.
putVisualisationObjectToDataSet() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.ListPropertyUpdateListener
Erzeugt eine XYSeries fuer die Werte einer Liste und fuegt die Series dem DataSet des JFreeChartVisualisationTool hinzu.
putVisualisationObjectToDataSet() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.MatrixPropertyUpdateListener
Erzeugt eine XYSeries fuer jede Zeile einer Matrix und fuegt die Series dem DataSet des JFreeChartVisualisationTool hinzu.
putVisualisationObjectToDataSet() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.UpdateListener
Erzeugt eine XYSeries fuer die Werte einer Liste und fuegt die Series dem DataSet des JFreeChartVisualisationTool hinzu.

R

RA_areaRestr - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RA_Boom - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
RA_breed - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RA_breedEnd - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_breedStart - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_breedStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_Bust - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
RA_criticalHigh - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
RA_criticalLow - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
RA_criticalSlope - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RA_criticalSlope - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_disp - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RA_dispEnd - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_dispStart - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_dispStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_inputGrid - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RA_MonteCarlo - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC
 
RA_MonteCarlo - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_referenceMap - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_roadGravity - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RA_roadGravityEnd - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_roadGravityStart - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_roadGravityStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_roadGravSens - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
RA_roadGrid - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RA_slope - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RA_slopeEnd - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_slopeGrid - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RA_slopeSens - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
RA_slopeStart - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_slopeStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_spread - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RA_spreadEnd - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_spreadStart - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_spreadStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
RA_steps - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
Saves the ContentManager for the model.
RasterCalculatorGUI - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt eine GUI zur Vefuegung, mit der eine einfache arithmetische (und boolsche) Berechnung auf Rasterdaten durchgefuehrt werden kann.
RasterCalculatorGUI(XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.appl.RasterCalculatorGUI
Erzeugt eine neue GUI fuer den RasterCalculator.
rasterCalculatorPanel - Variable in class edu.bonn.xulu.plugin.appl.RasterCalculatorGUI
Panel mit der Raster-Calculator-GUI.
RasterCalculatorPanel - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt eine GUI zur Vefuegung, mit der eine einfache arithmetische (und boolsche) Berechnung auf Rasterdaten durchgefuehrt werden kann.
RasterCalculatorPanel(XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Erzeugt eine neue GUI fuer den RasterCalculator.
RasterCalculatorPanel(XuluModellingPlatform, boolean) - Constructor for class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Erzeugt eine neue GUI fuer den RasterCalculator.
RasterCalculatorPlugin - Class in edu.bonn.xulu.plugin.appl
Dieses Plugin integriert die RasterCalculatorGUI in das Xulu-Menue "Erweitert".
RasterCalculatorPlugin() - Constructor for class edu.bonn.xulu.plugin.appl.RasterCalculatorPlugin
Erzeugt eine neue Plugin-Instanz.
RasterUtil - Class in appl.util
This Class provides some simple mostly independent functions related to Geo-Rasters and WritableGrids.
RasterUtil() - Constructor for class appl.util.RasterUtil
 
rBusy(Rengine, int) - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
rChooseFile(Rengine, int) - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
rCmdIn - Variable in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
RConsolePanel - Class in de.skrueger.xulu.plugin.gnur
 
RConsolePanel() - Constructor for class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
read() - Method in class appl.parallel.data.xulugridfile.BufferedRandomAccessFile
 
read(byte[], int, int) - Method in class appl.parallel.data.xulugridfile.BufferedRandomAccessFile
 
read() - Method in class de.skrueger.xulu.plugin.gnur.TextReader
 
read(char[]) - Method in class de.skrueger.xulu.plugin.gnur.TextReader
 
read(char[], int, int) - Method in class de.skrueger.xulu.plugin.gnur.TextReader
 
readCommands(InputStream) - Method in class edu.bonn.xulu.appl.AbstractCommandInterpreter
Liest ein Skript ein und erzeugt daraus eine Reihe von Befehlen.
readCommands(InputStream) - Method in class edu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic
Interpretiert einen Eingabestream, wie oben beschrieben und erzeugt daraus einzelne Kommandos.
readIntFromStream(ByteArrayInputStream) - Static method in class appl.parallel.data.xulugridfile.BufferedHelper
Reads a long value out of the given bytestream Used for buffered reading.
readIntoGridFromXuluGridFile(WritableGrid, File) - Static method in class appl.parallel.data.xulugridfile.XuluGridFile
Writes data out of a XuluGridFile into a WritableGrid.
readLongFromStream(ByteArrayInputStream) - Static method in class appl.parallel.data.xulugridfile.BufferedHelper
Reads a long value out of the given ByteArrayInputStream.
readRegistry(XuluModellingPlatform, InputStream, XuluRegistry) - Method in interface edu.bonn.xulu.appl.XuluRegistryReader
Erweitert eine bestehende XuluRegistry.
readRegistry(XuluModellingPlatform, InputStream) - Method in interface edu.bonn.xulu.appl.XuluRegistryReader
Erstellt eine neue XuluRegistry und befuellt diese.
readRegistry(XuluModellingPlatform, InputStream, XuluRegistry) - Method in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
Erweitert eine bestehende XuluRegistry.
readRegistry(XuluModellingPlatform, InputStream) - Method in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
Erstellt eine neue XuluRegistry und befuellt diese.
readSerializedFrom(File) - Static method in class appl.util.GeneralUtil
Reads the first object out of the file
readXuluGridWorldFile(File) - Method in class appl.parallel.data.xulugridfile.XuluGridFile
The Xulu world file ist just a serialized RasterMetaData-Object!
receiveTimeEvent(TimeEvent) - Method in class appl.parallel.event.SimpleConsoleMonitor
 
receiveTimeEvent(TimeEvent) - Method in interface appl.parallel.event.TimeMonitor
Receive a event
receiveTimeEvent(TimeEvent) - Method in class appl.parallel.plugin.event.SimpleCommEventMonitorEngine
 
receiveTransferEvent(TransferEvent) - Method in class appl.parallel.event.SimpleConsoleMonitor
 
receiveTransferEvent(TransferEvent) - Method in interface appl.parallel.event.TransferMonitor
Receive a event
receiveTransferEvent(TransferEvent) - Method in class appl.parallel.plugin.event.SimpleCommEventMonitorEngine
 
RecentImports - Class in edu.bonn.xulu.appl
Diese Klasse stellt eine Liste der letzten in Xulu vorgenommenen Import-Operationen dar.
RecentImports(int) - Constructor for class edu.bonn.xulu.appl.RecentImports
Erzeugt eine neue leere Liste, in der letzten Importe abgelegt werden.
RecentScripts - Class in edu.bonn.xulu.appl
Diese Klasse stellt eine Liste der letzten in Xulu ausgefuehrten Skripte dar.
RecentScripts(int) - Constructor for class edu.bonn.xulu.appl.RecentScripts
Erzeugt eine neue leere Liste, in der letzten Skripte abgelegt werden.
referenceMap - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
referenceResourceID - Variable in class appl.parallel.spmd.SPMDClientController
Local calculation bounds on server side are calculated using the reference resource This is the ID of that resource
refresh() - Method in class appl.parallel.plugin.event.SimpleCommEventMonitor
 
refresh() - Method in class appl.parallel.services.HostnameDiscoveryService
tries to (re-)discover every resource in Property HostnameDiscoveryService.hosts of XuluConfig.
refresh() - Method in class appl.plugin.multimodelcontrol.MultiModelControlFrame
 
refresh() - Method in class appl.util.XuluFrameAdapter
 
refresh() - Method in class de.skrueger.xulu.plugin.gnur.GnuRGUI
Aktualisiert die Auswahl-Felder auf Basis des Datenpools.
refresh() - Method in class edu.bonn.xulu.appl.VisualisationUpdateListener
Aktualisiert die Darstellung des Objekts.
refresh() - Method in class edu.bonn.xulu.gui.ModelControlFrame
Aktualisiert die grafische Darstellung des internen Kontrollfensters.
refresh() - Method in class edu.bonn.xulu.gui.XuluInternalFrame
Aktualisiert die grafische Darstellung des internen Fensters.
refresh() - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Aktualisiert die Anzeige des Xulu-internen Fensters, in dem die Ressourcen-Tabelle aktualisiert wird.
refresh() - Method in class edu.bonn.xulu.plugin.appl.RasterCalculatorGUI
Aktualisiert die Auswahl-Felder auf Basis des Datenpools.
refresh() - Method in class edu.bonn.xulu.plugin.appl.RasterCalculatorPanel
Aktualisiert die Auswahl-Felder auf Basis des Datenpools.
refresh() - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable
Aktualisiert die Darstellung des Managers, indem ein fireTableDataChanged()-Event auf das TableModel der Manager-Tabelle ausgeloest wird.
refresh() - Method in class edu.bonn.xulu.plugin.gui.DataPoolFrame_BasicTable
Aktualisiert die Visualisierung des Datenpools, indem ein fireTableDataChanged()-Event auf das TableModel der Datenpool-Tabelle ausgeloest wird.
refresh() - Method in class edu.bonn.xulu.plugin.gui.DataPoolFrame_Tree
Aktualisiert die Visualisierung des Datenpools, indem ein reload()-Event auf das TreeModel des Datenpools ausgeloest wird.
refresh() - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_GeomAndGrid
Aktualisiert die Darstellung des aktuell angezeigten Objekts.
refresh() - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_Table
Aktualisiert die Darstellung des aktuell angezeigten Objekts.
refresh() - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
Aktualisiert die grafische Darstellung des internen Fensters, in dem die Auswahlfelder des ModelContentManagers neu organisiert werden.
refresh() - Method in class edu.bonn.xulu.plugin.gui.PluginManagerFrame_BasicTable
Aktualisiert die grafische Darstellung des Plugin-Fensters.
refresh() - Method in class edu.bonn.xulu.plugin.gui.RegistryFrame_Tree
Baut den Baum der Registry komplett neu auf.
refresh() - Method in class edu.bonn.xulu.plugin.gui.StatusFrame_BasicTextArea
Macht nichts, da die Ausgaben im Statusfenster nicht von einer bestimmten anderen Komponente abhaengt, welche sich geaendert haben koennte.
refresh() - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListener
Aktualisiert alle Layer im LayeredMapFrame.
refresh() - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListenerProxy
Ruft refresh() fuer alle Listener des Proxy auf.
refresh() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.UpdateListener
Aktualisiert das Chart im JFreeChartVisualisationTool.
refreshResources() - Method in class appl.parallel.client.RemoteExecutionController
Gets active Resources and triggers the discovery-process.
register(Object) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert ein Objekt.
registerAutostartPlugin(XuluPlugin) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert ein Xulu-Plugin als Autostart-Plugin.
registerDataType(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert einen Datentyp.
registerDefaultFactory(InstantiationFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert eine Standard-Factory.
registerExportFactory(ExportFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert eine Export-Factory.
registerImportFactory(ImportFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert eine Import-Factory.
registerModelClass(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert eine Modellklasse.
registerPlugin(XuluPlugin) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert ein Xulu-Plugin.
registerResourceProvider(ResourceProvider) - Static method in class edu.bonn.xulu.XuluModellingPlatform
Fuegt einen ResourceProvider in die Liste der in Xulu verwendeten ResourceProvider ein.
registerResourceProvider(String, Locale) - Static method in class edu.bonn.xulu.XuluModellingPlatform
Erzeugt einen ResourceProvider unterhalb von XuluConstants.LOCALES_BASE (locales) und fuegt ihn in die Liste der in Xulu verwendeten ResourceProvider ein.
registerScriptInterpreter(ScriptInterpreter) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert einen Skript-Interpreters.
registerTypeMapping(TypeMapping) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert ein TypeMapping.
registerVisualisationTool(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Registriert ein Visualisierungstool.
registry - Variable in class edu.bonn.xulu.io.IODefinition
Speichert die Xulu-Registry, in der die Factories registriert sind.
RegistryFrame - Class in edu.bonn.xulu.gui
Diese Klasse bildet eine abstrakte Oberklasse fuer alle grafischen Implementierungen der Xulu-Registry.
RegistryFrame() - Constructor for class edu.bonn.xulu.gui.RegistryFrame
Erzeugt einen neue Instanz des grafischen Registry-Fensters.
RegistryFrame_Tree - Class in edu.bonn.xulu.plugin.gui
Dieses Fenster stellt die Visualisierung der XuluRegistry dar.
RegistryFrame_Tree(XuluRegistry) - Constructor for class edu.bonn.xulu.plugin.gui.RegistryFrame_Tree
Erzeugt ein neues Registry-Fenster.
REGRESSION - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Regression results
REGRESSION - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Regression results
releaseAccess(Access) - Static method in class edu.bonn.xulu.model.AbstractXuluModel
Gibt ein Lese- oder Schreibrecht wieder frei.
releaseInRaster() - Method in class edu.bonn.xulu.plugin.model.test.TestModel.ContentManager
Gibt das Leserecht auf das Eingabe-Raster wieder frei.
releaseOutRaster() - Method in class edu.bonn.xulu.plugin.model.test.TestModel.ContentManager
Gibt das Leserecht auf das Eingabe-Raster wieder frei.
reloadButton - Variable in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
 
reloadModelClass(XuluModellingPlatform) - Static method in class edu.bonn.xulu.gui.XuluGUIUtil
Ermittelt alle Modell-Klassen aus der Xulu-Registry und stellt sie dem Anwender zur Auswahl.
ReloadTest - Class in schmitzm.test.dynamic
@todo Haupt-Dokumentation erstellen
ReloadTest() - Constructor for class schmitzm.test.dynamic.ReloadTest
 
RemoteEvent - Class in appl.parallel.event
A event which may be thrown over a network
RemoteEvent() - Constructor for class appl.parallel.event.RemoteEvent
 
RemoteEventHandler - Class in appl.parallel.client
Starts a Service for receiving local and remote events.
RemoteEventHandler() - Constructor for class appl.parallel.client.RemoteEventHandler
 
RemoteEventProxy - Class in appl.parallel.services
Delays events and fires them after the delay all at once in one object (this will save communication time)
RemoteEventProxy(CommEventSink, long) - Constructor for class appl.parallel.services.RemoteEventProxy
Creates a new proxy
RemoteEventSink - Interface in appl.parallel.event
A EventSink fires RemoteEvents from a possibly remote source and processes them.
RemoteExecutionController - Class in appl.parallel.client
This plugin is responsible that all services required for remote execution are properly started.
RemoteExecutionController() - Constructor for class appl.parallel.client.RemoteExecutionController
 
remove(AbstractManager.ContentType) - Method in class edu.bonn.xulu.appl.AbstractManager
Entfernt eine Komponente aus dem Manager.
remove(int) - Method in class edu.bonn.xulu.appl.AbstractManager
Entfernt eine Komponente aus dem Manager.
remove(AbstractManager.ContentType) - Method in class edu.bonn.xulu.appl.EventManager
Entfernt einen Event-Handler aus dem Event-Manager.
remove(Object) - Method in interface edu.bonn.xulu.appl.VisualisationTool
Entfernt die Visualisierung eines Objekts.
remove(XuluObject) - Method in class edu.bonn.xulu.gui.DataPoolTreeModel
Entfernt ein Xulu-Objekt aus der Root-Ebene des Baums.
remove(Object) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Schliesst alle Visualisierungen eines Objekts.
remove(VisualisationUpdateListener) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListenerProxy
Entfernt einen UpdateListener hinzu vom Proxy.
remove(int) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListenerProxy
Entfernt einen UpdateListener hinzu vom Proxy.
remove(Object) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Schliesst alle Darstellungen eines Objekts.
removeAll(String) - Method in class appl.ext.XuluConfig
removes all keys starting with the value given.
removeAll() - Method in class edu.bonn.xulu.appl.AbstractManager
Entfernt alle Komponenten aus dem Manager.
removeData(int) - Method in class appl.parallel.client.ClientDataServer
 
removeData(int) - Method in interface appl.parallel.client.DataServer
Removes the partition with the specified id.
removeData(int) - Method in class appl.parallel.server.PartitionDataManager
 
removeData(String) - Method in class appl.parallel.server.PartitionDataManager
Removes the partition from the database
removeExportFactory(ImportFactory) - Method in class edu.bonn.xulu.io.TypeMapping
Entfernt eine Export-Factory aus dem TypeMapping.
removeGrid(WritableGrid) - Method in class edu.bonn.xulu.plugin.data.grid.GridList
Entfernt ein Raster aus der Liste.
removeImportFactory(ImportFactory) - Method in class edu.bonn.xulu.io.TypeMapping
Entfernt eine Import-Factory aus dem TypeMapping.
removeModelListener(ModelListener) - Method in class edu.bonn.xulu.model.AbstractXuluModel
Entfernt einen ModelListener von dem Modell.
removeModelListener(ModelListener) - Method in interface edu.bonn.xulu.model.XuluModel
Entfernt einen Listener von dem Modell.
removeModelListener(ModelListener) - Method in class schmitzm.test.model.DynamicXuluModel
Entfernt einen Listener von dem Modell.
removeObject(XuluObject) - Method in class edu.bonn.xulu.appl.DataPool
Entfernt ein Objekt aus dem Datenpool.
removeObject(long) - Method in class edu.bonn.xulu.appl.DataPool
Entfernt ein Objekt aus dem Datenpool.
removePartition(DataPartition) - Method in class appl.parallel.server.PartitionDataManager
Removes the partition from the database
removeProperties(Properties) - Method in class edu.bonn.xulu.data.DynamicXuluObject
Entfernt Eigenschaften aus der Menge.
removeProperty(String) - Method in class appl.ext.XuluConfig
removes the Property from the list
removeProperty(String) - Method in class edu.bonn.xulu.data.DynamicXuluObject
Entfernt eine Eigenschaft aus dem Xulu-Objekt (sofern diese existiert).
removeProperty(Property) - Method in class edu.bonn.xulu.data.DynamicXuluObject
Entfernt eine Eigenschaft aus der Menge.
removeResourceChangeListener(ResourceChangeListener) - Method in class appl.parallel.client.RemoteExecutionController
Removes the change listener
removeTimeMonitor(TimeMonitor) - Method in class appl.parallel.client.RemoteEventHandler
removes the given monitor
removeTransferMonitor(TransferMonitor) - Method in class appl.parallel.client.RemoteEventHandler
adds the given Monitor
removeVisualisationObjectFromDataSet() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.UpdateListener
Entfernt alle zu dem Objekt gehoerenden Series aus dem DataSet des JFreeChartVisualisationTool.
reorganize() - Method in class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_Display
Reorganisiert das "Display"-Untermenue.
reorganize() - Method in class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_Export
Ermittelt die ExportFactorys aus der Registry neu und regorganisiert dann das Menu.
reorganize() - Method in class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_Import
Ermittelt die ImportFactorys aus der Registry neu und regorganisiert dann das Menu.
reorganize() - Method in class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_New
Ermittelt die Datentypen aus der Registry neu und regorganisiert dann das Menu.
reorganize() - Method in class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_ObjectClasses
Reorganisiert das "Display"-Untermenue.
reorganize() - Method in class edu.bonn.xulu.gui.DataPoolMenu.DataPoolSubMenu_RecentIOs
Reorganisiert das "Letzte Dateien"-Untermenue.
reorganize() - Method in class edu.bonn.xulu.gui.DataPoolMenu
 
reorganize() - Method in class edu.bonn.xulu.gui.DataPoolTreeModel
Baut den Baum komplett neu auf.
reorganize() - Method in class edu.bonn.xulu.gui.ModelContentManagerContainer
Aktualisiert die Auswahlfelder.
reorganize() - Method in class edu.bonn.xulu.gui.ModelManagerTreeModel
Baut den Baum komplett neu auf.
reorganize() - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool.UpdateListenerProxy
Reorganisiert die Listener.
replaceAutostartPlugin(XuluPlugin, XuluPlugin) - Method in class edu.bonn.xulu.appl.XuluRegistry
Ersetzt die Registrierung eines Xulu-Plugins als Autostart-Plugin durch eine andere.
replaceDataType(Class, Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Ersetzt die Registrierung eines Datentyps durch einen anderen.
replaceDefaultFactory(InstantiationFactory, InstantiationFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Ersetzt die Registrierung einer Standard-Factory durch eine andere.
replaceExportFactory(ExportFactory, ExportFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Ersetzt die Registrierung einer Export-Factory durch eine andere.
replaceExportFactory(ExportFactory, ExportFactory) - Method in class edu.bonn.xulu.io.TypeMapping
Ersetzt eine Export-Factory des TypeMappings durch eine andere.
replaceGrid(int, WritableGrid) - Method in class edu.bonn.xulu.plugin.data.grid.GridList
Ersetzt ein Raster in der Liste.
replaceGrid(int, WritableGrid) - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Ersetzt ein Raster in der Liste.
replaceImportFactory(ImportFactory, ImportFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Ersetzt die Registrierung einer Import-Factory durch eine andere.
replaceImportFactory(ImportFactory, ImportFactory) - Method in class edu.bonn.xulu.io.TypeMapping
Ersetzt eine Import-Factory des TypeMappings durch eine andere.
replaceModelClass(Class, Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Ersetzt die Registrierung einer Modellklasse durch eine andere.
replacePlugin(XuluPlugin, XuluPlugin) - Method in class edu.bonn.xulu.appl.XuluRegistry
Ersetzt die Registrierung eines Xulu-Plugins durch eine andere.
replaceScriptInterpreter(ScriptInterpreter, ScriptInterpreter) - Method in class edu.bonn.xulu.appl.XuluRegistry
Ersetzt die Registrierung einer Skript-Interpreters durch einen andere.
replaceTypeMapping(TypeMapping, TypeMapping) - Method in class edu.bonn.xulu.appl.XuluRegistry
Ersetzt die Registrierung eines TypeMappings durch ein anderes.
replaceVisualisationTool(Class, Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Ersetzt die Registrierung eines Visualisierungstools durch ein andere.
reset() - Method in class de.skrueger.xulu.plugin.gnur.TextReader
 
resetCaptions(Map<String, Object>) - Method in class edu.bonn.xulu.model.AbstractModelContentManager
Belegt die sprachspezifischen Elemente des Modells (Ressourcen-Beschreibungen) neu mit Elementen aus der Map.
resetCaptions(Map<String, Object>) - Method in class edu.bonn.xulu.model.AbstractXuluModel
Belegt die sprachspezifischen Elemente des Modells (Status-Ausgaben, GUI) neu mit Elementen aus der Map.
resetCaptions(Map<String, Object>) - Method in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCAContentManager
Belegt die Ressourcen-Beschreibungen neu.
resetCaptions(Map<String, Object>) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Belegt die Labels in der GUI neu.
resetCaptions(Map<String, Object>) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
Belegt die Ressourcen-Beschreibungen neu.
resetCaptions(Map<String, Object>) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Belegt die Labels in der GUI neu.
resetCaptions(Map<String, Object>) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Belegt die Ressourcen-Beschreibungen neu.
resetCaptions(Map<String, Object>) - Method in class schmitzm.test.model.DynamicXuluModel
Belegt die sprachspezifischen Elemente des Modells (Status-Ausgaben, GUI) neu mit Elementen aus der Map.
resetResourceDescription(int, Map<String, Object>, ResourceProvider, String, Object...) - Method in class edu.bonn.xulu.model.AbstractModelContentManager
Belegt die Beschreibung einer Ressource neu.
resource - Variable in class edu.bonn.xulu.model.AbstractModelContentManager
Speichert die Ressourcen, die ein Modell benoetigt.
RESOURCE - Static variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
ResourceProvider, der die Uebersetzungen fuer die GUI bereitstellt: locales.XuluModel_ImpetusFireCA
RESOURCE - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
ResourceProvider, der die Uebersetzungen fuer die GUI bereitstellt: locales.XuluModel_SmallReservoirModel
RESOURCE_BUNDLES - Static variable in class edu.bonn.xulu.XuluModellingPlatform
Liste aller in Xulu verwendeten ResourceProvider
RESOURCE_DIR - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Verzeichnis, in dem Icons und Uebersetzungen hinterlegt sind.
ResourceChangeListener - Interface in appl.parallel.client
Listeners which implement this interface can react on changes on the availability of remote resources.
resourceDef - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Speichert die Eintraege der Tabelle
resources - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Tabelle in der die Ressourcen spezifiziert werden.
RESOURCETYPE - Static variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Vorgabe, aus welchen Ressourcen-Typen der Anwender auswaehlen kann ( ScalarProperty , ListProperty, MatrixProperty).
resourceType - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Speichert alle zur Auswahl stehende Ressourcen-Typen (GeoModelCodeGeneratorGUI.RESOURCETYPE + alle in Xulu registrierten XuluObject-Typen).
restart() - Method in class appl.parallel.starter.server.XuluServerStarter
 
restart() - Method in interface appl.parallel.starter.Starter
restarts the process
resultArray - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
rFlushConsole(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
rg_value - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
rLoadHistory(Rengine, String) - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
roadGravity - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
roadGravity - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
roadGravityEnd - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
roadGravityStart - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
roadGravityStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
roadGravSens - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
roadGravSens - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
 
roadGravSens - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
roadGrid - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
RoadGrowth(boolean[][], double, double, double) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
This is phase 4 of the growth cycle, where growth along roads appears.
roadWalk(int, int, double) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
This method performs a walk along a road starting from an initial cell with the coordinates X, Y.
rootID - Variable in class appl.parallel.data.AbstractDataHandler
The id of the currently handled SplittableResource
rotateVisualisationObject() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.MatrixPropertyUpdateListener
Verdreht die X- und Y-Achse des Daten-Objekts.
rotateVisualisationObject() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.UpdateListener
Verdreht die X- und Y-Achse des Daten-Objekts.
rOut - Variable in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
rReadConsole(Rengine, String, int) - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
rSaveHistory(Rengine, String) - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
rShowMessage(Rengine, String) - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
 
rule - Variable in class de.skrueger.xulu.plugin.gnur.GnuRGUI
Eingabefeld fuer die Formel.
run() - Method in class appl.parallel.server.ServerMulticastReceiver
 
run(Object...) - Method in class appl.parallel.spmd.AbstractSPMDTask
 
run(Object...) - Method in interface appl.parallel.spmd.SPMDTask
Starts the task with the given parameters.
run(Object...) - Method in class appl.parallel.test.AverageNeighborhoodTestTask
 
run(Object...) - Method in class appl.parallel.test.AverageNeighborhoodTestTask_MultiGrid
 
run() - Method in class appl.parallel.thread.ExecutionThread
This method should implement the real running code.
run() - Method in class appl.parallel.thread.OneMethodThread
 
run(Object...) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTask
 
run(Object...) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTaskTuned
 
run(Object...) - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AVNTask
 
run(Object...) - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AVNTunedTask
 
running - Variable in class edu.bonn.xulu.model.AbstractXuluModel
Dieses Flag speichert, ob die Modellierung gerade laeuft.
runSPMDModelTask(String, int, Object...) - Method in interface appl.parallel.server.SPMDResource
Executes the given Task.
runSPMDModelTask(String, int, Object...) - Method in class appl.parallel.server.XuluServer
Every time XuluServer.runSPMDModelTask(String, int, Object[]) is called the newest class is loaded from the client.
runSPMDModelTask(SPMDTask, Object...) - Method in class appl.parallel.spmd.SPMDClientController
 
runSPMDModelTask(SPMDTask, Object...) - Method in interface appl.parallel.spmd.SPMDClientInterface
Run the given task on with the given parameters.
RVar - Class in de.skrueger.xulu.plugin.gnur
Link between datapool and R-Engine
RVar(ValueProperty) - Constructor for class de.skrueger.xulu.plugin.gnur.RVar
 
RVarAdapter - Class in de.skrueger.xulu.plugin.gnur
Link between datapool and R-Engine
RVarAdapter(Property) - Constructor for class de.skrueger.xulu.plugin.gnur.RVarAdapter
 
RVarMatrix - Class in de.skrueger.xulu.plugin.gnur
 
RVarMatrix(MatrixProperty) - Constructor for class de.skrueger.xulu.plugin.gnur.RVarMatrix
 
RVarScalar - Class in de.skrueger.xulu.plugin.gnur
 
RVarScalar(ScalarProperty) - Constructor for class de.skrueger.xulu.plugin.gnur.RVarScalar
 
RVarSingleGrid - Class in de.skrueger.xulu.plugin.gnur
 
RVarSingleGrid(Property) - Constructor for class de.skrueger.xulu.plugin.gnur.RVarSingleGrid
 
rVarsTable - Variable in class de.skrueger.xulu.plugin.gnur.GnuRGUI
Tabelle in der die Eingabe-Raster angegeben werden.
RVarsTable - Class in de.skrueger.xulu.plugin.gnur
 
RVarsTable(MutableTableModel) - Constructor for class de.skrueger.xulu.plugin.gnur.RVarsTable
 
rWriteConsole(Rengine, String) - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
called by the R-Engine, when it want's to print to STDOUT

S

schmitzm.test.appl - package schmitzm.test.appl
Dieses Paket enthält Test-Anwendungen für das Xulu-Projekt.
schmitzm.test.dynamic - package schmitzm.test.dynamic
 
schmitzm.test.model - package schmitzm.test.model
 
ScriptablePlugin - Interface in edu.bonn.xulu.appl
This class extends the XuluPlugin interface in order to support easy scripting operations on plugins.
ScriptInterpreter - Interface in edu.bonn.xulu.appl
Ein ScriptInterpreter fuehrt eine Reihe von Befehlen in einer Xulu-Umgebung aus.
ScriptInterpreter.ScriptExecutionDefinition - Class in edu.bonn.xulu.appl
Diese Klasse stellt die Definition einer Script-Ausfuehrung dar.
ScriptInterpreter.ScriptExecutionDefinition(Object, ScriptInterpreter) - Constructor for class edu.bonn.xulu.appl.ScriptInterpreter.ScriptExecutionDefinition
Erzeugt eine neue Import-Definition.
ScriptInterpreter.ScriptFileExecutionDefinition - Class in edu.bonn.xulu.appl
Diese Klasse stellt die Definition einer Script-Ausfuehrung dar.
ScriptInterpreter.ScriptFileExecutionDefinition(File, ScriptInterpreter) - Constructor for class edu.bonn.xulu.appl.ScriptInterpreter.ScriptFileExecutionDefinition
Erzeugt eine neue Import-Definition.
scrollPane - Variable in class edu.bonn.xulu.plugin.gui.DisplayContainer_Table
 
seek(long) - Method in class appl.parallel.data.xulugridfile.BufferedRandomAccessFile
 
sendToConsole(String) - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
Easy way to send a command to R The result is shown on the R Console
SerializedDataLoader - Class in appl.data
 
SerializedDataLoader(File, boolean) - Constructor for class appl.data.SerializedDataLoader
 
SerializedDataLoader(File) - Constructor for class appl.data.SerializedDataLoader
 
SerializeToFile(Object, File) - Static method in class appl.data.SerializedDataLoader
 
SerializeToFile(Object, File) - Static method in class appl.util.GeneralUtil
Serializes the given object into the specified file.
server - Variable in class appl.parallel.thread.ExecutionThread
 
serverController - Variable in class appl.parallel.spmd.AbstractSPMDTask
 
serverInfos - Variable in class appl.parallel.thread.ExecutionThread
 
ServerMulticastReceiver - Class in appl.parallel.server
Waits for multicast messages from clients and responds properly.
ServerMulticastReceiver(MulticastSocket) - Constructor for class appl.parallel.server.ServerMulticastReceiver
 
Service - Interface in appl.parallel.services
Superclass of all Services.
setAutoOverwriteDuplicateNames(boolean) - Method in class edu.bonn.xulu.appl.DataPool
Bestimmt, ob beim Einfuegen eines neuen Objekte bestehende Objekte mit dem gleichen Namen automatisch aus dem Datenpool entfernt werden (true), oder die Einfuege-Operation zurueckgewiesen wird (false).
setAverageTolerance(float) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Stellt den Slider fuer die Durchschnittsabweichung auf einen bestimmten Wert ein.
setAverageTolerance(double) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI
Stellt den Slider fuer die Durchschnittsabweichung auf einen bestimmten Wert ein.
setAverageTolerance(float) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI
Stellt den Slider fuer die Durchschnittsabweichung auf einen bestimmten Wert ein.
setAverageTolerance(float) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI
Stellt den Slider fuer die Durchschnittsabweichung auf einen bestimmten Wert ein.
setAverageTolerance(float) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI
Stellt den Slider fuer die Durchschnittsabweichung auf einen bestimmten Wert ein.
setBasePartition(DataPartition) - Method in class appl.parallel.data.AbstractDataHandler
 
setBasePartition(DataPartition) - Method in interface appl.parallel.data.PartitionDataHandler
 
setBooleanProperty(String, boolean) - Method in class appl.ext.XuluConfig
inserts the property value with the specified key into the XuluConfig
setBoxingMode(AbstractSplitMap.NeighborhoodBoxingMode) - Method in class appl.parallel.spmd.SPMDClientController
 
setBoxingMode(AbstractSplitMap.NeighborhoodBoxingMode) - Method in interface appl.parallel.spmd.SPMDClientInterface
Here you can set the boxing mode.
setCalculatedArea(double) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Setzt die in der GUI angezeigte (berechnete) "Stau-Flaeche".
setCalculatedVolume(double) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Setzt das in der GUI angezeigte (berechnete) "Stau-Volumen".
setCategory(int) - Method in class edu.bonn.xulu.model.AbstractModelResource
Setzt die Kategorie der Ressource.
setCategory(int) - Method in interface edu.bonn.xulu.model.ModelResource
Setzt die Kategorie der Ressource.
setDamnHeight(double) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Setzt die in der GUI eingestellte Staumauer-Hoehe.
setData(Object, boolean) - Method in class edu.bonn.xulu.model.AbstractModelResource
Ordnet der Ressource ein bestimmtes Datenobjekt zu.
setData(Object) - Method in class edu.bonn.xulu.model.AbstractModelResource
Ordnet der Ressource ein bestimmtes Datenobjekt zu.
setData(Object, boolean) - Method in interface edu.bonn.xulu.model.ModelResource
Ordnet der Ressource ein bestimmtes Datenobjekt zu.
setData(Object) - Method in interface edu.bonn.xulu.model.ModelResource
Ordnet der Ressource ein bestimmtes Datenobjekt zu.
setData(Object) - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_Table.DisplayContainerTableModel
Setzt das Datenobjekt, das in der Tabelle dargestellt wird.
setDeadlock(boolean) - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Setzt ein Flag, dass sich diese Area in einem Deadlock befindet.
setDefaultFactory(InstantiationFactory) - Method in class edu.bonn.xulu.io.TypeMapping
Setzt die Factory, die den Datentyp standardmaessig instanziiert.
setDemandPerInhabitant(double) - Method in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Setzt den Bedarf pro Einwohner.
setDemandToQMFactor(double) - Method in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Setzt einen Umrechnungsfaktor, falls der Bedarf pro Einwohner nicht in qm angegeben ist.
setDesc(String) - Method in class edu.bonn.xulu.model.AbstractModelResource
Setzt eine Beschreibung, worum es sich bei der Ressource handelt.
setDesc(String) - Method in interface edu.bonn.xulu.model.ModelResource
Setzt eine Beschreibung, worum es sich bei der Ressource handelt.
setDescription(String) - Method in class edu.bonn.xulu.data.AbstractXuluObject
Setzt die Beschreibung des Xulu-Objekts fuer den Datenpool.
setDescription(String) - Method in interface edu.bonn.xulu.data.XuluObject
Setzt die Beschreibung (Namen) des Objekts.
setDeviation(float[]) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Setzt die Abweichnungswerte fuer alle Statusbalken.
setDeviation(int, float) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Setzt den Abweichnungswert fuer einen Statusbalken.
setDeviation(double[]) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI
Setzt die Abweichnungswerte fuer alle Statusbalken.
setDeviation(int, double) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI
Setzt den Abweichnungswert fuer einen Statusbalken.
setDeviation(float[]) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI
Setzt die Abweichnungswerte fuer alle Statusbalken.
setDeviation(int, float) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI
Setzt den Abweichnungswert fuer einen Statusbalken.
setDeviation(float[]) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI
Setzt die Abweichnungswerte fuer alle Statusbalken.
setDeviation(int, float) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI
Setzt den Abweichnungswert fuer einen Statusbalken.
setDeviation(float[]) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI
Setzt die Abweichnungswerte fuer alle Statusbalken.
setDeviation(int, float) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI
Setzt den Abweichnungswert fuer einen Statusbalken.
setDeviationUpdateEnabled(boolean) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Aktiviert oder Deaktiviert die Aktualisierung der Abweichungsbalken.
setDeviationUpdateEnabled(boolean) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI
Aktiviert oder Deaktiviert die Aktualisierung der Abweichungsbalken.
setDeviationUpdateEnabled(boolean) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI
Aktiviert oder Deaktiviert die Aktualisierung der Abweichungsbalken.
setDeviationUpdateEnabled(boolean) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI
Aktiviert oder Deaktiviert die Aktualisierung der Abweichungsbalken.
setDuplicateNamesAllowed(boolean) - Method in class edu.bonn.xulu.appl.DataPool
Bestimmt, ob sich mehrere Objekte mit demselben Namen im Datenpool befinden duerfen.
setDynamicClassRootDirectory(File) - Method in class edu.bonn.xulu.XuluModellingPlatform
Setzt das CLASSPATH-Verzeichnis unterhalb dessen die Klassen zu finden sind, die dynamisch in Xulu geladen werden koennen.
setEnabled(boolean) - Method in class edu.bonn.xulu.gui.ModelContentManagerContainer
Deaktiviert den Container und alle darin enthalten Optionen.
setEnabled(boolean) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Deaktiviert die Eingabe-Komponenten der GUI (nicht wie die super-Methode alle Komponenten)
setEvaporation(double) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Setzt die in der GUI eingestellte Evaporation.
setExportDestination(Object) - Method in class edu.bonn.xulu.plugin.appl.DataExportHandler
Setzt das Objekt, in das der Export vorgenommen wird.
setExportFactory(ExportFactory) - Method in class edu.bonn.xulu.plugin.appl.DataExportHandler
Setzt die Factory, mit der das Objekt exportiert wird.
setFeatureCollection(FeatureCollection) - Method in class edu.bonn.xulu.plugin.data.feature.SingleFeatureCollection
Setzt die FeatureCollection, die in der Eigenschaft FEATURES gespeichert ist.
setGrid(WritableGrid) - Method in class edu.bonn.xulu.plugin.data.grid.SingleGrid
Setzt das zugrunde liegende Raster.
setGridSample(Object, double...) - Method in class appl.data.WritableGridLLProxy
 
setGridSample(Object, double...) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
setGrowthRate(double) - Method in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Setzt die Wachstumsrate der Bevoelkerung (z.B.
setInfiltration(double) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Setzt die in der GUI eingestellte Infiltration.
setInhabitants(double) - Method in class edu.bonn.xulu.plugin.data.misc.CASettlementArea
Setzt die Einwohnerzahl zum Start-Zeitpunkt (0).
setIntProperty(String, int) - Method in class appl.ext.XuluConfig
inserts the property value with the specified key into the XuluConfig
setIPs(String[]) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
setIPs(String[]) - Method in interface appl.parallel.spmd.split.SplitMap
 
setIterationNumber(String) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Setzt die in der GUI angezeigte Interationsnummer.
setIterationNumber(String) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI
Setzt die in der GUI angezeigte Interationsnummer.
setIterationNumber(String) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI
Setzt die in der GUI angezeigte Interationsnummer.
setIterationNumber(String) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI
Setzt die in der GUI angezeigte Interationsnummer.
setIterationNumber(String) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI
Setzt die in der GUI angezeigte Interationsnummer.
setIterationVariable(float[]) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Setzt die Anzeige Iterations-Variablen fuer alle Statusbalken (LUC-Typen).
setIterationVariable(int, float) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Setzt die Anzeige Iterations-Variablen fuer einen Statusbalken (LUC-Typ).
setLocalCalculationBounds(Rectangle) - Method in class appl.parallel.spmd.SPMDServerController
This method sets new calculation bounds.
setManagedGrid(MultiGrid) - Method in class appl.parallel.spmd.MultiDataObject
Manages a multigrid, which means that when a new element is added to the multiObject, then the same element is also added to the managed multiGrid.
setMasterThread(boolean) - Method in class appl.parallel.spmd.AdvancedSPMDServerController
 
setModel(XuluModel) - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
Setzt das Modell, das durch den Container kontrolliert wird.
setModel(XuluModel) - Method in class schmitzm.test.model.DynamicStepModel
Setzt das Modell das durch den Tunnel ausgefuehrt wird.
setModel(XuluModel) - Method in class schmitzm.test.model.DynamicXuluModel
Setzt das Modell das durch den Tunnel ausgefuehrt wird.
setModel(XuluModel) - Method in interface schmitzm.test.model.ModelTunnel
Setzt das Modell das durch den Tunnel ausgefuehrt wird.
setModelResources() - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
Belegt die Ressourcen des Modells mit den ausgewaehlten Objekten des Datenpools.
setModelStepSize(int) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Setzt die in der GUI eingestellte Schrittweite des Modells.
setMultiProperty(String, String[]) - Method in class appl.ext.XuluConfig
A multiproperty stores multiple values for one key.
setName(String) - Method in class edu.bonn.xulu.appl.AbstractScriptInterpreter
Setzt die Bezeichnung fuer den Skript-Interpreter
setName(String) - Method in class edu.bonn.xulu.data.AbstractXuluObject
Setzt die Beschreibung des Xulu-Objekts fuer den Datenpool.
setName(String) - Method in class edu.bonn.xulu.io.AbstractFactory
Setzt den Namen der Factory.
setName(String) - Method in class edu.bonn.xulu.plugin.appl.DateTimePlugin
Setzt die Beschreibung des Plugins.
setName(String) - Method in class edu.bonn.xulu.plugin.appl.DateTimeWindowPlugin
Setzt die Beschreibung des Plugins.
setName(String) - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Setzt den Namen der Area.
setNeighborhoodRange(int) - Method in class appl.parallel.spmd.SPMDClientController
 
setNeighborhoodRange(int) - Method in interface appl.parallel.spmd.SPMDClientInterface
Sets the neighborhood range.
setNullable(boolean) - Method in class edu.bonn.xulu.model.AbstractModelResource
Bestimmt, ob die Ressource opional ist (also unbelegt bleiben darf).
setNullable(boolean) - Method in interface edu.bonn.xulu.model.ModelResource
Bestimmt, ob die Ressource opional ist (also unbelegt bleiben darf).
setObject(Object) - Method in class edu.bonn.xulu.plugin.appl.DataExportHandler
Setzt das Objekt, das vom Handler exportiert wird.
setObject(Object) - Method in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Setzt das Objekt, das vom Handler dargestellt/aktualisiert wird.
setObject(Object) - Method in class edu.bonn.xulu.plugin.gui.DisplayContainer_Properties
Setzt das darzustellende Objekt.
setParameters(SplittableResource, int, int, AbstractSplitMap.NeighborhoodBoxingMode) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
setParameters(SplittableResource, int, int, AbstractSplitMap.NeighborhoodBoxingMode) - Method in interface appl.parallel.spmd.split.SplitMap
Sets the given values.
setPartition(DataPartition, Rectangle) - Method in class appl.parallel.data.splittable.SplittableLLProxyGrid
Overwrites the data at the location specified by the Rectangle with the given partition-data.
setPartition(DataPartition, Rectangle) - Method in class appl.parallel.data.WritableGridArrayPartition.Double
 
setPartition(DataPartition, Rectangle) - Method in class appl.parallel.data.WritableGridArrayPartition.Float
 
setPartition(DataPartition, Rectangle) - Method in class appl.parallel.data.WritableGridArrayPartition.Integer
 
setPartition(WritableGrid, Rectangle) - Method in class appl.parallel.data.xulugridfile.XuluGridFile
Overwrites the data at the location specified by the Rectangle with the given partition-data.
setPartition(DataPartition, Rectangle) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
setPartition(DataPartition, Rectangle) - Method in interface appl.parallel.spmd.split.DataPartition
Overwrites the data at the location specified by the Rectangle with the given partition-data.
setPartition(WritableGrid, WritableGrid, Rectangle) - Static method in class appl.parallel.util.PartitionUtil
Overwrites the data at the location specified by the Rectangle with the given partition-data.
setProperty(String, String) - Method in class appl.ext.XuluConfig
inserts the property value with the specified key into the XuluConfig
setProperty(String, String) - Method in interface appl.parallel.ComputingResourceProperties
Sets a property
setProperty(String, String) - Method in class appl.parallel.SimpleResourceProperties
 
setPropertyData(Properties) - Method in class appl.parallel.gui.SimplePropertyTable
 
setPropertyFile(File) - Method in class appl.ext.XuluConfig
Sets the Property file.
setRasterSample(Object, int...) - Method in class appl.data.WritableGridLLProxy
 
setRasterSample(Object, int...) - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
 
setReferenceResource(Object) - Method in class appl.parallel.spmd.SPMDClientController
 
setReferenceResource(Object) - Method in interface appl.parallel.spmd.SPMDClientInterface
All local bounds are calculated on server side using the reference resource.
setResourceByName(int, String) - Method in class edu.bonn.xulu.gui.ModelContentManagerContainer
Belegt ein Ressourcen-Auswahlfeld mit einem Objekt.
setResourceByObject(int, Object) - Method in class edu.bonn.xulu.gui.ModelContentManagerContainer
Belegt ein Ressourcen-Auswahlfeld mit einem Objekt.
setRName(String) - Method in class de.skrueger.xulu.plugin.gnur.RVar
Set the name that will reference the R-variable inside the RVar.
setRName(String) - Method in class de.skrueger.xulu.plugin.gnur.RVarAdapter
Set the name that will reference the R-variable inside the RVar.
setRootID(int) - Method in class appl.parallel.data.AbstractDataHandler
 
setRootID(int) - Method in interface appl.parallel.data.PartitionDataHandler
 
setSingleTolerance(float) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI
Stellt den Slider fuer die Einzelabweichung auf einen bestimmten Wert ein.
setSingleTolerance(double) - Method in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI
Stellt den Slider fuer die Einzelabweichung auf einen bestimmten Wert ein.
setSingleTolerance(float) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI
Stellt den Slider fuer die Einzelabweichung auf einen bestimmten Wert ein.
setSingleTolerance(float) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI
Stellt den Slider fuer die Einzelabweichung auf einen bestimmten Wert ein.
setSingleTolerance(float) - Method in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI
Stellt den Slider fuer die Einzelabweichung auf einen bestimmten Wert ein.
setSPMDClient(ClientDataServer) - Method in class appl.parallel.data.AbstractDataHandler
sets a local ClientDataServer which MAY be used by the handler for local access
setSPMDClient(ClientDataServer) - Method in interface appl.parallel.data.PartitionDataHandler
sets a local spmd client which MAY be used by the handler for local access
setSPMDController(SPMDClientInterface) - Method in class appl.parallel.model.AbstractParallelStepModel
 
setSPMDController(SPMDClientInterface) - Method in interface appl.parallel.model.ParallelStepModel
Sets the SPMD Controller
setSPMDServerController(AdvancedSPMDServerInterface) - Method in class appl.parallel.spmd.AbstractSPMDTask
 
setSPMDServerController(AdvancedSPMDServerInterface) - Method in interface appl.parallel.spmd.SPMDTask
Associates the given SPMDController with the task.
setStartLocation(Point2D) - Method in class edu.bonn.xulu.plugin.data.misc.CAArea
Setzt die Startkoordinaten der Area.
setStatusOut(PrintStream) - Method in class edu.bonn.xulu.model.AbstractXuluModel
Setzt den Stream fuer Status-Ausgaben des Modells.
setStatusOut(PrintStream) - Method in interface edu.bonn.xulu.model.XuluModel
Setzt den Stream fuer die Status-Ausgaben des Modells.
setStatusOut(PrintStream) - Method in class schmitzm.test.model.DynamicXuluModel
Setzt den Stream fuer die Status-Ausgaben des Modells.
setStoreStepGrids(boolean) - Method in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Bestimmt, ob in der GUI eingestellt ist, dass die Zwischenergebnisse als Raster gespeichert werden.
setStyleToXuluObject(XuluObject, Object) - Static method in class edu.bonn.xulu.plugin.io.IOUtil
Hinterlegt einen Style fuer ein XuluObject in der Property "Style".
setTemplateDimension(int, int, int, int, int, double, double, double, double, CoordinateReferenceSystem) - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Belegt die Variablen der Raster-Vorlage, welche fuer jedes Raster gelten muss, welches in die Liste ergefuegt werden soll.
setTemplateDimension(WritableGrid) - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
Belegt die Variablen der Raster-Vorlage, welche fuer jedes Raster gelten muss, welches in die Liste ergefuegt werden soll.
setTitle(String) - Method in interface edu.bonn.xulu.appl.AbstractManager.ContentType
Setzt die Bezeichnung der Komponente.
setTitle(String) - Method in class edu.bonn.xulu.appl.EventHandler
Setzt die Bezeichnung der Komponente.
setTitle(String) - Method in interface edu.bonn.xulu.appl.VisualisationTool
Liefert eine Beschreibung fuer die Instanz des Visualisierungstools.
setTitle(String) - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
Setzt die Bezeichnung fuer das Kontroll-Fenster.
setTitle(String) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Setzt den Titel des Fensters.
setTitle(String) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Setzt den Titel des Fensters und des Charts.
setUnloadBounds(Rectangle) - Method in class appl.parallel.data.AbstractDataHandler
 
setUnloadBounds(Rectangle) - Method in interface appl.parallel.data.PartitionDataHandler
sets the bounds of the data to be unloaded so that not all data is unloaded to the destination.
setUnloadDir(String) - Method in class appl.data.LateLoadingProxy
 
setUnloading(boolean) - Method in class appl.data.LateLoadingProxy
Set to false, if you want to disable the unloading in a temporary file
setUp() - Method in class appl.parallel.test.PartitialGridTest
 
setUp() - Method in class appl.parallel.test.SplitMapTest
 
setUp() - Method in class appl.parallel.test.SPMDTest
 
setUp() - Method in class appl.parallel.test.SPMDTest_MultiGrid
 
setUp() - Method in class appl.parallel.test.XuluGridTestCase
 
setUp() - Method in class appl.parallel.test.XuluServerTest
 
setValueAt(Object, int, int) - Method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel
Veraendert einen Wert einer Tabellenzelle.
setValueAt(Object, int, int) - Method in class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable.AbstractManagerTableModel
Setzt den Titel der jeweiligen Komponente neu, wenn als Spaltennummer 0 angegeben wird.
setVisible(boolean) - Method in class appl.parallel.client.RemoteExecutionController
 
setVisible(boolean) - Method in interface edu.bonn.xulu.appl.AbstractManager.ContentType
Zeigt die Komponente (deren Fenster an) oder verbirgt sie.
setVisible(boolean) - Method in class edu.bonn.xulu.appl.AbstractXuluPlugin
Zeigt die Plugin-GUI an oder verbirgt sie.
setVisible(boolean) - Method in class edu.bonn.xulu.appl.EventHandler
Fordert die HandlerFactory auf, den Handler zu veraendern.
setVisible(boolean) - Method in interface edu.bonn.xulu.appl.VisualisationTool
Zeigt oder verbirgt das Fenster des Visualisierungstools.
setVisible(boolean) - Method in interface edu.bonn.xulu.appl.XuluPlugin
Zeigt die GUI zur Plugin-Konfiguration an oder verbirgt sie.
setVisible(boolean) - Method in class edu.bonn.xulu.plugin.appl.DateTimePlugin
Macht nichts, da das Plugin keine GUI besitzt.
setVisible(boolean) - Method in class edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin
Macht nichts, da das Plugin keine GUI besitzt.
setVisible(boolean) - Method in class edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin
Macht nichts, da das Plugin keine GUI besitzt.
setVisible(boolean) - Method in class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic
Zeigt das Kontroll-Fenster an oder verbirgt es.
setVisible(boolean) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Zeigt oder verbirgt das Fenster.
setVisualisationTool(VisualisationTool) - Method in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Setzt das Visualisierungstool, in dem der Handler das Objekt darstellt.
setVisualisationToolClass(Class<VisualisationTool>) - Method in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Setzt die Klasse des Visualisierungstools, in dem der Handler das Objekt darstellt.
setWeights(double...) - Method in class appl.parallel.spmd.split.AbstractSplitMap
 
setWeights(double...) - Method in interface appl.parallel.spmd.split.SplitMap
With this setter, you can assign each partition a weight, so that the data you split is not splitted equally, but arcording to these values.
setWorkingDirectory(File) - Method in class edu.bonn.xulu.XuluModellingPlatform
Setzt das Arbeitsverzeichnis der Xulu-Applikation.
showAccessError(Component, AccessViolationException) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt eine Fehlermeldung fuer Zugriffsfehler an.
showBaseTypeError(Component, NumberFormatException) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt eine Fehlermeldung fuer Datentyp-Konflikte an.
showClassCastError(Component, ClassCastException, Class) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt eine Fehlermeldung fuer Cast-Konflikte an.
showClassNotFoundError(Component, ClassNotFoundException, String) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt eine Fehlermeldung fuer ClassNotFound-Konflikte an.
showDataError(Component, XuluDataException) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt eine Fehlermeldung fuer Daten-Konflikte an.
showDialog(XuluModellingPlatform, Object, ExportFactory, Object) - Method in class edu.bonn.xulu.plugin.appl.DataExportHandlerFactory
Ermittelt die fuer den DataExportHandler benoetigten Informationen ueber einen Anwender-Dialog.
showDialog(XuluModellingPlatform, Object, ExportFactory, Object) - Method in class edu.bonn.xulu.plugin.appl.FileExportHandlerFactory
Ermittelt die fuer den DataExportHandler benoetigten Informationen ueber einen Anwender-Dialog.
showError(Component, Exception) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt eine allgemeine Fehlermeldung (fuer alle "unbekannten" Fehler) an.
showError(Component, String) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt eine allgemeine Fehlermeldung (fuer alle "unbekannten" Fehler) an.
showError(Component, Exception, String) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt eine allgemeine Fehlermeldung (fuer alle "unbekannten" Fehler) an.
showInfoMessage(Component, String) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt eine Info-Meldung an.
showInstantiationError(Component, InstantiationException) - Static method in class edu.bonn.xulu.gui.XuluGUIMessages
Zeigt eine Fehlermeldung fuer Instanziierungs-Konflikte an.
showLastLine() - Method in class de.skrueger.xulu.plugin.gnur.RConsolePanel
Scrolls down the ScrollWindow of the ROutput.
SimpleBenchmark - Class in appl.util.benchmark
The algorithm simply iterates over a grid.
SimpleBenchmark() - Constructor for class appl.util.benchmark.SimpleBenchmark
 
SimpleCommEventMonitor - Class in appl.parallel.plugin.event
Provides a GUI for the SimpleCommEventMonitorEngine
SimpleCommEventMonitor(SimpleCommEventMonitorEngine) - Constructor for class appl.parallel.plugin.event.SimpleCommEventMonitor
This is the default constructor
SimpleCommEventMonitorEngine - Class in appl.parallel.plugin.event
Controls the SimpleCommEventMonitorPlugin
SimpleCommEventMonitorEngine(RemoteEventHandler) - Constructor for class appl.parallel.plugin.event.SimpleCommEventMonitorEngine
 
SimpleCommEventMonitorPlugin - Class in appl.parallel.plugin.event
The XuluPlugin logs TransferEvents and TimeEvents.
SimpleCommEventMonitorPlugin() - Constructor for class appl.parallel.plugin.event.SimpleCommEventMonitorPlugin
Creates a new plugin
SimpleCommEventMonitorPlugin(int, JMenuItem) - Constructor for class appl.parallel.plugin.event.SimpleCommEventMonitorPlugin
Creates a new plugin
SimpleCommEventMonitorPlugin(int, String) - Constructor for class appl.parallel.plugin.event.SimpleCommEventMonitorPlugin
Creates a new plugin
SimpleConsoleMonitor - Class in appl.parallel.event
A simple XuluPlugin that outputs received TimeEvents and TransferEvents to the console.
SimpleConsoleMonitor() - Constructor for class appl.parallel.event.SimpleConsoleMonitor
 
SimplePropertyTable - Class in appl.parallel.gui
Just a simple 2 column Property Table
SimplePropertyTable(String, String) - Constructor for class appl.parallel.gui.SimplePropertyTable
 
SimplePropertyTable() - Constructor for class appl.parallel.gui.SimplePropertyTable
 
SimpleResourceProperties - Class in appl.parallel
Sets the following properties:

Maximum Java Memory
Free Java Memory
System Information
System Architecture
System Version
Hostname
IP
SimpleResourceProperties() - Constructor for class appl.parallel.SimpleResourceProperties
 
SingleCellularAutomaton - Class in schmitzm.test.dynamic
@todo Haupt-Dokumentation erstellen CA, der die Expansion eines LUC-Typs simuliert: ein Startpunkt S ein LUC-Typ U ein Liste D[.] von Bedarfen (#Zellen) pro Modell-Schritt Anzahl T zu modellierender Schritte ein Raster mit der initialisen LUC ein Ausgabe-Raster (optional) Schwellwert MIN_U, ab wann eine Zelle fuer den LUC-Typ U geeignet ist In jedem Zeitschritt wird iteriert bis Bedarf gedeckt ist In jeder Iteration wird jede Zelle des Regionen-Rand (initial die 8 Zellen um den Startpunkt) betrachtet und bewertet (durch die Methode SingleCellularAutomaton.getPreferenceValue(Point,int)).
SingleCellularAutomaton() - Constructor for class schmitzm.test.dynamic.SingleCellularAutomaton
 
SingleFeatureCollection - Class in edu.bonn.xulu.plugin.data.feature
Dieser Datentyp stellt eine Sammlung von Features dar.
SingleFeatureCollection() - Constructor for class edu.bonn.xulu.plugin.data.feature.SingleFeatureCollection
Erzeugt eine neue SingleFeatureCollection.
SingleFeatureCollection(FeatureCollection) - Constructor for class edu.bonn.xulu.plugin.data.feature.SingleFeatureCollection
Erzeugt eine neue SingleFeatureCollection.
SingleFeatureCollectionFactory - Class in edu.bonn.xulu.plugin.io.feature.gt
Diese Factory erzeugt Standard-Instanzen von SingleFeatureCollection.
SingleFeatureCollectionFactory() - Constructor for class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory
 
SingleFeatureCollectionFactory_ShapeFile - Class in edu.bonn.xulu.plugin.io.feature.gt
Diese Factory importiert und exportiert Instanzen des Datentyps SingleFeatureCollection aus/in Shape-Files.
SingleFeatureCollectionFactory_ShapeFile() - Constructor for class edu.bonn.xulu.plugin.io.feature.gt.SingleFeatureCollectionFactory_ShapeFile
 
SingleGrid - Class in edu.bonn.xulu.plugin.data.grid
Dieser Datentyp stellt ein einzelnes Raster dar.
SingleGrid() - Constructor for class edu.bonn.xulu.plugin.data.grid.SingleGrid
Erzeugt ein neues Raster.
SingleGrid(WritableGrid) - Constructor for class edu.bonn.xulu.plugin.data.grid.SingleGrid
Erzeugt ein neues Raster.
SingleGridFactory - Class in appl.parallel.data.splittable
Diese Factory erzeugt Standard-Instanzen von SingleGrid mit einem durch die Factory SplittableGridLLFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid.
SingleGridFactory() - Constructor for class appl.parallel.data.splittable.SingleGridFactory
 
SingleGridFactory - Class in appl.parallel.data.xulugridfile.factories
Diese Factory erzeugt Standard-Instanzen von SingleGrid mit einem durch die Factory XuluGridFactory erzeugten WritableGrid.
SingleGridFactory() - Constructor for class appl.parallel.data.xulugridfile.factories.SingleGridFactory
 
SingleGridFactory - Class in edu.bonn.xulu.plugin.io.grid.array
Diese Factory erzeugt Standard-Instanzen von SingleGrid mit einem durch die Factory WritableGridArrayFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid.
SingleGridFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory
 
SingleGridFactory - Class in edu.bonn.xulu.plugin.io.grid.awt
Diese Factory erzeugt Standard-Instanzen von SingleGrid mit einem durch die Factory WritableGridRasterFactory erzeugten (auf Standard-AWT basierenden) WritableGrid.
SingleGridFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory
 
SingleGridFactory - Class in edu.bonn.xulu.plugin.io.grid.gt
Diese Factory erzeugt Standard-Instanzen von SingleGrid mit einem durch die Factory GridCoverageFactory erzeugten (auf GeoTools basierenden) WritableGrid.
SingleGridFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory
 
SingleGridFactory - Class in edu.bonn.xulu.plugin.io.grid.lateloading
Diese Factory erzeugt Standard-Instanzen von SingleGrid mit einem durch die Factory WritableGridArrayFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid.
SingleGridFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory
 
SingleGridFactory_ArcInfoAsciiGrid - Class in appl.parallel.data.splittable
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das ArcInfo-ASCII-Grid-Format.
SingleGridFactory_ArcInfoAsciiGrid() - Constructor for class appl.parallel.data.splittable.SingleGridFactory_ArcInfoAsciiGrid
 
SingleGridFactory_ArcInfoAsciiGrid - Class in appl.parallel.data.xulugridfile.factories
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das ArcInfo-ASCII-Grid-Format.
SingleGridFactory_ArcInfoAsciiGrid() - Constructor for class appl.parallel.data.xulugridfile.factories.SingleGridFactory_ArcInfoAsciiGrid
 
SingleGridFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.array
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das ArcInfo-ASCII-Grid-Format.
SingleGridFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_ArcInfoAsciiGrid
 
SingleGridFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.awt
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das ArcInfo-ASCII-Grid-Format.
SingleGridFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_ArcInfoAsciiGrid
 
SingleGridFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.gt
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das ArcInfo-ASCII-Grid-Format.
SingleGridFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_ArcInfoAsciiGrid
 
SingleGridFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.lateloading
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das ArcInfo-ASCII-Grid-Format.
SingleGridFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_ArcInfoAsciiGrid
 
SingleGridFactory_GeoTiff - Class in appl.parallel.data.splittable
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das GeoTiff-Format.
SingleGridFactory_GeoTiff() - Constructor for class appl.parallel.data.splittable.SingleGridFactory_GeoTiff
 
SingleGridFactory_GeoTiff - Class in edu.bonn.xulu.plugin.io.grid.array
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das GeoTiff-Format.
SingleGridFactory_GeoTiff() - Constructor for class edu.bonn.xulu.plugin.io.grid.array.SingleGridFactory_GeoTiff
 
SingleGridFactory_GeoTiff - Class in edu.bonn.xulu.plugin.io.grid.awt
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das GeoTiff-Format.
SingleGridFactory_GeoTiff() - Constructor for class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory_GeoTiff
 
SingleGridFactory_GeoTiff - Class in edu.bonn.xulu.plugin.io.grid.gt
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das GeoTiff-Format.
SingleGridFactory_GeoTiff() - Constructor for class edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory_GeoTiff
 
SingleGridFactory_GeoTiff - Class in edu.bonn.xulu.plugin.io.grid.lateloading
Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das GeoTiff-Format.
SingleGridFactory_GeoTiff() - Constructor for class edu.bonn.xulu.plugin.io.grid.lateloading.SingleGridFactory_GeoTiff
 
SinglePartitionInfo - Class in appl.parallel.spmd.split
This class collects the metadata of a partitioning The following information is encapsulated in a SinglePartitionInfo Object: The IDof the SplittableResource The baseResourceName of the resource (given by the parallel programmer) The DataHandler, which loads the data of the partition.
SinglePartitionInfo(int, String, PartitionDataHandler, SplitMap, int) - Constructor for class appl.parallel.spmd.split.SinglePartitionInfo
The constructor.
skip(long) - Method in class de.skrueger.xulu.plugin.gnur.TextReader
 
skrueger.gol - package skrueger.gol
 
slope - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
slope - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
slopeEnd - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
slopeGrid - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
slopeLUT - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
A Lookup-Table which relates actual slope values to slope coefficient influenced probabilities.
slopeLUT - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
slopeMax - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
slopeSens - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
slopeSens - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
 
slopeSens - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
slopeStart - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
slopeStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
SmallReservoirModel - Class in edu.bonn.xulu.plugin.model.ca.reservoir
Diese Klasse stellt eine Implementierung des Modells ImpetusFireCA dar.
SmallReservoirModel() - Constructor for class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
Erzeugt eine neue Instanz des Modells.
SmallReservoirModel.GUI - Class in edu.bonn.xulu.plugin.model.ca.reservoir
Modell-spezifische GUI des Kleinstausee-Modells.
SmallReservoirModel.GUI() - Constructor for class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
Erzeugt eine neue GUI.
SmallReservoirModelContentManager - Class in edu.bonn.xulu.plugin.model.ca.reservoir
Diese Klasse definiert und verwaltet die 7 Ressourcen fuer das Modell SmallReservoirModel und prueft diese auf Korrektheit.
SmallReservoirModelContentManager() - Constructor for class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
Erzeugt einen neuen ContentManager fuer das Modell SmallReservoirModel.
sniffers - Variable in class edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin
Speichert die Listener, die an die Modelle angeschlossen wurden.
sortClassesByName(Class[]) - Static method in class edu.bonn.xulu.plugin.appl.GeoModelCodeGenerator
Sortiert einen Array von Klassen nach der natuerlichen Sortierung ihrer Namen (inklusive Package).
source - Variable in class edu.bonn.xulu.appl.ScriptInterpreter.ScriptExecutionDefinition
Speichert das Quell-Objekt, aus dem das Script gelesen wird.
spcEngine - Variable in class appl.parallel.gui.ModelControlFrame_parallel
 
SplitMap - Interface in appl.parallel.spmd.split
Defines a split map over a SplittableResource.
SplitMap1DHorizontal - Class in appl.parallel.spmd.split
Responsible for splitting a 2D Area (e.g a WritableGrid) in a 1D fashion, which means in this case horizontal (by rows).
SplitMap1DHorizontal(int, int, int, int, AbstractSplitMap.NeighborhoodBoxingMode) - Constructor for class appl.parallel.spmd.split.SplitMap1DHorizontal
 
SplitMap1DHorizontal() - Constructor for class appl.parallel.spmd.split.SplitMap1DHorizontal
needed for serialization
SplitMap1DVertical - Class in appl.parallel.spmd.split
Responsible for splitting a 2D Area (e.g a WritableGrid) in a 1D fashion, which means in this case vertical (by cols).
SplitMap1DVertical(int, int, int, int, AbstractSplitMap.NeighborhoodBoxingMode) - Constructor for class appl.parallel.spmd.split.SplitMap1DVertical
 
SplitMap1DVertical() - Constructor for class appl.parallel.spmd.split.SplitMap1DVertical
needed for serialization
SplitMap2D - Class in appl.parallel.spmd.split
Responsible for splitting a 2D Area (e.g a WritableGrid) in a 2D fashion.
SplitMap2D(int, int, int, int, AbstractSplitMap.NeighborhoodBoxingMode) - Constructor for class appl.parallel.spmd.split.SplitMap2D
 
SplitMap2D() - Constructor for class appl.parallel.spmd.split.SplitMap2D
needed for serialization
SplitMapTest - Class in appl.parallel.test
Generated code for the test suite SplitMapTest located at /XuluSVN/javasrc/appl/parallel/test/SplitMapTest.testsuite.
SplitMapTest(String) - Constructor for class appl.parallel.test.SplitMapTest
Constructor for SplitMapTest.
SplittableGrid - Interface in appl.parallel.spmd.split
A grid that is splittable
SplittableGridLLFactory - Class in appl.parallel.data.splittable
Diese Factory erzeugt Standard-Instanzen des Datentyps SplittableLLProxyGrid.
SplittableGridLLFactory() - Constructor for class appl.parallel.data.splittable.SplittableGridLLFactory
 
SplittableLLProxyGrid - Class in appl.parallel.data.splittable
 
SplittableLLProxyGrid(ImportFactory, RasterMetaData, Object, XuluRegistry) - Constructor for class appl.parallel.data.splittable.SplittableLLProxyGrid
 
SplittableLLProxyGrid(WritableGridFactory, RasterMetaData) - Constructor for class appl.parallel.data.splittable.SplittableLLProxyGrid
 
SplittableLLProxyGrid(RasterMetaData, int) - Constructor for class appl.parallel.data.splittable.SplittableLLProxyGrid
 
SplittableResource - Interface in appl.parallel.spmd.split
A resource that is splittable must provide some information to work with SplitMaps.
spmdClient - Variable in class appl.parallel.data.AbstractDataHandler
A ClientDataServer may be used locally for faster access.
SPMDClientController - Class in appl.parallel.spmd
This class controls all the parallelization action on the client side and is the counterpart to SPMDServerController.
SPMDClientController(Vector<ComputingResourceContainer>, double[], ClientDataServer, CommEventSink) - Constructor for class appl.parallel.spmd.SPMDClientController
Creates a new Client controller.
SPMDClientController.STATE - Enum in appl.parallel.spmd
There are two states:

STATE.INIT is the initializing state.
SPMDClientInterface - Interface in appl.parallel.spmd
Using this interface the programmer can access the parallel functionality.
SPMDResource - Interface in appl.parallel.server
The resources participating in a SPMD computation need to implement this interface.
SPMDServerController - Class in appl.parallel.spmd
This class controls all the parallelization action on the server side and is the counterpart to SPMDClientController.
SPMDServerController(PartitionDataManager, int) - Constructor for class appl.parallel.spmd.SPMDServerController
Creates a new instance
SPMDServerInterface - Interface in appl.parallel.spmd
Using this interface the programmer can access the parallel functionality on server side.
SPMDTask - Interface in appl.parallel.spmd
A SPMDTask should be executed on servers using the SPMD-paradigm.
SPMDTest - Class in appl.parallel.test
Generated code for the test suite SPMDTest located at /XuluSVN/javasrc/appl/parallel/test/SPMDTest.testsuite.
SPMDTest(String) - Constructor for class appl.parallel.test.SPMDTest
Constructor for SPMDTest.
SPMDTest_MultiGrid - Class in appl.parallel.test
This is a minor modification of SPMDTest.
SPMDTest_MultiGrid(String) - Constructor for class appl.parallel.test.SPMDTest_MultiGrid
Constructor for SPMDTest.
spread - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
spread - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
 
spreadEnd - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
spreadStart - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
spreadStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
src - Variable in class appl.parallel.event.CommEvent
The source of the event
start() - Method in class appl.parallel.starter.server.XuluServerStarter
Creates the Java commandline and starts the XuluServer
start() - Method in interface appl.parallel.starter.Starter
Starts the process
start() - Method in class appl.parallel.thread.OneMethodThread
Starts the thread
start() - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
starts the model
startButton - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Butten zum Starten der Generierung.
started - Variable in class edu.bonn.xulu.appl.AbstractXuluPlugin
Speichert, ob das Plugin gestartet ist oder nicht.
started - Variable in class edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin
Flag, ob das Plugin gestartet ist, oder nicht
started - Variable in class edu.bonn.xulu.plugin.appl.LoggerPlugin
Flag speichert, ob das Plugin gestartet ist.
started - Variable in class edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin
Flag, ob das Plugin gestartet ist, oder nicht
Starter - Interface in appl.parallel.starter
An interface for programs which start themself other programs as separate processes.
StarterClientGUI - Class in appl.parallel.starter.client
This is a GUI for controlling the Starters in the network.
StarterClientGUI() - Constructor for class appl.parallel.starter.client.StarterClientGUI
Creates a new GUI
StarterClientGUI.ExitListener - Class in appl.parallel.starter.client
Shuts down the application on exit
StarterClientGUI.ExitListener() - Constructor for class appl.parallel.starter.client.StarterClientGUI.ExitListener
 
StarterContainer - Class in appl.parallel.starter.client
Just a small container class used e.g. in the XuluStarterControllerFrame for display
StarterContainer(Starter, String) - Constructor for class appl.parallel.starter.client.StarterContainer
A Container for use in SwingComponents.
startLoc - Variable in class edu.bonn.xulu.plugin.data.misc.CAArea
Speichert die Start-Position der Area.
startModelling() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Startet die Modellierung, indem AbstractXuluModel.performModelStart() aufgerufen wird.
startModelling() - Method in interface edu.bonn.xulu.model.XuluModel
Diese Methode startet den Modell-Ablauf.
startModelling() - Method in class schmitzm.test.model.DynamicXuluModel
Diese Methode startet den Modell-Ablauf.
startPoints - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
startService() - Method in class appl.parallel.client.RemoteEventHandler
 
startService() - Method in class appl.parallel.services.GlobalDiscoveryService
 
startService() - Method in class appl.parallel.services.HostnameDiscoveryService
 
startService() - Method in class appl.parallel.services.MulticastDiscoveryService
 
startService() - Method in class appl.parallel.services.RemoteEventProxy
 
startService() - Method in interface appl.parallel.services.Service
Starts the service
STATDF - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Static driving forces
STATDF - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Static driving forces
StatusFrame - Class in edu.bonn.xulu.gui
Diese Klasse bildet eine abstrakte Oberklasse fuer alle grafischen Implementierungen des Status-Fensters.
StatusFrame() - Constructor for class edu.bonn.xulu.gui.StatusFrame
Erzeugt einen neue Instanz des grafischen Status-Fensters.
StatusFrame_BasicTextArea - Class in edu.bonn.xulu.plugin.gui
Diese Klasse stellt ein Fenster fuer die Xulu-Modelling-Platform dar, in dem beliebige Statusmeldungen ausgegeben werden koennen.
StatusFrame_BasicTextArea(XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.gui.StatusFrame_BasicTextArea
Erzeugt einen neue Instanz des grafischen Statusfenster.
StatusFrame_BasicTextArea(XuluModellingPlatform, Dimension) - Constructor for class edu.bonn.xulu.plugin.gui.StatusFrame_BasicTextArea
Erzeugt einen neue Instanz des grafischen Statusfenster.
statusOut - Variable in class edu.bonn.xulu.model.AbstractXuluModel
Ausgabe-Stream fuer Statusausgaben.
step() - Method in class edu.bonn.xulu.model.StepModelThread
Fuehrt einen einzelnen Arbeitsschritt aus.
step() - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
makes one model step
step - Variable in class edu.bonn.xulu.plugin.model.sleuth.CopyUrbanInActualLU
 
STEP_SIZE_NO - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
stepCount - Variable in class edu.bonn.xulu.model.AbstractStepModel
Speichert die Anzahl der zu modellierenden Schritte.
STEPCOUNT - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
ID der int-Ressource fuer die Anzahl zu modellierender Modell-Schritte.
STEPCOUNT_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
Beschreibung fuer die MultiCellularAutomaton.CAContentManager.STEPCOUNT-Ressource.
StepModel - Interface in edu.bonn.xulu.model
Dieses Interface muessen alle Modelle implementieren, deren Ablauf schrittweise durchgefuehrt werden kann.
STEPMODEL_TEMPLATE_FILENAME - Static variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGenerator
Name der Vorlagen-Datei fuer StepModel.
StepModelAdapter - Class in edu.bonn.xulu.model.event
Erweitert den normalen ModelAdapter um die Ereignisse...
StepModelAdapter() - Constructor for class edu.bonn.xulu.model.event.StepModelAdapter
 
StepModelThread - Class in edu.bonn.xulu.model
Diese Klasse implementiert einen Thread fuer ein Modell, welches schrittweise ausgefuehrt wird.
StepModelThread(StepModel) - Constructor for class edu.bonn.xulu.model.StepModelThread
Erzeugt einen neuen Modell-Prozess.
STEPRESULTS - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Out-Rasters for time step results
STEPRESULTS - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Out-Rasters for time step results
steps - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
stepSize - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
stop() - Method in class appl.parallel.client.RemoteExecutionController
 
stop() - Method in class appl.parallel.event.SimpleConsoleMonitor
 
stop() - Method in class appl.parallel.plugin.event.SimpleCommEventMonitorEngine
stops the execution
stop() - Method in class appl.parallel.server.PartitionDataManager
unbinds the server from the registry, removes all data and runs the garbage collector
stop() - Method in class appl.parallel.starter.server.XuluServerStarter
 
stop() - Method in interface appl.parallel.starter.Starter
stops the process
stop() - Method in class edu.bonn.xulu.appl.AbstractXuluPlugin
Stoppt die Ausfuehrung des Plugins.
stop() - Method in interface edu.bonn.xulu.appl.XuluPlugin
Stoppt die Ausfuehrung des Plugins.
stop() - Method in class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
Stoppt das Plugin.
stop() - Method in class edu.bonn.xulu.plugin.appl.DateTimePlugin
Stoppt die Ausfuehrung des Plugins.
stop() - Method in class edu.bonn.xulu.plugin.appl.DateTimeWindowPlugin
Stoppt die Ausfuehrung des Plugins.
stop() - Method in class edu.bonn.xulu.plugin.appl.GTVisualisationColorMapPlugin
Stoppt die Ausfuehrung des Plugins.
stop() - Method in class edu.bonn.xulu.plugin.appl.LoggerPlugin
Stoppt das Plugin.
stop() - Method in class edu.bonn.xulu.plugin.appl.ModelTimeSnifferPlugin
Stoppt die Ausfuehrung des Plugins.
stop() - Method in class edu.bonn.xulu.plugin.gui.ModelControlContainer
stops the model
stopModelling() - Method in class edu.bonn.xulu.model.AbstractXuluModel
Stoppt die Modellierung.
stopModelling() - Method in interface edu.bonn.xulu.model.XuluModel
Diese Methode unterbricht den Modellablauf komplett.
stopModelling() - Method in class schmitzm.test.model.DynamicXuluModel
Diese Methode unterbricht den Modellablauf komplett.
stopped - Variable in class edu.bonn.xulu.model.AbstractXuluModel
Dieses Flag speichert, ob das Modell gestoppt ist.
stopServer() - Method in class appl.parallel.server.XuluServer
This method frees all resources.
stopService() - Method in class appl.parallel.client.RemoteEventHandler
 
stopService() - Method in class appl.parallel.services.GlobalDiscoveryService
 
stopService() - Method in class appl.parallel.services.HostnameDiscoveryService
stops the service
stopService() - Method in class appl.parallel.services.MulticastDiscoveryService
 
stopService() - Method in class appl.parallel.services.RemoteEventProxy
 
stopService() - Method in interface appl.parallel.services.Service
Stops the service
stopThread() - Method in class appl.parallel.server.ServerMulticastReceiver
Safe method to stop the Thread.
store() - Method in class appl.ext.XuluConfig
Saves the configuration to the file system
storeStepGridsCheckBox - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel.GUI
CheckBox, ob Zwischenschritte als Raster gespeichert werden sollen.
storeStepResults - Variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModel
 
storeToXuluProperties(XuluModellingPlatform) - Method in class edu.bonn.xulu.appl.RecentImports
Speichert die Liste der zuletzt vorgenommenen Import-Operationen in den Xulu-Properties.
storeToXuluProperties(XuluModellingPlatform) - Method in class edu.bonn.xulu.appl.RecentScripts
Speichert die Liste der zuletzt ausgefuehrten Skripte in den Xulu-Properties.
suite() - Static method in class appl.parallel.test.SplitMapTest
Returns the JUnit test suite that implements the SplitMapTest definition.
suite() - Static method in class appl.parallel.test.SPMDTest
Returns the JUnit test suite that implements the SPMDTest definition.
suite() - Static method in class appl.parallel.test.SPMDTest_MultiGrid
Returns the JUnit test suite that implements the SPMDTest definition.
suite() - Static method in class appl.parallel.test.XuluGridTestCase
Returns the JUnit test suite that implements the XuluGridTestCase definition.
suite() - Static method in class appl.parallel.test.XuluServerTest
Returns the JUnit test suite that implements the XuluServerTest definition.
SumOutStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
supportsMultiThreading() - Method in class appl.parallel.spmd.AbstractSPMDTask
returns false.
supportsMultiThreading() - Method in interface appl.parallel.spmd.SPMDTask
If you want to support multiple processors, this method must return true.
supportsMultiThreading() - Method in class edu.bonn.xulu.plugin.model.parallel.ClueTaskTuned
 
supportsMultiThreading() - Method in class edu.bonn.xulu.plugin.model.parallel.demo.AVNTunedTask
 
supportsSimpleRemoteExecution() - Method in class appl.parallel.ComputingResourceContainer
 
SWING_RES - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Enthaelt eine Referenz auf die Standard-Swing-Ressourcen des Package schmitzm.swing.
SwingIO - Class in de.skrueger.xulu.plugin.gnur
 
SwingIO() - Constructor for class de.skrueger.xulu.plugin.gnur.SwingIO
 
SwingIO.TextAreaOutputStream - Class in de.skrueger.xulu.plugin.gnur
 
synchronizeToSyncPoint(SyncPoint) - Method in class appl.parallel.spmd.AdvancedSPMDClientController
 
synchronizeToSyncPoint(SyncPoint) - Method in interface appl.parallel.spmd.AdvancedSPMDClientInterface
Waits until the Thread with the specified SyncPoint finishes.
synchronizeToSyncPoint(SyncPoint) - Method in class appl.parallel.spmd.AdvancedSPMDServerController
 
synchronizeToSyncPoint(SyncPoint) - Method in interface appl.parallel.spmd.AdvancedSPMDServerInterface
Waits until the Thread with the specified SyncPoint finishes.
SyncPoint - Class in appl.parallel.spmd
Specifies details about a synchronization point.
SyncPoint(int) - Constructor for class appl.parallel.spmd.SyncPoint
Creates a new Sync-Point with normal priority
SyncPoint() - Constructor for class appl.parallel.spmd.SyncPoint
Creates a new Sync-Point with normal SyncPoint.Priority (and with hashcode as id)
SyncPoint(int, SyncPoint.Priority) - Constructor for class appl.parallel.spmd.SyncPoint
 
SyncPoint(SyncPoint.Priority) - Constructor for class appl.parallel.spmd.SyncPoint
Creates a new Sync-Point with the given SyncPoint.Priority
SyncPoint.Priority - Enum in appl.parallel.spmd
A high priority means a high priority on operating system level.

T

tabbedPane - Variable in class appl.parallel.gui.ModelControlFrame_Tabbed
 
table - Variable in class edu.bonn.xulu.plugin.gui.DisplayContainer_Table
 
tableChanged(TableModelEvent) - Method in class appl.ext.ConfigurationEditorEngine
 
tableChanged(TableModelEvent) - Method in class appl.parallel.gui.ParallelControlPanelEngine
Listens for user changes of the rating
tableModel - Variable in class edu.bonn.xulu.plugin.gui.DisplayContainer_Table
 
TAG_DATATYPE - Static variable in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
 
TAG_DEFAULTFAC - Static variable in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
 
TAG_EXPORTFAC - Static variable in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
 
TAG_GLOBAL - Static variable in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
 
TAG_IMPORTFAC - Static variable in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
 
TAG_MODEL - Static variable in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
 
TAG_PLUGIN - Static variable in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
 
TAG_SCRIPTINTERPRETER - Static variable in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
 
TAG_TYPEMAPPING - Static variable in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
 
TAG_VISUALISATION - Static variable in class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
 
target - Variable in class appl.parallel.event.CommEvent
The target of the event
TARGET_GLOBAL - Static variable in class schmitzm.test.dynamic.CellularAutomaton
Abbruch-Modus "Global".
TARGET_LOCAL - Static variable in class schmitzm.test.dynamic.CellularAutomaton
Abbruch-Modus "Lokal".
tearDown() - Method in class appl.parallel.test.PartitialGridTest
 
tearDown() - Method in class appl.parallel.test.SplitMapTest
 
tearDown() - Method in class appl.parallel.test.SPMDTest
 
tearDown() - Method in class appl.parallel.test.SPMDTest_MultiGrid
 
tearDown() - Method in class appl.parallel.test.XuluGridTestCase
 
tearDown() - Method in class appl.parallel.test.XuluServerTest
 
terminate() - Method in class edu.bonn.xulu.model.XuluModelThread
Beendet das Modell und den Thread.
test1DHorizontal() - Method in class appl.parallel.test.SplitMapTest
 
test1DVertical() - Method in class appl.parallel.test.SplitMapTest
1DSplitMap
test2DIrregular() - Method in class appl.parallel.test.SplitMapTest
 
testChartFromFeatureCollection() - Method in class schmitzm.test.appl.TestPlugin
 
testGetPartitialGrid2D() - Method in class appl.parallel.test.PartitialGridTest
Test method for appl.parallel.util.PartitionUtil#getPartitialGrid2D(schmitzm.data.WritableGrid, Rectangle, int).
testMartin() - Method in class appl.parallel.test.XuluGridTestCase
 
TestModel - Class in edu.bonn.xulu.plugin.model.test
Diese Klasse stellt ein Test-Modell dar, dass eigentlich gar nichts macht.
TestModel() - Constructor for class edu.bonn.xulu.plugin.model.test.TestModel
Erzeugt ein neues Test-Modell.
TestModel.ContentManager - Class in edu.bonn.xulu.plugin.model.test
Diese Klasse verwaltet die Ressourcen fuer das TestModel und prueft diese auf Korrektheit.
TestModel.ContentManager() - Constructor for class edu.bonn.xulu.plugin.model.test.TestModel.ContentManager
Erzeugt einen neuen ContentManager fuer das TestModel.
testPingServer() - Method in class appl.parallel.test.XuluServerTest
testServer
TestPlugin - Class in schmitzm.test.appl
Dies ist ein Test-Plugin fuer die Xulu-Modelling-Platform, das zum Testen von verschiedenen Funktionen dient.
TestPlugin() - Constructor for class schmitzm.test.appl.TestPlugin
Erzeugt eine neue Plugin-Instanz.
testReadingPartitialGrid() - Method in class appl.parallel.test.XuluGridTestCase
testReadingPartitial Grid
testSendModel() - Method in class appl.parallel.test.XuluServerTest
sendModel
testSPMD() - Method in class appl.parallel.test.SPMDTest
TestSPMD
testSPMD() - Method in class appl.parallel.test.SPMDTest_MultiGrid
TestSPMD
testXLS2CSV() - Method in class schmitzm.test.appl.TestPlugin
 
TextReader - Class in de.skrueger.xulu.plugin.gnur
 
TextReader() - Constructor for class de.skrueger.xulu.plugin.gnur.TextReader
 
THIS - Variable in class de.skrueger.xulu.plugin.gnur.GnuRGUI
Speichert eine Referenz auf das Fenster-Objekt, um aus verschachtelten Klassen einfach darauf zugreifen zu koennen.
THRESHOLD - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
ID der double-Ressource fuer den Schwellwert der Praeferenzfunktion, ab dem eine Zelle fuer einen potentiellen LUC-Wechsel in Betracht gezogen wird.
THRESHOLD_DESC - Static variable in class edu.bonn.xulu.plugin.model.ca.MultiCellularAutomaton.CAContentManager
Beschreibung fuer die MultiCellularAutomaton.CAContentManager.THRESHOLD-Ressource.
throwDataException(String) - Method in class edu.bonn.xulu.model.AbstractModelResource
Erzeugt und wirft eine XuluDataException mit der Beschreibung "Resource 'resource_name': expected expected" Der Ressourcenname wird automatisch ueber this.getDesc() ermittelt.
TimeEvent - Class in appl.parallel.event
A TimeEvent is a CommEvent which is associated with a execution time of a operation.
TimeEvent(long, String, String, CommEvent.CommType) - Constructor for class appl.parallel.event.TimeEvent
 
TimeMonitor - Interface in appl.parallel.event
A monitor, that receives TimeEvents
TMP_DHM_NO - Static variable in class edu.bonn.xulu.plugin.model.ca.reservoir.SmallReservoirModelContentManager
 
toArray() - Method in class edu.bonn.xulu.plugin.data.grid.MultiGrid
 
toggleGUI(boolean) - Method in class appl.plugin.multimodelcontrol.MultiModelControlHandler
 
TOLERANCEAVERAGE - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Average tolerance for demand compliance
TOLERANCEAVERAGE - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Average tolerance for demand compliance
TOLERANCESINGLE - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Tolerance for demand compliance for each lu type
TOLERANCESINGLE - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Tolerance for demand compliance for each lu type
TOLERANCETYPE - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Type of tolerance expression for demand compliance
TOLERANCETYPE - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelContentManager
Ressource: Type of tolerance expression for demand compliance
TOLTYPE_ABS - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModel
Konstante fuer die Toleranz-Art "absolut in Bedarf-Einheit".
TOLTYPE_ABS - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Konstante fuer die Toleranz-Art "absolut in Bedarf-Einheit".
TOLTYPE_ABS - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Konstante fuer die Toleranz-Art "absolut in Bedarf-Einheit".
TOLTYPE_ABS - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Konstante fuer die Toleranz-Art "absolut in Bedarf-Einheit".
TOLTYPE_ABS - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Konstante fuer die Toleranz-Art "absolut in Bedarf-Einheit".
TOLTYPE_ABS - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Konstante fuer die Toleranz-Art "absolut in Bedarf-Einheit".
TOLTYPE_PCT - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModel
Konstante fuer die Toleranz-Art "prozentual".
TOLTYPE_PCT - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModel_Optimized
Konstante fuer die Toleranz-Art "prozentual".
TOLTYPE_PCT - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModel_Original
Konstante fuer die Toleranz-Art "prozentual".
TOLTYPE_PCT - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic
Konstante fuer die Toleranz-Art "prozentual".
TOLTYPE_PCT - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel
Konstante fuer die Toleranz-Art "prozentual".
TOLTYPE_PCT - Static variable in class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned
Konstante fuer die Toleranz-Art "prozentual".
toR(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RVar
 
toR(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RVarAdapter
 
toR(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RVarMatrix
 
toR(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RVarScalar
 
toR(Rengine) - Method in class de.skrueger.xulu.plugin.gnur.RVarSingleGrid
 
toString() - Method in class appl.parallel.ComputingResourceContainer
 
toString() - Method in class appl.parallel.event.TimeEvent
 
toString() - Method in class appl.parallel.event.TransferEvent
 
toString() - Method in class appl.parallel.SimpleResourceProperties
 
toString() - Method in class appl.parallel.starter.client.StarterContainer
 
toString() - Method in class appl.plugin.multimodelcontrol.ModelListObject
 
totalPixels - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
 
TOTALPROB - Static variable in class edu.bonn.xulu.plugin.model.clue.ClueModelContentManager
Ressource: Temp-RasterList for total probabilities
tplDirName - Static variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI
Verzeichnis-Name (unterhalb des Xulu-Plugin-Verzeichnisses in dem die Vorlagen-Dateien fuer Code-Generierung hinterlegt sind.
TransferEvent - Class in appl.parallel.event
A TransferEvent is event which is associated with the size of a data transfer in bytes.
TransferEvent(String, String, CommEvent.CommType, Object...) - Constructor for class appl.parallel.event.TransferEvent
 
TransferMonitor - Interface in appl.parallel.event
A Monitor that receives TransferEvents
tryLoadingGrid() - Method in class appl.data.WritableGridLLProxy
Trys to load the grid and gives out an error to the LOG, if the loading fails.
type - Variable in class appl.parallel.event.CommEvent
the type of the event
type - Variable in class edu.bonn.xulu.model.AbstractModelResource
Speichert den Datentyp der Ressource.
type - Variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI.ResourceTableModel.ResourceDefinition
Auswahlfeld fuer den Resourcen-Typ.
TypeMapping - Class in edu.bonn.xulu.io
 
TypeMapping(Class, InstantiationFactory) - Constructor for class edu.bonn.xulu.io.TypeMapping
Erzeugt ein neues TypeMapping.
TypeMappingException - Exception in edu.bonn.xulu.io
Dieser Fehler wird erzeugt, wenn ein Fehler mit bei der Datentyp/Factory-Zuordnung auftritt.
TypeMappingException(Class, Factory, String) - Constructor for exception edu.bonn.xulu.io.TypeMappingException
Erzeugt einen neuen Fehler.
TypeMappingException(Class, Factory) - Constructor for exception edu.bonn.xulu.io.TypeMappingException
Erzeugt einen neuen Fehler.
TypeMappingException(String) - Constructor for exception edu.bonn.xulu.io.TypeMappingException
Erzeugt einen neuen Fehler.
typeName() - Method in class appl.parallel.event.CommEvent
 

U

unbind(String) - Static method in class appl.parallel.util.Helper
Unbinds a a stub from the registry!
unload() - Method in interface appl.data.DataUnloader
unloads the Data to a specific location
unload() - Method in class appl.parallel.data.AbstractDataHandler
 
unload() - Method in class appl.parallel.data.XuluClientLoader
 
unload() - Method in class appl.parallel.data.xulugridfile.XuluGridSharedFileSystemLoader
unloads into the file!
unloadBounds - Variable in class appl.parallel.data.AbstractDataHandler
The unload bounds differ may differ from the partitionBounds.
unloadData() - Method in class appl.data.LateLoadingProxy
If no Data is loaded or unloading is disabled this method does nothing, else it saves the Data into a temporary File.
unloadData() - Method in class appl.parallel.data.xulugridfile.XuluWritableGridFile
unloading is not necessary (method does nothing
unloadToSource(int) - Method in class appl.parallel.server.PartitionDataManager
 
unloadToSource(int) - Method in interface appl.parallel.server.PartitionDataServer
Unloads the specified resource to the source it was loaded from
unregisterAutostartPlugin(XuluPlugin) - Method in class edu.bonn.xulu.appl.XuluRegistry
Entfernt die Registrierung eines Xulu-Plugins als Autostart-Plugin.
unregisterDataType(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Entfernt die Registrierung eines Datentyps.
unregisterDefaultFactory(InstantiationFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Entfernt die Registrierung einer Standard-Factory.
unregisterExportFactory(ExportFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Entfernt die Registrierung einer Export-Factory.
unregisterImportFactory(ImportFactory) - Method in class edu.bonn.xulu.appl.XuluRegistry
Entfernt die Registrierung einer Import-Factory.
unregisterModelClass(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Entfernt die Registrierung einer Modellklasse.
unregisterPlugin(XuluPlugin) - Method in class edu.bonn.xulu.appl.XuluRegistry
Entfernt die Registrierung eines Xulu-Plugins.
unregisterScriptInterpreter(ScriptInterpreter) - Method in class edu.bonn.xulu.appl.XuluRegistry
Entfernt die Registrierung eines Skript-Interpreters.
unregisterTypeMapping(TypeMapping) - Method in class edu.bonn.xulu.appl.XuluRegistry
Entfernt die Registrierung eines TypeMappings.
unregisterVisualisationTool(Class) - Method in class edu.bonn.xulu.appl.XuluRegistry
Entfernt die Registrierung eines Visualisierungstool.
update(Object) - Method in interface edu.bonn.xulu.appl.VisualisationTool
Aktualisiert die Visualisierung eins Objekts.
update(Object) - Method in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Aktualisiert alle Visualisierungen eines Objekts.
update(Object) - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Aktualisiert alle Visualisierungen eines Objekts.
updateBaseParameter(HashMap<String, Object>) - Method in class appl.parallel.server.PartitionDataManager
 
updateBaseParameter(HashMap<String, Object>) - Method in interface appl.parallel.server.PartitionDataServer
Adds or updates BaseParameters
updateChartData() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Aktualisiert die Datenbasis des Charts, so dass die Auswirkung geaenderter oder neuer Daten sichtbar wird.
updateChartType() - Method in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Aktualisiert das Chart-Layout gemaess des in der GUI ausgewaehlten Chart-Typ.
updateFromNeighbors(int) - Method in class appl.parallel.server.PartitionDataManager
Updates the specified partition.
updateFromNeighbors(String) - Method in class appl.parallel.server.PartitionDataManager
Does the same as PartitionDataManager.updateFromNeighbors(int)
updateFromNeighbors(int) - Method in interface appl.parallel.server.PartitionDataServer
requests an update for the neighborhood region for the given resource
updateListener - Variable in class edu.bonn.xulu.plugin.vis.GTVisualisationTool
Speichert die verteilten UpdateListener
updateListener - Variable in class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool
Speichert die verteilten UpdateListener
updateNeighborhood(Object) - Method in class appl.parallel.spmd.SPMDClientController
 
updateNeighborhood(MultiDataObject, int) - Method in class appl.parallel.spmd.SPMDClientController
 
updateNeighborhood(Object) - Method in interface appl.parallel.spmd.SPMDClientInterface
Signals to all participating servers to update the neighborhood and waits until the update is finished.
updateNeighborhood(MultiDataObject, int) - Method in interface appl.parallel.spmd.SPMDClientInterface
Signals to all participating servers to update the neighborhood and waits until the update is finished.
updatePartition(int, DataPartition, Rectangle) - Method in class appl.parallel.client.ClientDataServer
 
updatePartition(int, DataPartition, Rectangle) - Method in interface appl.parallel.client.DataServer
sets the data with the id of a SplittableRessource
updatePartition(int, DataPartition, Rectangle) - Method in class appl.parallel.server.PartitionDataManager
 
updatePartition(int, DataPartition, Rectangle) - Method in interface appl.parallel.server.PartitionDataServer
sets the data with the id of a SplittableRessource
updateResources(Vector<ComputingResourceContainer>) - Method in interface appl.parallel.client.ResourceChangeListener
 
updateResources(Vector<ComputingResourceContainer>) - Method in class appl.parallel.gui.ParallelControlPanelEngine
 
UrbanGrowthContentManager - Class in edu.bonn.xulu.plugin.model.sleuth
This class defines and handle the three resources for the models AverageNeighborhoodSerialDemoModel AverageNeighborhoodParallelDemoModel AVNTuned
UrbanGrowthContentManager() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthContentManager
Erzeugt einen neuen ContentManager fuer das Modell AverageNeighborhoodParallelDemoModel.
UrbanGrowthModel - Class in edu.bonn.xulu.plugin.model.sleuth
Urban Growth Model
This Model simulates urban growth.
UrbanGrowthModel(UrbanGrowthModelContentManager) - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
Creates a new model instance.
UrbanGrowthModel() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
UrbanGrowthModel_MC - Class in edu.bonn.xulu.plugin.model.sleuth
Urban Growth Model with Monte-Carlo Iterations
This model is based on the Urban Growth Model, developed by Keith Clarke at the UC Santa Barbara, CA, within the Gigalopolis Project, funded by the USGS.
UrbanGrowthModel_MC(UrbanGrowthModel_MC_ContentManager) - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC
First Constructor
UrbanGrowthModel_MC() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC
Second Constructor.
UrbanGrowthModel_MC_ContentManager - Class in edu.bonn.xulu.plugin.model.sleuth
 
UrbanGrowthModel_MC_ContentManager(int) - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC_ContentManager
 
UrbanGrowthModel_MC_ContentManager() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC_ContentManager
 
UrbanGrowthModelCalibration - Class in edu.bonn.xulu.plugin.model.sleuth
Calibration of the Urban Growth Model
This model is based on the Urban Growth Model, developed by Keith Clarke at the UC Santa Barbara, CA, within the Gigalopolis Project, funded by the USGS.
UrbanGrowthModelCalibration(UrbanGrowthModelCalibrationContentManager) - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
First Constructor
UrbanGrowthModelCalibration() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
Second Constructor.
UrbanGrowthModelCalibrationContentManager - Class in edu.bonn.xulu.plugin.model.sleuth
 
UrbanGrowthModelCalibrationContentManager(int) - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationContentManager
 
UrbanGrowthModelCalibrationContentManager() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationContentManager
 
UrbanGrowthModelCalibrationSelfModification - Class in edu.bonn.xulu.plugin.model.sleuth
Calibration of the Urban Growth Model with Self Modification
This model is based on the Urban Growth Model Calibration, which is a deviation of the Urban Growth Model developed by Keith Clarke at the UC Santa Barbara, CA, within the Gigalopolis Project, funded by the USGS.
UrbanGrowthModelCalibrationSelfModification(UrbanGrowthModelCalibrationSelfModificationContentManager) - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
First Constructor
UrbanGrowthModelCalibrationSelfModification() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModification
Second Constructor.
UrbanGrowthModelCalibrationSelfModificationContentManager - Class in edu.bonn.xulu.plugin.model.sleuth
 
UrbanGrowthModelCalibrationSelfModificationContentManager(int) - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModificationContentManager
 
UrbanGrowthModelCalibrationSelfModificationContentManager() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModificationContentManager
 
UrbanGrowthModelContentManager - Class in edu.bonn.xulu.plugin.model.sleuth
 
UrbanGrowthModelContentManager(int) - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelContentManager
 
UrbanGrowthModelContentManager() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelContentManager
 
UrbanGrowthModelSelfModification - Class in edu.bonn.xulu.plugin.model.sleuth
Urban Growth Model with Self Modification
This model is based on the Urban Growth Model, developed by Keith Clarke at the UC Santa Barbara, CA, within the Gigalopolis Project, funded by the USGS.
UrbanGrowthModelSelfModification(UrbanGrowthModelSelfModificationContentManager) - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
First Constructor
UrbanGrowthModelSelfModification() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModification
Second Constructor.
UrbanGrowthModelSelfModificationContentManager - Class in edu.bonn.xulu.plugin.model.sleuth
 
UrbanGrowthModelSelfModificationContentManager(int) - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModificationContentManager
 
UrbanGrowthModelSelfModificationContentManager() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModificationContentManager
 
UrbanGrowthModelSelfModifying - Class in edu.bonn.xulu.plugin.model.sleuth
This very simple model looks at every grid cell and takes the average over a the surrounding cells in a specified neighborhood.
UrbanGrowthModelSelfModifying() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifying
Erzeugt eine neue Instanz des Modells.
UrbanGrowthModelSelfModifyingContentManager - Class in edu.bonn.xulu.plugin.model.sleuth
 
UrbanGrowthModelSelfModifyingContentManager() - Constructor for class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelSelfModifyingContentManager
 
uselessBurningCells - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 

V

valueChanged(ListSelectionEvent) - Method in class appl.ext.ConfigurationEditorEngine
Listens for selection changes in list and table
valueChanged(ListSelectionEvent) - Method in class appl.parallel.gui.ParallelControlPanelEngine
 
valueChanged(ListSelectionEvent) - Method in class appl.plugin.multimodelcontrol.MultiModelControlHandler
 
valueOf(String) - Static method in enum appl.parallel.event.CommEvent.CommType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum appl.parallel.spmd.split.AbstractSplitMap.NeighborhoodBoxingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum appl.parallel.spmd.SPMDClientController.STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum appl.parallel.spmd.SyncPoint.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.bonn.xulu.gui.XuluGUIMessages.FileOverrideOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.bonn.xulu.plugin.model.parallel.ClueTaskDefinition.Task
Returns the enum constant of this type with the specified name.
ValuePropertyResource - Class in edu.bonn.xulu.model
Diese Implementierung von ModelResource laesst nur ValueProperty-Objekte eines bestimmten Datentyps als Datenobjekt zu.
ValuePropertyResource(int, String, ValueProperty, boolean) - Constructor for class edu.bonn.xulu.model.ValuePropertyResource
Erzeugt eine neue Ressource
ValuePropertyResource(int, String, Class, Class, boolean) - Constructor for class edu.bonn.xulu.model.ValuePropertyResource
Erzeugt eine neue Ressource
ValuePropertyResource(int, String, Class, ValuePropertyType, boolean) - Constructor for class edu.bonn.xulu.model.ValuePropertyResource
Erzeugt eine neue Ressource
ValuePropertyResource(String, ValueProperty, boolean) - Constructor for class edu.bonn.xulu.model.ValuePropertyResource
Erzeugt eine neue Ressource
ValuePropertyResource(String, Class, Class, boolean) - Constructor for class edu.bonn.xulu.model.ValuePropertyResource
Erzeugt eine neue Ressource
ValuePropertyResource(String, Class, ValuePropertyType, boolean) - Constructor for class edu.bonn.xulu.model.ValuePropertyResource
Erzeugt eine neue Ressource
values() - Static method in enum appl.parallel.event.CommEvent.CommType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum appl.parallel.spmd.split.AbstractSplitMap.NeighborhoodBoxingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum appl.parallel.spmd.SPMDClientController.STATE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum appl.parallel.spmd.SyncPoint.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.bonn.xulu.gui.XuluGUIMessages.FileOverrideOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.bonn.xulu.plugin.model.parallel.ClueTaskDefinition.Task
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Versionsnummer der Xulu-Modelling-Platform.
VERSION_DATE - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Versionsdatum der Xulu-Modelling-Platform.
visible - Variable in class edu.bonn.xulu.appl.AbstractXuluPlugin
Speichert, ob die Plugin-GUI angezeigt wird.
visObject - Variable in class edu.bonn.xulu.appl.VisualisationUpdateListener
Speichert das darzustellende Objekt
visTool - Variable in class edu.bonn.xulu.appl.VisualisationUpdateListener
Speichert das Visualisierungstool, in dem das Objekt dargestellt wird.
visTool - Variable in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Speichert das Visualisierungstool, in dem das Objekt dargestellt wird/ist.
visToolClass - Variable in class edu.bonn.xulu.plugin.appl.VisualisationHandler
Speichert das Klasse des Visualisierungstool, in dem das Objekt dargestellt wird/ist.
VisualisationHandler - Class in edu.bonn.xulu.plugin.appl
Diese Klasse stellt einen Handler dar, mit dem die Visualisierung eines Objekts aktualisiert wird.
VisualisationHandler(VisualisationHandlerFactory, XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.appl.VisualisationHandler
Erzeugt einen neuen Handler.
VisualisationHandler(Object, VisualisationTool, VisualisationHandlerFactory, XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.appl.VisualisationHandler
Erzeugt einen neuen Handler.
VisualisationHandler(Object, Class<VisualisationTool>, VisualisationHandlerFactory, XuluModellingPlatform) - Constructor for class edu.bonn.xulu.plugin.appl.VisualisationHandler
Erzeugt einen neuen Handler.
VisualisationHandlerFactory - Class in edu.bonn.xulu.plugin.appl
Mit dieser Factory werden Instanzen des VisualisationHandler erstellt und modifiziert.
VisualisationHandlerFactory() - Constructor for class edu.bonn.xulu.plugin.appl.VisualisationHandlerFactory
Erzeugt eine neue Handler-Factory.
VisualisationHandlerFactory(String) - Constructor for class edu.bonn.xulu.plugin.appl.VisualisationHandlerFactory
Erzeugt eine neue Handler-Factory.
VisualisationManager - Class in edu.bonn.xulu.appl
Der VisualisationManager verwaltet saemtliche in der Xulu-Applikation instanziierten Visualisierungstools.
VisualisationManager() - Constructor for class edu.bonn.xulu.appl.VisualisationManager
Erzeugt einen neuen (leeren) Visualisierungsmanager.
VisualisationTool - Interface in edu.bonn.xulu.appl
Dieses Interface bildet die Grundlage fuer verschiedenste Visualisierungstools.
VisualisationUpdateListener - Class in edu.bonn.xulu.appl
Zwischen Xulu-Datenobjekt ("source") und visualisiertem Objekt ("visObject") besteht in der Regel ein Unterschied, da das Datenobjekt meist nicht direkt dargestellt werden kann.
VisualisationUpdateListener(VisualisationTool, Object) - Constructor for class edu.bonn.xulu.appl.VisualisationUpdateListener
Erzeugt einen neuen Listener.

W

WA_outputGrid - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
WA_outResults - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
WA_outStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
 
WA_SumOutStep - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 
weights - Variable in class appl.parallel.spmd.split.AbstractSplitMap
a value of weights determines how big the share of the partition with this position is.
windDir - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
windDirDev - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
windMatrix - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
windMatrix_powerConst - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
windMatrix_powerFact - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
windowClosing(WindowEvent) - Method in class appl.parallel.starter.client.StarterClientGUI.ExitListener
 
windowClosing(WindowEvent) - Method in class appl.parallel.starter.client.XuluStarterControllerFrame.ExitListener
 
windPow - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
windPowDev - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
windPowMaxBW - Variable in class edu.bonn.xulu.plugin.model.ca.fire.ImpetusFireCA
 
WritableGridArrayFactory - Class in edu.bonn.xulu.plugin.io.grid.array
Diese Factory erzeugt Standard-Instanzen des Datentyps WritableGridArray.
WritableGridArrayFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory
 
WritableGridArrayFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.array
Diese Factory importiert und exportiert Instanzen des Datentyps WritableGridArray aus/in das ArcInfo-ASCII-Grid-Format.
WritableGridArrayFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_ArcInfoAsciiGrid
 
WritableGridArrayFactory_GeoTiff - Class in edu.bonn.xulu.plugin.io.grid.array
Diese Factory importiert und exportiert Instanzen des Datentyps WritableGridArray aus/in das GeoTiff-Format.
WritableGridArrayFactory_GeoTiff() - Constructor for class edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory_GeoTiff
 
WritableGridArrayLoader - Class in appl.data
Simply loads an empty WritableGridArray with the specified meta data.
WritableGridArrayLoader(RasterMetaData) - Constructor for class appl.data.WritableGridArrayLoader
 
WritableGridArrayPartition - Class in appl.parallel.data
A WritableGridArrayPartition extends the WritableGridArray so that it can be used in parallel computation.
WritableGridArrayPartition() - Constructor for class appl.parallel.data.WritableGridArrayPartition
 
WritableGridArrayPartition.Double - Class in appl.parallel.data
For Double data types
WritableGridArrayPartition.Double(RasterMetaData, int, Rectangle) - Constructor for class appl.parallel.data.WritableGridArrayPartition.Double
 
WritableGridArrayPartition.Float - Class in appl.parallel.data
For Float data types
WritableGridArrayPartition.Float(RasterMetaData, int, Rectangle) - Constructor for class appl.parallel.data.WritableGridArrayPartition.Float
 
WritableGridArrayPartition.Integer - Class in appl.parallel.data
For Integer data types
WritableGridArrayPartition.Integer(RasterMetaData, int, Rectangle) - Constructor for class appl.parallel.data.WritableGridArrayPartition.Integer
 
WritableGridFactory - Class in edu.bonn.xulu.plugin.io.grid
Diese Klasse bildet eine Oberklasse fuer alle Factorys, die Standard-Instanzen des Datentyps WritableGrid erzeugen.
WritableGridFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.WritableGridFactory
 
WritableGridLLFactory - Class in edu.bonn.xulu.plugin.io.grid.lateloading
Diese Factory erzeugt Standard-Instanzen des Datentyps WritableGridLLProxy.
WritableGridLLFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.lateloading.WritableGridLLFactory
 
WritableGridLLProxy - Class in appl.data
This is an a late loading implementation for WritableGrids.
WritableGridLLProxy(ImportFactory, RasterMetaData, Object, XuluRegistry) - Constructor for class appl.data.WritableGridLLProxy
 
WritableGridLLProxy(WritableGridFactory, RasterMetaData) - Constructor for class appl.data.WritableGridLLProxy
 
WritableGridLLProxy(RasterMetaData) - Constructor for class appl.data.WritableGridLLProxy
 
WritableGridLLProxy(RasterMetaData, DataLoader) - Constructor for class appl.data.WritableGridLLProxy
 
WritableGridPartition - Interface in appl.parallel.spmd.split
A DataPartition that is splittable itself.
WritableGridRasterFactory - Class in edu.bonn.xulu.plugin.io.grid.awt
Diese Factory erzeugt Standard-Instanzen des Datentyps WritableGridRaster.
WritableGridRasterFactory() - Constructor for class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory
 
WritableGridRasterFactory_ArcInfoAsciiGrid - Class in edu.bonn.xulu.plugin.io.grid.awt
Diese Factory importiert und exportiert Instanzen des Datentyps WritableGridRaster aus/in das ArcInfo-ASCII-Grid-Format.
WritableGridRasterFactory_ArcInfoAsciiGrid() - Constructor for class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_ArcInfoAsciiGrid
 
WritableGridRasterFactory_GeoTiff - Class in edu.bonn.xulu.plugin.io.grid.awt
Diese Factory importiert und exportiert Instanzen des Datentyps WritableGridRaster aus/in das GeoTiff-Format.
WritableGridRasterFactory_GeoTiff() - Constructor for class edu.bonn.xulu.plugin.io.grid.awt.WritableGridRasterFactory_GeoTiff
 
write(int) - Method in class de.skrueger.xulu.plugin.gnur.SwingIO.TextAreaOutputStream
 
writeInt(int, ByteArrayOutputStream) - Static method in class appl.parallel.data.xulugridfile.BufferedHelper
Writes a int value in the the given bytestream Used for buffered writing.
writeLong(long, ByteArrayOutputStream) - Static method in class appl.parallel.data.xulugridfile.BufferedHelper
Writes a long to the stream as eight bytes, high byte first.
writeToGrid(boolean[][]) - Method in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel
Writes a temporary grid array with boolean values to the outputGrid.
writeToXuluGridFile(WritableGrid, File) - Static method in class appl.parallel.data.xulugridfile.XuluGridFile
Writes the given Grid to a XuluGridFile.
writeWorldFileForMetaData(File, RasterMetaData) - Static method in class appl.parallel.data.xulugridfile.XuluGridFile
This File simply serializes the given appl.util.RasterMetaData Object to the given file.

X

XULU_ICON - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Icon, das fuer Xulu-Fenster verwendet wird.
XULU_INFOICON - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Xulu-Logo, das auf dem Start-Fenster angezeigt wird.
XULU_STARTICON - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Xulu-Logo, das auf dem Info-Fenster angezeigt wird.
XULU_VIS_RES - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Enthaelt eine Referenz auf die Xulu-spezifischen Ressourcen fuer die Visualisierungs-Plugins.
XuluClientLoader - Class in appl.parallel.data
Loads partitioned data from a ClientDataServer.
XuluClientLoader(int, ClientDataServer, Rectangle, Rectangle) - Constructor for class appl.parallel.data.XuluClientLoader
constructs a new XuluClientLoader.
XuluClientLoader(int, ClientDataServer, Rectangle, Rectangle, String) - Constructor for class appl.parallel.data.XuluClientLoader
constructs a new XuluClientLoader.
XuluClientLoader() - Constructor for class appl.parallel.data.XuluClientLoader
Used for deserialization.
XuluComponent - Interface in edu.bonn.xulu.appl
Dieses Interface sollten alle Haupt-Komponenten implementieren, die in die Xulu-Applikation eingebettet werden.
XuluComponentUtil - Class in edu.bonn.xulu.appl
Diese Klasse stellt allgemeine Hilftsmethoden fuer Xulu-Komponenten zur Verfuegung.
XuluComponentUtil() - Constructor for class edu.bonn.xulu.appl.XuluComponentUtil
 
XuluConfig - Class in appl.ext
Simple Property store, which is loaded at each Xulu start and saved at each Xulu exit.
XuluConstants - Interface in edu.bonn.xulu.appl
Dieses Interface enthaelt Kostanten fuer die Xulu-Modelling-Platform.
XuluDataException - Exception in edu.bonn.xulu.data
Dieser Fehler wird immer dann geworfen, wenn ein Fehler mit einem Xulu-Datenobjekt auftritt.
XuluDataException(XuluObject, String) - Constructor for exception edu.bonn.xulu.data.XuluDataException
Erzeugt eine neue Fehlermeldung.
XuluDataException(XuluObject) - Constructor for exception edu.bonn.xulu.data.XuluDataException
Erzeugt eine neue Fehlermeldung.
XuluDataException(String) - Constructor for exception edu.bonn.xulu.data.XuluDataException
Erzeugt eine neue Fehlermeldung ohne Zusammenhang zu einem XuluObject.
XULUERR_RES - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Enthaelt eine Referenz auf die Xulu-spezifischen Ressourcen fuer die Fehlermeldungen in der Haupt-Applikation.
XuluFrameAdapter - Class in appl.util
Makes an XuluInternalFrame out of a JPanel.
XuluFrameAdapter(String, JPanel) - Constructor for class appl.util.XuluFrameAdapter
Creates the internal Frame
XuluGridFactory - Class in appl.parallel.data.xulugridfile.factories
Creates instances of the memory saving data type XuluGridFile for the use in the Xulu Plattform.
XuluGridFactory() - Constructor for class appl.parallel.data.xulugridfile.factories.XuluGridFactory
 
XuluGridFile - Class in appl.parallel.data.xulugridfile
A XuluGridfile is a memory- and 2D-access optimized file format which can be used for parallel programming.
XuluGridFile(File, String) - Constructor for class appl.parallel.data.xulugridfile.XuluGridFile
Opens an existing Xulu Grid File.
XuluGridFile(File) - Constructor for class appl.parallel.data.xulugridfile.XuluGridFile
Opens an existing gridfile in read/write mode.
XuluGridFile(File, RasterMetaData) - Constructor for class appl.parallel.data.xulugridfile.XuluGridFile
Creates a NEW File with the sample given as RasterMetaData
XuluGridFile(WritableGrid, File) - Constructor for class appl.parallel.data.xulugridfile.XuluGridFile
Creates a new XuluGridFile out of an existing Writable Grid and opens it in read-write mode.
XuluGridFileConverter - Class in appl.parallel.data.xulugridfile
This class converts a ArcGridInfo_ASCII file to a XuluGridFile.
XuluGridFileConverter(File, File) - Constructor for class appl.parallel.data.xulugridfile.XuluGridFileConverter
 
XuluGridFileException - Exception in appl.parallel.data.xulugridfile
Is thrown if an error inside the XuluGridFile occours.
XuluGridFileException(String) - Constructor for exception appl.parallel.data.xulugridfile.XuluGridFileException
 
XuluGridSharedFileSystemLoader - Class in appl.parallel.data.xulugridfile
This is a loader for use with shared file systems like ocfs2 or gfs.
XuluGridSharedFileSystemLoader(int, ClientDataServer, Rectangle, Rectangle) - Constructor for class appl.parallel.data.xulugridfile.XuluGridSharedFileSystemLoader
constructs a new XuluGridSharedFileSystemLoader.
XuluGridSharedFileSystemLoader() - Constructor for class appl.parallel.data.xulugridfile.XuluGridSharedFileSystemLoader
Used for deserialization.
XuluGridTestCase - Class in appl.parallel.test
Generated code for the test suite XuluGridTestCase located at /Xulu-latest/javasrc/appl/test/XuluGridTestCase.testsuite.
XuluGridTestCase(String) - Constructor for class appl.parallel.test.XuluGridTestCase
Constructor for XuluGridTestCase.
XULUGUI_RES - Static variable in interface edu.bonn.xulu.appl.XuluConstants
Enthaelt eine Referenz auf die Xulu-spezifischen Ressourcen fuer die Haupt-Applikation.
XuluGUIMessages - Class in edu.bonn.xulu.gui
Diese Klasse enthaelt statische Methoden zur Anzeige von GUI-Messages (JOptionPane.
XuluGUIMessages() - Constructor for class edu.bonn.xulu.gui.XuluGUIMessages
 
XuluGUIMessages.FileOverrideOption - Enum in edu.bonn.xulu.gui
Auswahl von XuluGUIMessages.checkFileOverwrite(Component,File,boolean) und XuluGUIMessages.approveFileOverwrite(Component,String,boolean)
XuluGUIUtil - Class in edu.bonn.xulu.gui
Diese Klasse stellt Funktionen fuer die Xulu-GUI zur Verfuegung.
XuluGUIUtil() - Constructor for class edu.bonn.xulu.gui.XuluGUIUtil
 
XuluInternalFrame - Class in edu.bonn.xulu.gui
Diese Klasse bildet die abstrakte Oberklasse fuer ein Fenster, das im XuluMainFrame dargestellt werden soll.
XuluInternalFrame(String) - Constructor for class edu.bonn.xulu.gui.XuluInternalFrame
Erzeugt einen neue Instanz des internen Fensters.
XuluLanguageManagerFrame - Class in edu.bonn.xulu.gui
Diese Klasse stellt einen Dialog zum Verwalten der Xulu-Spachpakete dar.
XuluLanguageManagerFrame(Frame, boolean) - Constructor for class edu.bonn.xulu.gui.XuluLanguageManagerFrame
Erzeugt einen neuen Dialog.
XuluMainFrame - Class in edu.bonn.xulu.gui
Diese Klasse stellt das Hauptfenster der Xulu-Modelling-Platform dar.
XuluMainFrame(XuluModellingPlatform) - Constructor for class edu.bonn.xulu.gui.XuluMainFrame
Erzeugt ein neues Haupt-Fenster des Xulu-Applikation.
XuluMainFrameInfo - Class in edu.bonn.xulu.gui
Diese Klasse stellt einen Info-Dialog zur Xulu-Modelling-Platform dar,
XuluMainFrameInfo(Frame, boolean) - Constructor for class edu.bonn.xulu.gui.XuluMainFrameInfo
Erzeugt einen neuen Info-Dialog.
xuluMenuNo - Variable in class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
Speichert die Menue-Nummer, in der der Eintrag zum Anzeigen des des Applikationsfensters eingebunden wird.
XuluModel - Interface in edu.bonn.xulu.model
Dieses Interface definiert, wie eine Modell-Klasse aufgebaut sein muss, damit das Modell in die Xulu-Modelling-Platform integiert werden kann.
XULUMODEL_TEMPLATE_FILENAME - Static variable in class edu.bonn.xulu.plugin.appl.GeoModelCodeGenerator
Name der Vorlagen-Datei fuer XuluModel.
XuluModellingPlatform - Class in edu.bonn.xulu
Diese Klasse implementiert das Hauptprogramm der Xulu-Modeling-Platform.
XuluModellingPlatform() - Constructor for class edu.bonn.xulu.XuluModellingPlatform
Erzeugt eine neue Instanz der Xulu-Modelling-Platform.
XuluModellingPlatform(String[]) - Constructor for class edu.bonn.xulu.XuluModellingPlatform
Erzeugt eine neue Instanz der Xulu-Modelling-Platform.
XuluModellingPlatform(String[], PrintStream) - Constructor for class edu.bonn.xulu.XuluModellingPlatform
Erzeugt eine neue Instanz der Xulu-Modelling-Platform.
XuluModelThread - Class in edu.bonn.xulu.model
Diese Klasse stellt einen Thread dar, der ein XuluModel ausfuehrt.
XuluModelThread(XuluModel) - Constructor for class edu.bonn.xulu.model.XuluModelThread
Erzeugt einen neuen Thread.
XuluObject - Interface in edu.bonn.xulu.data
Diese Interface bildet die Oberklasse fuer alle vom Xulu-Datenpool verwaltbare Datentypen.
XuluPlugin - Interface in edu.bonn.xulu.appl
Diese Klasse stellt die Schnittstelle zu Xulu-Plugins dar.
XuluRegistry - Class in edu.bonn.xulu.appl
In der Xulu-Registry werden alle dynamischen Komponenten registriert, die in der Xulu-Applikation verwendet werden sollen.
XuluRegistry() - Constructor for class edu.bonn.xulu.appl.XuluRegistry
Erzeugt eine neue (leere) Registry.
XuluRegistry.ChangeEvent - Class in edu.bonn.xulu.appl
Diese Ereignis wird erzeugt (und an alle schmitzm.data.event.ObjectListener gesendet), wenn sich der Inhalt der Xulu-Registrierung aendert (ein Objekt hingefuegt, entfernt oder ersetzt wurde).
XuluRegistry.ChangeEvent(XuluRegistry, Object, Object) - Constructor for class edu.bonn.xulu.appl.XuluRegistry.ChangeEvent
Erzeugt ein neues Ereignis.
XuluRegistryReader - Interface in edu.bonn.xulu.appl
Dieses Interface bildet die Basis fuer eine Klasse, die die XuluRegistry einlesen kann.
XuluRegistryReader_BasicAscii - Class in edu.bonn.xulu.plugin.appl
Diese Klasse dient dazu, die Xulu-Registry aus einem ASCII-InputStream (z.B. einer ASCII-Datei) einzulesen.
XuluRegistryReader_BasicAscii() - Constructor for class edu.bonn.xulu.plugin.appl.XuluRegistryReader_BasicAscii
Erzeugt einen neuen Reader fuer die Xulu-Registry.
XuluServer - Class in appl.parallel.server
The Server manages the remote execution of program code.
XuluServer() - Constructor for class appl.parallel.server.XuluServer
Creates a new instance at the standard port
XuluServer(boolean, boolean, int) - Constructor for class appl.parallel.server.XuluServer
 
XuluServer(boolean, ClientDataServer) - Constructor for class appl.parallel.server.XuluServer

This is used when a Server is running inside the Xulu-Client.
XuluServer(int) - Constructor for class appl.parallel.server.XuluServer
 
XuluServerProperties - Class in appl.parallel.server
Constructs information out of a XuluServer Object.
XuluServerProperties(XuluServer, String) - Constructor for class appl.parallel.server.XuluServerProperties
 
XuluServerStarter - Class in appl.parallel.starter.server
A running instance of the XuluServerStarter waits for a signal to start a XuluServer.
XuluServerTest - Class in appl.parallel.test
Generated code for the test suite XuluServerTest located at /XuluSVN/javasrc/appl/parallel/test/XuluServerTest.testsuite.
XuluServerTest(String) - Constructor for class appl.parallel.test.XuluServerTest
Constructor for XuluServerTest.
XuluStarterClientPanel - Class in appl.parallel.starter.client
The GUI for the XuluStarterController .
XuluStarterClientPanel() - Constructor for class appl.parallel.starter.client.XuluStarterClientPanel
This is the default constructor.
XuluStarterController - Class in appl.parallel.starter.client
This is the Controller for the XuluStarterControllerFrame, which is the user interface for the XuluServerStarter.
XuluStarterController() - Constructor for class appl.parallel.starter.client.XuluStarterController
 
XuluStarterControllerFrame - Class in appl.parallel.starter.client
This is a GUI for controlling the Starters in the network independent of Xulu.
XuluStarterControllerFrame() - Constructor for class appl.parallel.starter.client.XuluStarterControllerFrame
 
XuluStarterControllerFrame.ExitListener - Class in appl.parallel.starter.client
 
XuluStarterControllerFrame.ExitListener() - Constructor for class appl.parallel.starter.client.XuluStarterControllerFrame.ExitListener
 
XuluStarterControllerPlugin - Class in appl.parallel.starter.client
The starter-controller XuluPlugin.
XuluStarterControllerPlugin() - Constructor for class appl.parallel.starter.client.XuluStarterControllerPlugin
 
XuluStarterServerGUI - Class in appl.parallel.starter.server
This is the GUI for the XuluServerStarter
XuluStarterServerGUI() - Constructor for class appl.parallel.starter.server.XuluStarterServerGUI
This is the default constructor
XuluStartingFrame - Class in edu.bonn.xulu.gui
Diese Klasse stellt einen Dialog dar, der angezeigt wird, waehrend die Xulu-Applikation gestartet wird.
XuluStartingFrame() - Constructor for class edu.bonn.xulu.gui.XuluStartingFrame
Erzeugt einen neues Start-Fenster.
XuluWritableGridFile - Class in appl.parallel.data.xulugridfile
An implementation of a WritableGrid based on a XuluGridFile.
XuluWritableGridFile(File) - Constructor for class appl.parallel.data.xulugridfile.XuluWritableGridFile
Opens the GridFile at the given destination
XuluWritableGridFile(RasterMetaData, String) - Constructor for class appl.parallel.data.xulugridfile.XuluWritableGridFile
Creates NEW a GridFile in the given directory with the given metadata-sample
XuluWritableGridFile(XuluGridFile) - Constructor for class appl.parallel.data.xulugridfile.XuluWritableGridFile
creates a instance out of a XuluGridFile
XuluWritableGridFile(int, RasterMetaData, String) - Constructor for class appl.parallel.data.xulugridfile.XuluWritableGridFile
Creates a new XuluWritableGridFile in the specified directory, with the given metadata.

Y

years - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC
 
years - Variable in class edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibration
 

A B C D E F G H I J L M N O P R S T U V W X Y