Serialized Form


Package org.gcube.contentmanagement.graphtools.abstracts

Class org.gcube.contentmanagement.graphtools.abstracts.GenericStandaloneGraph extends org.jfree.ui.ApplicationFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

big

boolean big

Package org.gcube.contentmanagement.graphtools.examples.graphsTypes

Class org.gcube.contentmanagement.graphtools.examples.graphsTypes.ExampleImage extends Applet implements Serializable


Package org.gcube.contentmanagement.graphtools.plotting.demo

Class org.gcube.contentmanagement.graphtools.plotting.demo.PieChartDemo1 extends org.jfree.ui.ApplicationFrame implements Serializable

Class org.gcube.contentmanagement.graphtools.plotting.demo.SpiderWebDemo1 extends org.jfree.ui.ApplicationFrame implements Serializable

Class org.gcube.contentmanagement.graphtools.plotting.demo.SpiderWebPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: -5376340422031599463L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Provides serialization support.

Throws:
IOException - if there is an I/O error.
ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Provides serialization support.

Throws:
IOException - if there is an I/O error.
Serialized Fields

headPercent

double headPercent
The head radius as a percentage of the available drawing area.


interiorGap

double interiorGap
The space left around the outside of the plot as a percentage.


axisLabelGap

double axisLabelGap
The gap between the labels and the axes as a %age of the radius.


dataset

org.jfree.data.category.CategoryDataset dataset
The dataset.


maxValue

double maxValue
The maximum value we are plotting against on each category axis


dataExtractOrder

org.jfree.util.TableOrder dataExtractOrder
The data extract order (BY_ROW or BY_COLUMN). This denotes whether the data series are stored in rows (in which case the category names are derived from the column keys) or in columns (in which case the category names are derived from the row keys).


startAngle

double startAngle
The starting angle.


direction

org.jfree.util.Rotation direction
The direction for drawing the radar axis & plots.


seriesPaintList

org.jfree.util.PaintList seriesPaintList
The series paint list.


seriesOutlinePaintList

org.jfree.util.PaintList seriesOutlinePaintList
The series outline paint list.


seriesOutlineStrokeList

org.jfree.util.StrokeList seriesOutlineStrokeList
The series outline stroke list.


labelFont

Font labelFont
The font used to display the category labels.


labelGenerator

org.jfree.chart.labels.CategoryItemLabelGenerator labelGenerator
The label generator.


webFilled

boolean webFilled
controls if the web polygons are filled or not


toolTipGenerator

org.jfree.chart.labels.CategoryToolTipGenerator toolTipGenerator
A tooltip generator for the plot (null permitted).


urlGenerator

org.jfree.chart.urls.CategoryURLGenerator urlGenerator
A URL generator for the plot (null permitted).

Class org.gcube.contentmanagement.graphtools.plotting.demo.TimeSeriesChartDemo1 extends org.jfree.ui.ApplicationFrame implements Serializable


Package org.gcube.contentmanagement.graphtools.plotting.graphs

Class org.gcube.contentmanagement.graphtools.plotting.graphs.GaussianDistributionGraph extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L

Serialized Fields

mean

double mean

variance

double variance

Class org.gcube.contentmanagement.graphtools.plotting.graphs.HistogramGraph extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L

Class org.gcube.contentmanagement.graphtools.plotting.graphs.LineGraph extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L

Class org.gcube.contentmanagement.graphtools.plotting.graphs.NumericSeriesGraph extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L

Class org.gcube.contentmanagement.graphtools.plotting.graphs.PieGraph extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L

Class org.gcube.contentmanagement.graphtools.plotting.graphs.RadarGraph extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L

Class org.gcube.contentmanagement.graphtools.plotting.graphs.ScatterGraphGeneric extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L

Class org.gcube.contentmanagement.graphtools.plotting.graphs.ScatterGraphNumeric extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L

Class org.gcube.contentmanagement.graphtools.plotting.graphs.TimeSeriesGraph extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L

Serialized Fields

timeseriesformat

String timeseriesformat

Class org.gcube.contentmanagement.graphtools.plotting.graphs.TransectLineGraph extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L


Package org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph

Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.CustomListenableDirectedWeightedGraph extends org.jgrapht.graph.ListenableDirectedWeightedGraph<V,E> implements Serializable

Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.CustomWeightedEdge extends org.jgrapht.graph.DefaultWeightedEdge implements Serializable

Serialized Fields

weight

double weight

o1

Object o1

o2

Object o2

Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.GraphDisplayer extends JApplet implements Serializable

Serialized Fields

m_jgAdapter

org.jgrapht.ext.JGraphModelAdapter<V,E> m_jgAdapter

newxposition

int newxposition

newyposition

int newyposition

g

CustomListenableDirectedWeightedGraph<V,E> g

nodesCounter

int nodesCounter

VertexNames

ArrayList<E> VertexNames

Edges

HashMap<K,V> Edges

Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.GraphFramer extends Frame implements Serializable

Serialized Fields

graphDisplayer

GraphDisplayer graphDisplayer

Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.GraphGeneratorApplet extends JApplet implements Serializable

Serialized Fields

m_jgAdapter

org.jgrapht.ext.JGraphModelAdapter<V,E> m_jgAdapter

Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.RelationEdge extends org.jgrapht.graph.DefaultWeightedEdge implements Serializable

Serialized Fields

relationName

String relationName

indexFrom

long indexFrom

indexTo

long indexTo

weight

BigInteger weight

categoryFrom

String categoryFrom

categoryTo

String categoryTo

Package org.gcube.dataanalysis.ecoengine.configuration

Class org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration extends LexicalEngineConfiguration implements Serializable

serialVersionUID: 1L

Serialized Fields

databaseDriver

String databaseDriver

databaseURL

String databaseURL

databaseUserName

String databaseUserName

databasePassword

String databasePassword

databaseDialect

String databaseDialect

databaseIdleConnectionTestPeriod

String databaseIdleConnectionTestPeriod

databaseAutomaticTestTable

String databaseAutomaticTestTable

configPath

String configPath

cachePath

String cachePath

persistencePath

String persistencePath

distributionTable

String distributionTable

tableSpace

String tableSpace

createTable

Boolean createTable

useDB

Boolean useDB

envelopeTable

String envelopeTable

csquarecodesTable

String csquarecodesTable

occurrenceCellsTable

String occurrenceCellsTable

featuresTable

List<E> featuresTable

preprocessedTables

List<E> preprocessedTables

endpoints

List<E> endpoints

remoteCalculatorEndpoint

String remoteCalculatorEndpoint

serviceUserName

String serviceUserName

remoteEnvironment

String remoteEnvironment

numberOfResources

Integer numberOfResources

model

String model

generator

String generator

gcubeScope

String gcubeScope

generalProperties

HashMap<K,V> generalProperties

Package org.gcube.dataanalysis.ecoengine.evaluation.bioclimate

Class org.gcube.dataanalysis.ecoengine.evaluation.bioclimate.BioClimateGraph extends GenericStandaloneGraph implements Serializable

serialVersionUID: 1L

Serialized Fields

max

double max

min

double min

Package org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks

Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.Neural_Network extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

griglia

Neuron[][] griglia

soglia

double soglia

maxcycle

double maxcycle

acceptanceThr

double acceptanceThr

Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.Neuron extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

attivfun

int attivfun

W

float[] W

Package org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions

Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.NeuralNet extends Object implements Serializable

Serialized Fields

neurons

Neuron[] neurons

synapses

Synapse[] synapses

nolayers

int nolayers

layers

org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.NeuralNet.Layer[] layers

randomizer

Randomizer randomizer

topology

int[] topology

Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.Neuron extends Object implements Serializable

Serialized Fields

id

int id

threshold

double threshold

prevthreshold

double prevthreshold

layer

int layer

output

double output

axonfamily

char axonfamily

momentumrate

double momentumrate

axonfuncflatness

double axonfuncflatness

learningratecoefficient

double learningratecoefficient

neuronsout

Neuron[] neuronsout

neuronsin

Neuron[] neuronsin

synapsesout

Synapse[] synapsesout

synapsesin

Synapse[] synapsesin

error

double error

cumulthresholddiff

double cumulthresholddiff

Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.Randomizer extends Object implements Serializable

Serialized Fields

random

Random random

Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.Synapse extends Object implements Serializable

Serialized Fields

weight

double weight

prevweight

double prevweight

cumulweightdiff

double cumulweightdiff

sourceunit

Neuron sourceunit

targetunit

Neuron targetunit

Package org.gcube.dataanalysis.ecoengine.utils

Class org.gcube.dataanalysis.ecoengine.utils.Tuple extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

elements

ArrayList<E> elements

Package org.gcube.portlets.user.timeseries.charts.support.assertions

Class org.gcube.portlets.user.timeseries.charts.support.assertions.Assertion extends Object implements Serializable

serialVersionUID: -2007903339251667541L


Package org.gcube.portlets.user.timeseries.charts.support.exceptions

Class org.gcube.portlets.user.timeseries.charts.support.exceptions.InvalidParameterException extends Exception implements Serializable

serialVersionUID: -9108485633158199338L


Package org.gcube.portlets.user.timeseries.charts.support.tablemodel

Class org.gcube.portlets.user.timeseries.charts.support.tablemodel.FieldDescr extends Object implements Serializable

serialVersionUID: 532149221570962514L

Serialized Fields

alias

String alias

rawname

String rawname

Class org.gcube.portlets.user.timeseries.charts.support.tablemodel.TableDescr extends Object implements Serializable

serialVersionUID: -4850971456321479627L

Serialized Fields

name

String name

alias

String alias

fields

List<E> fields

Package org.gcube.portlets.user.timeseries.charts.support.types

Class org.gcube.portlets.user.timeseries.charts.support.types.GraphData extends Object implements Serializable

serialVersionUID: 930654337632116093L

Serialized Fields

data

List<E> data

minY

Number minY

maxY

Number maxY

Class org.gcube.portlets.user.timeseries.charts.support.types.GraphGroups extends Object implements Serializable

serialVersionUID: -466243452417462863L

Serialized Fields

graphs

Map<K,V> graphs

Class org.gcube.portlets.user.timeseries.charts.support.types.Point extends Object implements Serializable

serialVersionUID: 6164075295272357264L

Serialized Fields

label

String label

value

Number value

entries

List<E> entries

Class org.gcube.portlets.user.timeseries.charts.support.types.ValueEntry extends Object implements Serializable

serialVersionUID: -6765421417425929840L

Serialized Fields

label

String label

value

Number value



Copyright © 2012. All Rights Reserved.