Serialized Form


Package appl.data

Class appl.data.FactoryLoader extends Object implements Serializable

Serialized Fields

fac

WritableGridFactory fac

metaData

RasterMetaData metaData

Class appl.data.ImportFactoryLoader extends Object implements Serializable

Serialized Fields

fac

ImportFactory fac

inputPara

Object inputPara

reg

XuluRegistry reg

Class appl.data.LateLoadingProxy extends Object implements Serializable

Serialized Fields

unloadFile

File unloadFile

loaded

boolean loaded
Object loaded?


baseObject

Object baseObject

unloadingEnabled

boolean unloadingEnabled

Class appl.data.SerializedDataLoader extends Object implements Serializable

Serialized Fields

loadFile

File loadFile

del_after_loading

boolean del_after_loading

Class appl.data.WritableGridArrayLoader extends Object implements Serializable

Serialized Fields

metaData

RasterMetaData metaData

Class appl.data.WritableGridLLProxy extends LateLoadingProxy implements Serializable

Serialized Fields

metaData

RasterMetaData metaData

Package appl.ext

Class appl.ext.ConfigurationEditor extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

JPanel jContentPane

Class appl.ext.ConfigurationEditorGUI extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

keyList

JList keyList

scrollPane

JScrollPane scrollPane

entryTable

JTable entryTable

jPanel

JPanel jPanel

jPanel1

JPanel jPanel1

jLabel

JLabel jLabel

jScrollPane

JScrollPane jScrollPane

docArea

JTextArea docArea

jLabel1

JLabel jLabel1

jPanel2

JPanel jPanel2

Package appl.parallel

Class appl.parallel.SimpleResourceProperties extends Object implements Serializable

Serialized Fields

properties

Properties properties

Package appl.parallel.client

Class appl.parallel.client.ClientDataServer extends UnicastRemoteObject implements Serializable

Serialized Fields

LOG

Logger LOG

bindingName

String bindingName

dataByID

Hashtable<K,V> dataByID

hostnames

HashMap<K,V> hostnames

registryPort

int registryPort

eventSink

CommEventSink eventSink

Class appl.parallel.client.RemoteEventHandler extends UnicastRemoteObject implements Serializable

Serialized Fields

LOG

Logger LOG

bindingName

String bindingName

registryPort

int registryPort

timeMonitors

Vector<E> timeMonitors

transferMonitors

Vector<E> transferMonitors

timeMonitoring

boolean timeMonitoring

transferMonitoring

boolean transferMonitoring

isRunning

boolean isRunning

Package appl.parallel.data

Class appl.parallel.data.AbstractDataHandler extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Initializes the Logger after deserialization (used by Serializable)

Throws:
IOException
ClassNotFoundException
See Also:
Serializable
Serialized Fields

rootID

int rootID
The id of the currently handled SplittableResource


partitionBounds

Rectangle partitionBounds
The partition bounds (the whole bounds) of the current SplittableResource


unloadBounds

Rectangle unloadBounds
The unload bounds differ may differ from the partitionBounds. If there is a neighborhood region it is important, that only the core-region (without the neighborhood) is unloaded.

Class appl.parallel.data.XuluClientLoader extends AbstractDataHandler implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Initializes the Logger after deserialization (used by Serializable

Throws:
IOException
ClassNotFoundException
See Also:
Serializable
Serialized Fields

address

InetAddress address

namingString

String namingString

unloadTarget

String unloadTarget

Package appl.parallel.data.splittable

Class appl.parallel.data.splittable.SplittableLLProxyGrid extends WritableGridLLProxy implements Serializable

Serialized Fields

id

int id

Package appl.parallel.data.xulugridfile

Class appl.parallel.data.xulugridfile.GridFileDataLoader extends Object implements Serializable

Serialized Fields

gridFile

XuluGridFile gridFile

Class appl.parallel.data.xulugridfile.XuluGridFileException extends Exception implements Serializable

Class appl.parallel.data.xulugridfile.XuluGridSharedFileSystemLoader extends AbstractDataHandler implements Serializable

Serialized Fields

gridFileName

String gridFileName

Class appl.parallel.data.xulugridfile.XuluWritableGridFile extends WritableGridLLProxy implements Serializable

Serialized Fields

gridFile

XuluGridFile gridFile

wasWriteAccessed

boolean wasWriteAccessed

directory

String directory

rootID

int rootID

baseFile

File baseFile

Package appl.parallel.event

Class appl.parallel.event.CommEvent extends RemoteEvent implements Serializable

Serialized Fields

target

String target
The target of the event


src

String src
The source of the event


type

CommEvent.CommType type
the type of the event

Class appl.parallel.event.RemoteEvent extends Object implements Serializable

Class appl.parallel.event.TimeEvent extends CommEvent implements Serializable

Serialized Fields

time

long time

Class appl.parallel.event.TransferEvent extends CommEvent implements Serializable

Serialized Fields

size

int size

Package appl.parallel.gui

Class appl.parallel.gui.ModelControlContainer_parallel extends ModelControlContainer implements Serializable

Serialized Fields

appl

XuluModellingPlatform appl

pcpEngine

ParallelControlPanelEngine pcpEngine

Class appl.parallel.gui.ModelControlFrame_parallel extends ModelControlFrame_Tabbed implements Serializable

Serialized Fields

spcEngine

ParallelControlPanelEngine spcEngine

parallelPaneInitalized

boolean parallelPaneInitalized

Class appl.parallel.gui.ModelControlFrame_Tabbed extends ModelControlFrame_Basic implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane

Class appl.parallel.gui.ParallelControlPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

executionPanel

JPanel executionPanel

Steps

JLabel Steps

computingResourcesList

JTable computingResourcesList

jScrollPane1

JScrollPane jScrollPane1

jPanel

JPanel jPanel

jScrollPane

JScrollPane jScrollPane

propertyTable

SimplePropertyTable propertyTable

refreshButton

JButton refreshButton

selectAllButton

JButton selectAllButton

buttonPanel

JPanel buttonPanel

Class appl.parallel.gui.SimplePropertyTable extends JTable implements Serializable

Serialized Fields

colname1

String colname1

colname2

String colname2

Package appl.parallel.model

Package appl.parallel.plugin.event

Class appl.parallel.plugin.event.SimpleCommEventMonitor extends XuluInternalFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

JPanel jContentPane

jScrollPane

JScrollPane jScrollPane

timeEventTable

JTable timeEventTable

optionsPanel

JPanel optionsPanel

timeEventEnabled

JCheckBox timeEventEnabled

transferEventEnabled

JCheckBox transferEventEnabled

engine

SimpleCommEventMonitorEngine engine

jTabbedPane

JTabbedPane jTabbedPane

clearButton

Button clearButton

jScrollPane1

JScrollPane jScrollPane1

transferEventTable

JTable transferEventTable

jTextPane

JTextPane jTextPane

Package appl.parallel.server

Class appl.parallel.server.PartitionDataManager extends UnicastRemoteObject implements Serializable

Serialized Fields

bindingName

String bindingName

LOG

Logger LOG

data

Hashtable<K,V> data
all partition data. The key is the id. Is an Hashtable instead of HashMasp for thread-safty.


NameToIDMapping

HashMap<K,V> NameToIDMapping
the names of the data objects


infos

HashMap<K,V> infos

baseParameters

HashMap<K,V> baseParameters

dataServers

PartitionDataServer[] dataServers

executor

ExecutorService executor

IPs

String[] IPs

dataServersInitialized

boolean dataServersInitialized

multiDataInfos

HashMap<K,V> multiDataInfos

dataServerName

String dataServerName

remoteEventReceiver

CommEventSink remoteEventReceiver

hostnames

String[] hostnames

localSPMDClient

ClientDataServer localSPMDClient

registryPort

int registryPort

Class appl.parallel.server.XuluServer extends UnicastRemoteObject implements Serializable

Serialized Fields

spmdTaskInstances

HashMap<K,V> spmdTaskInstances
The Class objects of the currently active connection. Every time XuluServer.runSPMDModelTask(String, int, Object[]) is called the newest class is loaded from the client. For performance reasons this will happen only one time per connection. In this map the current active classes are stored.


registryPort

int registryPort

multicastPort

int multicastPort

multiCastIP

String multiCastIP

multicastThread

ServerMulticastReceiver multicastThread

multiCastGroup

InetAddress multiCastGroup

connected

boolean connected

starttime

long starttime

connectedClient

String connectedClient

dataManager

PartitionDataManager dataManager

remoteEventReceiver

RemoteEventProxy remoteEventReceiver

serverName

String serverName

machineRating

int machineRating

loggingEnabled

boolean loggingEnabled

taskPriority

int taskPriority

availableProcessors

int availableProcessors

toUseThreads

int toUseThreads

isInternalServer

boolean isInternalServer

localSPMDClient

ClientDataServer localSPMDClient

useCodeDownloading

boolean useCodeDownloading

executor

ExecutorService executor

resultCalls

Future<V>[] resultCalls

Class appl.parallel.server.XuluServerProperties extends SimpleResourceProperties implements Serializable


Package appl.parallel.spmd

Class appl.parallel.spmd.AbstractSPMDTask extends Object implements Serializable

Serialized Fields

initalized

boolean initalized

Class appl.parallel.spmd.MultiDataInfo extends Object implements Serializable

Serialized Fields

ids

Vector<E> ids

name

String name

Package appl.parallel.spmd.split

Class appl.parallel.spmd.split.AbstractSplitMap extends Object implements Serializable

Serialized Fields

boxingMode

AbstractSplitMap.NeighborhoodBoxingMode boxingMode

noOfPartitions

int noOfPartitions

globalHeight

int globalHeight

globalWidth

int globalWidth

weights

double[] weights
a value of weights determines how big the share of the partition with this position is. The sum of all values should be 1 or near to 1.


neighborhoodRange

int neighborhoodRange

globalBounds

Rectangle globalBounds
the Rectangle of the whole Grid


partitionCalculationBounds

Rectangle[] partitionCalculationBounds
the calculation area of each partition


partitionNeighborhoodBounds

Rectangle[] partitionNeighborhoodBounds
the bounds of the neighborhood data of the partition


IPs

String[] IPs

Class appl.parallel.spmd.split.SinglePartitionInfo extends Object implements Serializable

Serialized Fields

baseResourceID

int baseResourceID

handler

PartitionDataHandler handler

splitMap

SplitMap splitMap

splitMapPos

int splitMapPos

baseResourceName

String baseResourceName

Class appl.parallel.spmd.split.SplitMap1DHorizontal extends AbstractSplitMap implements Serializable

Class appl.parallel.spmd.split.SplitMap1DVertical extends AbstractSplitMap implements Serializable

Class appl.parallel.spmd.split.SplitMap2D extends AbstractSplitMap implements Serializable

Serialized Fields

horizontalMap

SplitMap1DHorizontal horizontalMap

verticalMaps

SplitMap1DVertical[] verticalMaps

Package appl.parallel.starter.client

Class appl.parallel.starter.client.StarterClientGUI extends JFrame implements Serializable

Class appl.parallel.starter.client.XuluStarterClientPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

executionPanel

JPanel executionPanel

Steps

JLabel Steps

jScrollPane1

JScrollPane jScrollPane1

buttonPanel

JPanel buttonPanel

serverList

JList serverList

refreshButton

JButton refreshButton

startButton

JButton startButton

stopButton

JButton stopButton

restartButton

JButton restartButton

Class appl.parallel.starter.client.XuluStarterControllerFrame extends JFrame implements Serializable


Package appl.parallel.starter.server

Class appl.parallel.starter.server.XuluServerStarter extends UnicastRemoteObject implements Serializable

Serialized Fields

bindingName

String bindingName

port

int port

javaprogram

String javaprogram

codebase

String codebase

securitypolicy

String securitypolicy

furtherjavaarguments

String furtherjavaarguments

xuluserverarguments

String xuluserverarguments

classpath

String classpath

XuluServerString

String XuluServerString

p

Process p

thread

appl.parallel.starter.server.XuluServerStarter.SimpleConsoleOutputThread thread

xms

int xms

xmx

int xmx

twoStreams

SequenceInputStream twoStreams

starterServerGUI

XuluStarterServerGUI starterServerGUI

textAreaOutput

TextAreaPrintStream textAreaOutput

menu_exit

MenuItem menu_exit

menu_start

MenuItem menu_start

menu_stop

MenuItem menu_stop

menu_showConsole

MenuItem menu_showConsole

trayIcon

TrayIcon trayIcon

xuluServer

ComputingResource xuluServer

redIcon

Image redIcon

greenIcon

Image greenIcon

yellowIcon

Image yellowIcon

cmd

String cmd

Class appl.parallel.starter.server.XuluStarterServerGUI extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

JPanel jContentPane

controlPanel

JPanel controlPanel

consoleArea

JTextArea consoleArea

button_start

JButton button_start

button_stop

JButton button_stop

button_exit

JButton button_exit

jScrollPane

JScrollPane jScrollPane

jPopupMenu

JPopupMenu jPopupMenu

clearText

JMenuItem clearText

jPanel

JPanel jPanel

button_clear

JButton button_clear

Package appl.parallel.test

Class appl.parallel.test.AverageNeighborhoodTestTask extends AbstractSPMDTask implements Serializable

serialVersionUID: 13L

Class appl.parallel.test.AverageNeighborhoodTestTask_MultiGrid extends AbstractSPMDTask implements Serializable

serialVersionUID: 13L

Class appl.parallel.test.PingTestObject extends Object implements Serializable

Serialized Fields

data

byte[] data

Package appl.plugin.multimodelcontrol

Class appl.plugin.multimodelcontrol.MultiModelControlFrame extends XuluInternalFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

JPanel jContentPane

modelPanel

JPanel modelPanel

synchronisationPanel

JPanel synchronisationPanel

modelList

JList modelList

loadedModels

JLabel loadedModels

syncCommandList

JList syncCommandList

syncPanelName

JLabel syncPanelName

addStepCommand

JButton addStepCommand

newOverAllStep

JButton newOverAllStep

clearModelSteps

JButton clearModelSteps

syncButtonsPanel

JPanel syncButtonsPanel

jScrollPane

JScrollPane jScrollPane

jPanel

JPanel jPanel

controlPanel

JPanel controlPanel

startButton

JButton startButton

stepButton

JButton stepButton

stopButton

JButton stopButton

jPanel3

JPanel jPanel3

jScrollPane1

JScrollPane jScrollPane1

jPanel5

JPanel jPanel5

jScrollPane2

JScrollPane jScrollPane2

jLabel3

JLabel jLabel3

console

JTextArea console

Package appl.util

Class appl.util.NonEditableTableModel extends DefaultTableModel implements Serializable

Serialized Fields

isEditable

boolean[] isEditable

Class appl.util.XuluFrameAdapter extends XuluInternalFrame implements Serializable

Serialized Fields

panel

JPanel panel

Package de.skrueger.xulu.plugin.gnur

Class de.skrueger.xulu.plugin.gnur.GnuRGUI extends XuluInternalFrame implements Serializable

Serialized Fields

THIS

GnuRGUI THIS
Speichert eine Referenz auf das Fenster-Objekt, um aus verschachtelten Klassen einfach darauf zugreifen zu koennen.


appl

XuluModellingPlatform appl
Speichert eine Referenz auf die Xulu-Applikation, in der der Code-Generator ausgefuehrt wird.


rVarsTable

RVarsTable rVarsTable
Tabelle in der die Eingabe-Raster angegeben werden.


rVarsTableModel

de.skrueger.xulu.plugin.gnur.RVarsTableModel rVarsTableModel

rVarsScrollPane

JScrollPane rVarsScrollPane

rule

ManualInputOption.Text rule
Eingabefeld fuer die Formel.


importButton

JButton importButton
Button to Import the Variables to R from the datapool.


exportButton

JButton exportButton
Button to Export the Variables from R to the datapool.


contentPane

Container contentPane
Referenz auf den Container des Fensters.


rConsole

RConsolePanel rConsole
The RConsole-Panel contains of ab Output- and an Inputfied for R

Class de.skrueger.xulu.plugin.gnur.JRTextArea extends JTextArea implements Serializable

Serialized Fields

texture

TexturePaint texture

fileFound

boolean fileFound

Class de.skrueger.xulu.plugin.gnur.RConsolePanel extends JPanel implements Serializable

Serialized Fields

log

Logger log

readInput

boolean readInput

readInput2

boolean readInput2

rOut

JTextArea rOut

cmdOutSp

JScrollPane cmdOutSp

rCmdIn

JTextArea rCmdIn

cmdInSp

JScrollPane cmdInSp

history

Vector<E> history

historyPos

int historyPos

maxLines

int maxLines

hourglassCursor

Cursor hourglassCursor

defaultCursor

Cursor defaultCursor

keyL

KeyListener keyL

throwInCmd

String throwInCmd

Class de.skrueger.xulu.plugin.gnur.SwingIO extends JPanel implements Serializable

Serialized Fields

text

JTextArea text

tfCmd

JTextField tfCmd

p0

int p0

p1

int p1

last

String last

origIn

InputStream origIn

origOut

PrintStream origOut

origErr

PrintStream origErr

textSource

PipedOutputStream textSource

in

TextReader in

out

PrintStream out

panel

JPanel panel

scroll

JScrollPane scroll

cmdLabel

Label cmdLabel

history

Vector<E> history

historyPos

int historyPos

lineBuff

StringBuffer lineBuff

bGrabbed

boolean bGrabbed

maxLines

int maxLines

font

Font font

Package edu.bonn.xulu.data

Class edu.bonn.xulu.data.DuplicateXuluObjectIDException extends XuluDataException implements Serializable

Serialized Fields

duplID

long duplID

Class edu.bonn.xulu.data.DuplicateXuluObjectNameException extends XuluDataException implements Serializable

Serialized Fields

duplName

String duplName

Class edu.bonn.xulu.data.XuluDataException extends RuntimeException implements Serializable

Serialized Fields

data

XuluObject data

Package edu.bonn.xulu.gui

Class edu.bonn.xulu.gui.AbstractManagerFrame extends XuluInternalFrame implements Serializable

Serialized Fields

manager

AbstractManager manager
Speichert die Manager-Instanz, die im Fenster dargestellt wird.

Class edu.bonn.xulu.gui.DataPoolFrame extends XuluInternalFrame implements Serializable

Class edu.bonn.xulu.gui.DataPoolTreeModel extends DefaultTreeModel implements Serializable

Serialized Fields

dataPool

DataPool dataPool

editable

boolean editable

dataPoolListener

ObjectListener dataPoolListener

Class edu.bonn.xulu.gui.ModelContentManagerContainer extends Container implements Serializable

Serialized Fields

contManager

ModelContentManager contManager
Speichert eine Referenz auf den ContentManager


dataPool

DataPool dataPool
Speichert eine Referenz auf den Datenpool


inputOption

SelectionInputOption[] inputOption

objectListener

ObjectListener objectListener

Class edu.bonn.xulu.gui.ModelControlFrame extends JFrame implements Serializable

Serialized Fields

model

XuluModel model
Speichert die zugehoerige Xulu-Modell-Instanz

Class edu.bonn.xulu.gui.ModelManagerTreeModel extends DefaultTreeModel implements Serializable

Serialized Fields

modelManager

ModelControlManager modelManager

Class edu.bonn.xulu.gui.RegistryFrame extends XuluInternalFrame implements Serializable

Class edu.bonn.xulu.gui.StatusFrame extends XuluInternalFrame implements Serializable

Serialized Fields

out

PrintStream out
Ausgabe-Stream, der an die interne Text-Komponente des Statusfensters gekoppelt ist. Ruft sukzessibve StatusFrame.print(String) fuer jedes in den PrintStream geschriebene Zeichen auf.

Class edu.bonn.xulu.gui.XuluInternalFrame extends JInternalFrame implements Serializable

Serialized Fields

GUI_COMPONENT

Component GUI_COMPONENT
Wird benoetigt, um in internen Subklassen Zugriff auf den Frame (als Parent) zu haben

Class edu.bonn.xulu.gui.XuluMainFrame extends JFrame implements Serializable

Serialized Fields

VISTOOLS_DESC

String VISTOOLS_DESC

MODELS_DESC

String MODELS_DESC

EVENTMANAGER_DESC

String EVENTMANAGER_DESC

DATAPOOL_DESC

String DATAPOOL_DESC

REGISTRY_DESC

String REGISTRY_DESC

STATUS_DESC

String STATUS_DESC

PLUGINS_DESC

String PLUGINS_DESC

appl

XuluModellingPlatform appl

dataPool

DataPool dataPool

registry

XuluRegistry registry

visManager

VisualisationManager visManager

modelManager

ModelControlManager modelManager

eventManager

EventManager eventManager

mainFrame

XuluMainFrame mainFrame

desktopPane

JDesktopPane desktopPane

layout

LayoutManager layout

dataPoolFrame

DataPoolFrame dataPoolFrame

visManagerFrame

AbstractManagerFrame visManagerFrame

modelManagerFrame

AbstractManagerFrame modelManagerFrame

eventManagerFrame

AbstractManagerFrame eventManagerFrame

registryFrame

RegistryFrame registryFrame

pluginManagerFrame

XuluInternalFrame pluginManagerFrame

statusFrame

StatusFrame statusFrame

languageDlg

XuluLanguageManagerFrame languageDlg

infoDlg

XuluMainFrameInfo infoDlg

waitCursor

Cursor waitCursor

activeCursor

Cursor activeCursor

FILE_CHOOSER

JFileChooser FILE_CHOOSER
Einheitlicher <@linkplain JFileChooser FileChooser> fuer die Xulu-Applikation. Dieser kann in allen Untermodulen verwendet werden. Somit kann auf ein einheitliches Ausgangsverzeichnis zurueckgegriffen werden.
Bemerke:
Der File-Chooser ueberschreibt die Methoden showOpenDialog(..) und showSaveDialog(..), so dass die Datei-Auswahl bei jedem Anzeigen initialisiert wird!


menuBar

JMenuBar menuBar

menuFile

JMenu menuFile

menuFile_Exit

JMenuItem menuFile_Exit

menuView

JMenu menuView

menuView_DataPool

JMenuItem menuView_DataPool

menuView_Registry

JMenuItem menuView_Registry

menuView_Status

JMenuItem menuView_Status

menuView_VisManager

JMenuItem menuView_VisManager

menuView_ModelManager

JMenuItem menuView_ModelManager

menuView_EventManager

JMenuItem menuView_EventManager

menuView_PluginManager

JMenuItem menuView_PluginManager

menuView_Arange

JMenuItem menuView_Arange

menuView_ArangeAuto

JMenuItem menuView_ArangeAuto

menuAdvanced

JMenu menuAdvanced

menuAdvanced_Languages

JMenuItem menuAdvanced_Languages

menuHelp

JMenu menuHelp

menuHelp_About

JMenuItem menuHelp_About

menuScript

JMenu menuScript

menuScript_Recent

JMenu menuScript_Recent

menuModel

JMenu menuModel

menuModel_New

JMenu menuModel_New

menuModel_New_Model

JMenuItem menuModel_New_Model

menuModel_New_DynModel

JMenuItem menuModel_New_DynModel

menuModel_Reload

JMenuItem menuModel_Reload

Class edu.bonn.xulu.gui.XuluMainFrameInfo extends JDialog implements Serializable

Serialized Fields

disposed

boolean disposed

infoPane

JPanel infoPane

controlPanel

JPanel controlPanel

iconPanel

JPanel iconPanel

textPanel

JPanel textPanel

okButton

JButton okButton

iconLabel

JLabel iconLabel

product

String product

version

String version

author

String author

organisation

String organisation

contact

String contact

copyright

String copyright

textLines

String[] textLines

Package edu.bonn.xulu.io

Class edu.bonn.xulu.io.FactoryCanceledException extends RuntimeException implements Serializable

Class edu.bonn.xulu.io.TypeMappingException extends RuntimeException implements Serializable


Package edu.bonn.xulu.model

Class edu.bonn.xulu.model.ModelCanceledException extends RuntimeException implements Serializable


Package edu.bonn.xulu.plugin.appl

Class edu.bonn.xulu.plugin.appl.DateTimeWindowPlugin extends JFrame implements Serializable

Serialized Fields

name

String name

clockThread

edu.bonn.xulu.plugin.appl.DateTimeWindowPlugin.ClockThread clockThread

clockLabel

JLabel clockLabel

Class edu.bonn.xulu.plugin.appl.GeoModelCodeGeneratorGUI extends XuluInternalFrame implements Serializable

Serialized Fields

resourceType

Class<T>[] resourceType
Speichert alle zur Auswahl stehende Ressourcen-Typen (GeoModelCodeGeneratorGUI.RESOURCETYPE + alle in Xulu registrierten XuluObject-Typen).


appl

XuluModellingPlatform appl
Speichert eine Referenz auf die Xulu-Applikation, in der der Code-Generator ausgefuehrt wird.


modelType

SelectionInputOption.Combo modelType
Auswahlfeld fuer den Modell-Typ.


modelName

ManualInputOption.Text modelName
Eingabefeld fuer den Modell-Namen.


resources

MutableTable resources
Tabelle in der die Ressourcen spezifiziert werden.


startButton

JButton startButton
Butten zum Starten der Generierung.


contentPane

Container contentPane
Referenz auf den Container des Fensters.

Class edu.bonn.xulu.plugin.appl.RasterCalculatorGUI extends XuluInternalFrame implements Serializable

Serialized Fields

contentPane

Container contentPane
Referenz auf den Container des Fensters.


rasterCalculatorPanel

RasterCalculatorPanel rasterCalculatorPanel
Panel mit der Raster-Calculator-GUI.


Package edu.bonn.xulu.plugin.gui

Class edu.bonn.xulu.plugin.gui.AbstractManagerFrame_BasicTable extends AbstractManagerFrame implements Serializable

Serialized Fields

compTable

MutableTable compTable

Class edu.bonn.xulu.plugin.gui.DataPoolFrame_BasicTable extends DataPoolFrame implements Serializable

Serialized Fields

appl

XuluModellingPlatform appl

dataPoolSplitPane

MultiSplitPane dataPoolSplitPane

contentPane

Container contentPane

dataPoolTable

JTable dataPoolTable

propCont

DisplayContainer_Properties propCont

selectedObjects

Object[] selectedObjects

dataPoolMenu

DataPoolMenu dataPoolMenu

Class edu.bonn.xulu.plugin.gui.DataPoolFrame_Tree extends DataPoolFrame implements Serializable

Serialized Fields

DC_EMPTY

Container DC_EMPTY

DC_PROPERTIES

DisplayContainer_Properties DC_PROPERTIES

DC_LISTPROPERTY

DisplayContainer_ListProperty DC_LISTPROPERTY

DC_MATRIXPROPERTY

DisplayContainer_MatrixProperty DC_MATRIXPROPERTY

DC_GEOMGRID

DisplayContainer_GeomAndGrid DC_GEOMGRID

appl

XuluModellingPlatform appl

dataPoolSplitPane

MultiSplitPane dataPoolSplitPane

contentPane

Container contentPane

dataPoolTree

JTree dataPoolTree

displayCont

ObjectDisplayContainer displayCont

selectedObjects

Object[] selectedObjects

dataPoolMenu

DataPoolMenu dataPoolMenu

Class edu.bonn.xulu.plugin.gui.DisplayContainer_Table.DisplayContainerTableModel extends AbstractTableModel implements Serializable

Class edu.bonn.xulu.plugin.gui.EventManagerFrame_BasicTable extends AbstractManagerFrame_BasicTable implements Serializable

Serialized Fields

appl

XuluModellingPlatform appl

Class edu.bonn.xulu.plugin.gui.ModelControlContainer extends Container implements Serializable

Serialized Fields

model

XuluModel model

initButton

JButton initButton

startButton

JButton startButton

pauseButton

JButton pauseButton

stepButton

JButton stepButton

stopButton

JButton stopButton

modelThread

XuluModelThread modelThread

threadListeners

Vector<E> threadListeners

modelListener

ModelAdapter modelListener

Class edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic extends ModelControlFrame implements Serializable

Serialized Fields

contentContainer

ModelContentManagerContainer contentContainer

controlContainer

ModelControlContainer controlContainer

reloadButton

JButton reloadButton

statusArea

JTextArea statusArea

statusStream

TextAreaPrintStream statusStream

contentPane

Container contentPane

modelSpecificFrame

JFrame modelSpecificFrame

statusMenu

JMenu statusMenu

statusMenuItem_clear

JMenuItem statusMenuItem_clear

appl

XuluModellingPlatform appl

Class edu.bonn.xulu.plugin.gui.PluginManagerFrame_BasicTable extends XuluInternalFrame implements Serializable

Serialized Fields

appl

XuluModellingPlatform appl

pluginTable

MutableTable pluginTable

Class edu.bonn.xulu.plugin.gui.RegistryFrame_Tree extends RegistryFrame implements Serializable

Serialized Fields

registry

XuluRegistry registry

registryTree

JTree registryTree

Class edu.bonn.xulu.plugin.gui.StatusFrame_BasicTextArea extends StatusFrame implements Serializable

Serialized Fields

appl

XuluModellingPlatform appl

textArea

JTextArea textArea

menu

JMenu menu

menuItem_clear

JMenuItem menuItem_clear

Package edu.bonn.xulu.plugin.model.clue

Class edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI extends JComponent implements Serializable

Serialized Fields

MIN

double MIN

MAX

double MAX

TOL

double TOL

SLIDER_FACT

double SLIDER_FACT

sliderPctFormat

DecimalFormat sliderPctFormat

sliderDecFormat

DecimalFormat sliderDecFormat

statusPctFormat

DecimalFormat statusPctFormat

statusDecFormat

DecimalFormat statusDecFormat

infoPctFormat

DecimalFormat infoPctFormat

infoDecFormat

DecimalFormat infoDecFormat

divCont

edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI.DeviationContainer divCont

singleDivSlider

JSlider singleDivSlider

averageDivSlider

JSlider averageDivSlider

model

ClueModel_Original model

singleDivLabel

edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI.DeviationLabel singleDivLabel

averageDivLabel

edu.bonn.xulu.plugin.model.clue.ClueModel_Original.ClueModelGUI.DeviationLabel averageDivLabel

labelFont

Font labelFont

alreadyPacked

boolean alreadyPacked

iterationLabel

JLabel iterationLabel

Class edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI extends JComponent implements Serializable

Serialized Fields

MIN

float MIN

MAX

float MAX

TOL

float TOL

SLIDER_FACT

float SLIDER_FACT

sliderPctFormat

DecimalFormat sliderPctFormat

sliderDecFormat

DecimalFormat sliderDecFormat

statusPctFormat

DecimalFormat statusPctFormat

statusDecFormat

DecimalFormat statusDecFormat

infoPctFormat

DecimalFormat infoPctFormat

infoDecFormat

DecimalFormat infoDecFormat

divCont

edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI.DeviationContainer divCont

singleDivSlider

JSlider singleDivSlider

averageDivSlider

JSlider averageDivSlider

model

ClueModel model

singleDivLabel

edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI.DeviationLabel singleDivLabel

averageDivLabel

edu.bonn.xulu.plugin.model.clue.ClueModel.ClueModelGUI.DeviationLabel averageDivLabel

labelFont

Font labelFont

alreadyPacked

boolean alreadyPacked

updateCheckBox

JCheckBox updateCheckBox

iterationLabel

JLabel iterationLabel

iterationText

String iterationText

Package edu.bonn.xulu.plugin.model.parallel

Class edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI extends JComponent implements Serializable

Serialized Fields

MIN

float MIN

MAX

float MAX

TOL

float TOL

SLIDER_FACT

float SLIDER_FACT

sliderPctFormat

DecimalFormat sliderPctFormat

sliderDecFormat

DecimalFormat sliderDecFormat

statusPctFormat

DecimalFormat statusPctFormat

statusDecFormat

DecimalFormat statusDecFormat

infoPctFormat

DecimalFormat infoPctFormat

infoDecFormat

DecimalFormat infoDecFormat

divCont

edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI.DeviationContainer divCont

singleDivSlider

JSlider singleDivSlider

averageDivSlider

JSlider averageDivSlider

model

ClueModel_deterministic model

singleDivLabel

edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI.DeviationLabel singleDivLabel

averageDivLabel

edu.bonn.xulu.plugin.model.parallel.ClueModel_deterministic.ClueModelGUI.DeviationLabel averageDivLabel

labelFont

Font labelFont

alreadyPacked

boolean alreadyPacked

updateCheckBox

JCheckBox updateCheckBox

iterationLabel

JLabel iterationLabel

Class edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI extends JComponent implements Serializable

Serialized Fields

MIN

float MIN

MAX

float MAX

TOL

float TOL

SLIDER_FACT

float SLIDER_FACT

sliderPctFormat

DecimalFormat sliderPctFormat

sliderDecFormat

DecimalFormat sliderDecFormat

statusPctFormat

DecimalFormat statusPctFormat

statusDecFormat

DecimalFormat statusDecFormat

infoPctFormat

DecimalFormat infoPctFormat

infoDecFormat

DecimalFormat infoDecFormat

divCont

edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI.DeviationContainer divCont

singleDivSlider

JSlider singleDivSlider

averageDivSlider

JSlider averageDivSlider

model

ClueModelParallel model

singleDivLabel

edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI.DeviationLabel singleDivLabel

averageDivLabel

edu.bonn.xulu.plugin.model.parallel.ClueModelParallel.ClueModelGUI.DeviationLabel averageDivLabel

labelFont

Font labelFont

alreadyPacked

boolean alreadyPacked

updateCheckBox

JCheckBox updateCheckBox

iterationLabel

JLabel iterationLabel

Class edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI extends JComponent implements Serializable

Serialized Fields

MIN

float MIN

MAX

float MAX

TOL

float TOL

SLIDER_FACT

float SLIDER_FACT

sliderPctFormat

DecimalFormat sliderPctFormat

sliderDecFormat

DecimalFormat sliderDecFormat

statusPctFormat

DecimalFormat statusPctFormat

statusDecFormat

DecimalFormat statusDecFormat

infoPctFormat

DecimalFormat infoPctFormat

infoDecFormat

DecimalFormat infoDecFormat

divCont

edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI.DeviationContainer divCont

singleDivSlider

JSlider singleDivSlider

averageDivSlider

JSlider averageDivSlider

model

ClueParallelTuned model

singleDivLabel

edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI.DeviationLabel singleDivLabel

averageDivLabel

edu.bonn.xulu.plugin.model.parallel.ClueParallelTuned.ClueModelGUI.DeviationLabel averageDivLabel

labelFont

Font labelFont

alreadyPacked

boolean alreadyPacked

updateCheckBox

JCheckBox updateCheckBox

iterationLabel

JLabel iterationLabel

Class edu.bonn.xulu.plugin.model.parallel.ClueTask extends AbstractSPMDTask implements Serializable

Serialized Fields

baseLU

WritableGrid baseLU

controller

SPMDServerInterface controller

luCount

int luCount

dfCount

int dfCount

ddfStartIdx

int[] ddfStartIdx

regrRes

float[][] regrRes

areaMinY

int areaMinY

areaMinX

int areaMinX

areaMaxY

int areaMaxY

areaMaxX

int areaMaxX

outLUProb

WritableGrid[] outLUProb

areaRestr

WritableGrid areaRestr

nbhRadiusX

int nbhRadiusX

nbhRadiusY

int nbhRadiusY

nbhSettings

float[][][] nbhSettings

nbhRegrRes

float[][] nbhRegrRes

totCover

float totCover

localMinX

int localMinX

localMinY

int localMinY

localMaxX

int localMaxX

localMaxY

int localMaxY

outNbhProb

WritableGrid[] outNbhProb

outActLUHist

WritableGrid outActLUHist

luDemand

float[][] luDemand

luElas

float[] luElas

luConv

int[][] luConv

oldLUCover

float[] oldLUCover

outActLU

WritableGrid outActLU

CALC_WITH_NBH

boolean CALC_WITH_NBH

nbhWeights

float[] nbhWeights

cellSize

float cellSize

baseLUHist

WritableGrid baseLUHist

outStepLU

MultiDataObject outStepLU

luMap

Map<K,V> luMap

luMapReverse

Map<K,V> luMapReverse

Class edu.bonn.xulu.plugin.model.parallel.ClueTaskTuned extends AbstractSPMDTask implements Serializable

Serialized Fields

baseLU

WritableGrid baseLU

controller

AdvancedSPMDServerInterface controller

luCount

int luCount

dfCount

int dfCount

ddfStartIdx

int[] ddfStartIdx

regrRes

float[][] regrRes

areaMinY

int areaMinY

areaMinX

int areaMinX

areaMaxY

int areaMaxY

areaMaxX

int areaMaxX

outLUProb

WritableGrid[] outLUProb

areaRestr

WritableGrid areaRestr

nbhRadiusX

int nbhRadiusX

nbhRadiusY

int nbhRadiusY

nbhSettings

float[][][] nbhSettings

nbhRegrRes

float[][] nbhRegrRes

totCover

float totCover

localMinX

int localMinX

localMinY

int localMinY

localMaxX

int localMaxX

localMaxY

int localMaxY

outNbhProb

WritableGrid[] outNbhProb

outActLUHist

WritableGrid outActLUHist

luDemand

float[][] luDemand

luElas

float[] luElas

luConv

int[][] luConv

oldLUCover

float[] oldLUCover

outActLU

WritableGrid outActLU

CALC_WITH_NBH

boolean CALC_WITH_NBH

nbhWeights

float[] nbhWeights

cellSize

float cellSize

baseLUHist

WritableGrid baseLUHist

outStepLU

MultiDataObject outStepLU

drivingForcesSync

SyncPoint drivingForcesSync

luMap

Map<K,V> luMap

luMapReverse

Map<K,V> luMapReverse

Package edu.bonn.xulu.plugin.model.parallel.demo

Class edu.bonn.xulu.plugin.model.parallel.demo.AVNTask extends AbstractSPMDTask implements Serializable

serialVersionUID: 13L

Serialized Fields

controller

AdvancedSPMDServerInterface controller

neighborhoodRange

int neighborhoodRange

gridOutput

WritableGrid gridOutput

gridInput

WritableGrid gridInput

Class edu.bonn.xulu.plugin.model.parallel.demo.AVNTunedTask extends AbstractSPMDTask implements Serializable

serialVersionUID: 13L

Serialized Fields

controller

AdvancedSPMDServerInterface controller

neighborhoodRange

int neighborhoodRange

gridOutput

WritableGrid gridOutput

gridInput

WritableGrid gridInput

Package edu.bonn.xulu.plugin.vis

Class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool extends JFrame implements Serializable

Serialized Fields

updateListener

Vector<E> updateListener
Speichert die verteilten UpdateListener


AREA_RENDERER

XYItemRenderer AREA_RENDERER

LINE_RENDERER

XYItemRenderer LINE_RENDERER

BAR_RENDERER

XYItemRenderer BAR_RENDERER

POINT_RENDERER

XYItemRenderer POINT_RENDERER

chartPanel

ChartPanel chartPanel
Speichert das Panel, in dem die einzelnen Charts angezeigt werden.


dataSet

DefaultTableXYDataset dataSet
Enthaelt die im Diagramm angezeigten Daten.


chartPlot

XYPlot chartPlot
Enthaelt den Plot des Chart.


pointButton

JToggleButton pointButton
Button um das Chart als Punkt-Diagramm einzustellen.


lineButton

JToggleButton lineButton
Button um das Chart als Linien-Diagramm einzustellen.


barButton

JToggleButton barButton
Button um das Chart als Balken-Diagramm einzustellen.


areaButton

JToggleButton areaButton
Button um das Chart als Flaechen-Diagramm einzustellen.


buttonPanel

JPanel buttonPanel
Speichert das Panel, in dem die Button angezeigt werden, mit denen zwischen den verschiedenen Styles gewechselt werden kann.


buttonGroup

ButtonGroup buttonGroup
Buttongroup, die Steuert, das im buttonPanel immer nur ein Toggle-Button aktiviert ist


objectTable

MutableTable objectTable
Tabelle, in der die Datenobjekte angezeigt werden.


horSplitPane

MultiSplitPane horSplitPane
Split-Pane, in dem Daten-Liste und Chart angezeigt werden.

Class edu.bonn.xulu.plugin.vis.JFreeChartVisualisationTool.StyleButtonAction extends AbstractAction implements Serializable