Serialized Form


Package org.keridwen.modelling.monitoring.model.io

Class org.keridwen.modelling.monitoring.model.io.ExportAllChooser extends JFileChooser implements Serializable

serialVersionUID: 49637395352486658L

Serialized Fields

file

File file
This is the File selected to do the the export.

Class org.keridwen.modelling.monitoring.model.io.ExportChooser extends JFileChooser implements Serializable

serialVersionUID: 7062845275292564859L

Serialized Fields

filterMapMonitoringNodeExporter

Map<K,V> filterMapMonitoringNodeExporter
Map between FileFilter which conatins some properties about the export and the MonitoringNodeExport which can do the export.


file

File file
This is the File selected to do the the export.


Package org.keridwen.modelling.monitoring.viewer

Class org.keridwen.modelling.monitoring.viewer.ComboBoxCellRenderer extends BasicComboBoxRenderer implements Serializable

serialVersionUID: -609730918265612238L

Class org.keridwen.modelling.monitoring.viewer.ComboBoxViewer extends JPanel implements Serializable

serialVersionUID: -6560609634814283409L

Serialized Fields

comboBox

JComboBox comboBox
The combo box which stores all MonitoringNodes contained in the MonitoringModel.


monitoringModel

MonitoringModel monitoringModel
The MonitoringModel represented in this viewer.

Class org.keridwen.modelling.monitoring.viewer.CurveVisualizer extends JPanel implements Serializable

serialVersionUID: 1484031250253009526L

Serialized Fields

jFreeChart

org.jfree.chart.JFreeChart jFreeChart
is a JFreeChart object which contains data visualized.


title

String title
Title of this visualizer.


resultingChart

org.jfree.chart.ChartPanel resultingChart

Class org.keridwen.modelling.monitoring.viewer.LiveMonitoringTreeTableViewer extends JPanel implements Serializable

serialVersionUID: -5968970244260200986L

Serialized Fields

exportButton

JButton exportButton
ExportButton.


filterTextField

JTextField filterTextField
JTextField used to filter the different curves plotted.


treeTable

org.jdesktop.swingx.JXTreeTable treeTable
the JXTreeTable used to represent the MonitoringModel in a tree table.


monitoringModel

MonitoringModel monitoringModel
The MonitoringModel represented in this viewer.


selectedNodes

List<E> selectedNodes

finalPanel

JPanel finalPanel
The final panel which contains the treeTable view of all curves plotted during live monitoring.


bottomBar

JPanel bottomBar
The bottomBar field defines the bottom bar of the LiveMonitoringTreeTableViewer. There is the export button which is defined in this JPanel for example.


treePanel

JPanel treePanel

Class org.keridwen.modelling.monitoring.viewer.Map2DVisualizer extends JPanel implements Serializable

serialVersionUID: 1484031250253009526L

Serialized Fields

jFreeChart

org.jfree.chart.JFreeChart jFreeChart
is a JFreeChart object which contains data visualized.


title

String title
Title of this visualizer.


resultingChart

org.jfree.chart.ChartPanel resultingChart
The ChartPanel which stores the 2d map generated with JFreeChart.


maxZValue

double maxZValue
the maximum value of z-axis, this variable is used to compute the color map of the z-axis.


minZValue

double minZValue
the minimum value of z-axis, this variable is used to compute the color map of the z-axis.

Class org.keridwen.modelling.monitoring.viewer.PlotTableViewer extends JPanel implements Serializable

serialVersionUID: -3055285390262198869L

Serialized Fields

exportButton

JButton exportButton
ExportButton.


exportAllButton

JButton exportAllButton
Export all DataFields Button.


visualizeButton

JButton visualizeButton
Export all DataFields Button.


treeTable

org.jdesktop.swingx.JXTreeTable treeTable
the JXTreeTable used to represent the MonitoringModel in a tree table.


monitoringModel

MonitoringModel monitoringModel
The MonitoringModel represented in this viewer.


selectedMonitoringNodeListenerList

List<E> selectedMonitoringNodeListenerList

counter

AtomicInteger counter

progress

ProgressDialog progress
Progress bar.


dataFieldCount

int dataFieldCount

selectedNodes

List<E> selectedNodes

Class org.keridwen.modelling.monitoring.viewer.VisualizerVTK extends JPanel implements Serializable

serialVersionUID: 1484031250253009526L

Serialized Fields

cassandra

com.artenum.cassandra.Cassandra cassandra

title

String title

dataFieldDirectory

File dataFieldDirectory

Package org.keridwen.modelling.monitoring.visualizer

Class org.keridwen.modelling.monitoring.visualizer.AbstractLiveMonitoringMap2DViewer extends JPanel implements Serializable

serialVersionUID: 417889491196217477L

Serialized Fields

jFreeChart

org.jfree.chart.JFreeChart jFreeChart
The JFreeChart object used to plot 2D map.


resultingChart

org.jfree.chart.ChartPanel resultingChart
The ChartPanel used to display the curves computed in the JFreeChart object.


categoryMonitoringNode

CategoryMonitoringNode categoryMonitoringNode
The reference to the CategoryMonitoringNode represented by this viewer.


atomicInteger

AtomicInteger atomicInteger
AtomicInteger used to define a unique identifier.


lastMeasuresList

List<E> lastMeasuresList
List of all last curves displayed.


maxZValue

double maxZValue
the maximum value of z-axis, this variable is used to compute the color map of the z-axis.


minZValue

double minZValue
the minimum value of z-axis, this variable is used to compute the color map of the z-axis.

Class org.keridwen.modelling.monitoring.visualizer.LiveMonitoringCurvesTreeTableViewer extends LiveMonitoringCurvesViewer implements Serializable

serialVersionUID: -3011058644515778069L

Class org.keridwen.modelling.monitoring.visualizer.LiveMonitoringCurvesViewer extends JPanel implements Serializable

serialVersionUID: 5335930471841800430L

Serialized Fields

jFreeChart

org.jfree.chart.JFreeChart jFreeChart
The JFreeChart object used to plot convergence informations of simulation.


resultingChart

org.jfree.chart.ChartPanel resultingChart
The ChartPanel used to display the curves computed in the JFreeChart object.


categoryMonitoringNode

CategoryMonitoringNode categoryMonitoringNode
The reference to the CategoryMonitoringNode represented by this viewer.


atomicInteger

AtomicInteger atomicInteger
AtomicInteger used to define a unique identifier.


lastMeasuresList

List<E> lastMeasuresList
List of all last curves displayed.

Class org.keridwen.modelling.monitoring.visualizer.LiveMonitoringMap2DViewer extends AbstractLiveMonitoringMap2DViewer implements Serializable

serialVersionUID: 8769720321222661575L

Serialized Fields

currentMonitoringNodeDisplayed

MonitoringNode currentMonitoringNodeDisplayed
The MonitoringNode which is plotted like a 2D map.

Class org.keridwen.modelling.monitoring.visualizer.LiveMonitoringMap2DViewerComboBox extends LiveMonitoringMap2DViewer implements Serializable

serialVersionUID: 8330807200009521537L

Class org.keridwen.modelling.monitoring.visualizer.LiveMonitoringPolyVisualizers extends JPanel implements Serializable

serialVersionUID: -8347915888080259511L

Serialized Fields

visualizersList

List<E> visualizersList
The List of Visualizer displayed in this Visualizer.


categoryMonitoringNode

CategoryMonitoringNode categoryMonitoringNode
The reference to the CategoryMonitoringNode represented by this viewer.


name

String name
The name of this visualiser. This name is used to know when a new curve is added if the curve must be added in this visualizer or not.

Class org.keridwen.modelling.monitoring.visualizer.LiveMonitoringSpectrogramViewer extends AbstractLiveMonitoringMap2DViewer implements Serializable

serialVersionUID: 2075466804912619548L

Serialized Fields

previousAbscissa

Double previousAbscissa
The abscissa value of the previous column of the spectrogram. This variable is used to compute the width of a column of a spectrogram.


previousPreviousAbscissa

Double previousPreviousAbscissa
The abscissa value of the penultimate column of the spectrogram. This variable is used to compute the width of a column of a spectrogram.


previousAbscissaTable

double[] previousAbscissaTable
A copy of abscissa used to plot spectrogram. It is necessary to copy it because it is not possible to recompute it from the JFreeChart dataset.


previousOrdinateTable

double[] previousOrdinateTable
A copy of ordinate used to plot spectrogram. It is necessary to copy it because it is not possible to recompute it from the JFreeChart dataset.


previousZTable

double[] previousZTable
A copy of z-axis used to plot spectrogram. It is necessary to copy it because it is not possible to recompute it from the JFreeChart dataset.


previousDataCount

int previousDataCount
The number of the data used to plot all spectrogram without the last column.



Copyright © 2012-2013 Artenum. All Rights Reserved.