Serialized Form


Package comirva

Class comirva.Workspace extends Object implements Serializable

Serialized Fields

listMatrices

DefaultListModel listMatrices

matrixList

Vector<E> matrixList

additionalListMatrices

Vector<E> additionalListMatrices

additionalMatrixList

Vector<E> additionalMatrixList

additionalMatrixNames

Vector<E> additionalMatrixNames

listVisu

DefaultListModel listVisu

visuList

Vector<E> visuList

listMetaData

DefaultListModel listMetaData

metaDataList

Vector<E> metaDataList

Package comirva.audio.feature

Class comirva.audio.feature.Attribute extends Object implements Serializable

Class comirva.audio.feature.AudioFeature extends Attribute implements Serializable

Class comirva.audio.feature.FluctuationPattern extends AudioFeature implements Serializable

serialVersionUID: 1L

Serialized Fields

m

Matrix m

Class comirva.audio.feature.FluctuationPatternCent extends AudioFeature implements Serializable

serialVersionUID: 1L

Serialized Fields

m

Matrix m

Class comirva.audio.feature.MandelEllis extends AudioFeature implements Serializable

serialVersionUID: 1L

Serialized Fields

covarMatrix

Matrix covarMatrix

covarMatrixInv

Matrix covarMatrixInv
the inverted covarMatrix, stored for computational efficiency


mean

Matrix mean
a row vector

Class comirva.audio.feature.SpectralPatternCent extends AudioFeature implements Serializable

serialVersionUID: 1L

Serialized Fields

m

Matrix m

Class comirva.audio.feature.TimbreDistribution extends AudioFeature implements Serializable

serialVersionUID: 1L

Serialized Fields

DSR

int DSR

sampleListRef

SoftReference<T> sampleListRef

gmm

GaussianMixture gmm

logLikelihood

double logLikelihood

Package comirva.audio.util.gmm

Class comirva.audio.util.gmm.CovarianceSingularityException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

list

PointList list

Package comirva.audio.util.kmeans

Class comirva.audio.util.kmeans.InvalidClusteringException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package comirva.audio.util.math

Class comirva.audio.util.math.CholeskyDecomposition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

L

double[][] L
Array for internal storage of decomposition.

internal array storage.

n

int n
Row and column dimension (square matrix).

matrix dimension.

isspd

boolean isspd
Symmetric and positive definite flag.

is symmetric and positive definite flag.

Class comirva.audio.util.math.EigenvalueDecomposition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

n

int n
Row and column dimension (square matrix).

matrix dimension.

issymmetric

boolean issymmetric
Symmetry flag.

internal symmetry flag.

d

double[] d
Arrays for internal storage of eigenvalues.

internal storage of eigenvalues.

e

double[] e
Arrays for internal storage of eigenvalues.

internal storage of eigenvalues.

V

double[][] V
Array for internal storage of eigenvectors.

internal storage of eigenvectors.

H

double[][] H
Array for internal storage of nonsymmetric Hessenberg form.

internal storage of nonsymmetric Hessenberg form.

ort

double[] ort
Working storage for nonsymmetric algorithm.

working storage for nonsymmetric algorithm.

Class comirva.audio.util.math.LUDecomposition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

LU

double[][] LU
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions, and pivot sign.

column dimension.

n

int n
Row and column dimensions, and pivot sign.

column dimension.

pivsign

int pivsign
Row and column dimensions, and pivot sign.

column dimension.

piv

int[] piv
Internal storage of pivot vector.

pivot vector.

Class comirva.audio.util.math.Matrix extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

A

double[][] A
Array for internal storage of elements.

internal array storage.

m

int m
Number of rows. @serial number of rows.


n

int n
Number of columns. @serial number of columns.

Class comirva.audio.util.math.QRDecomposition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

QR

double[][] QR
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions.

column dimension.

n

int n
Row and column dimensions.

column dimension.

Rdiag

double[] Rdiag
Array for internal storage of diagonal of R.

diagonal of R.

Class comirva.audio.util.math.SingularValueDecomposition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

U

double[][] U
Arrays for internal storage of U and V.

internal storage of U.

V

double[][] V
Arrays for internal storage of U and V.

internal storage of U.

s

double[] s
Array for internal storage of singular values.

internal storage of singular values.

m

int m
Row and column dimensions.

row dimension.

n

int n
Row and column dimensions.

row dimension.

Package comirva.config

Class comirva.config.VisuPreferences extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

backgroundColor

Color backgroundColor
the color of the vizualisation background


borderSize

int borderSize
the size of the border


labelFontSize

int labelFontSize
the size of the label font


enableEPS

boolean enableEPS
switch for enabling/disabling EPS


lastDir

String lastDir
String for last directory


toolbarFloatable

boolean toolbarFloatable
flag for floatable toolbar


tabLayout

int tabLayout
flag for tab layout (scroll/wrap)


visuName

int visuName
flag for using cofiguration information for naming new visualistions


useDataMatrixName

boolean useDataMatrixName
flag for using data matrix name in visualisation name


Package comirva.config.defaults

Class comirva.config.defaults.VisuDefaultPreferences extends VisuPreferences implements Serializable


Package comirva.data

Class comirva.data.DataMatrix extends Object implements Serializable

serialVersionUID: -3543115862944212076L

Serialized Fields

name

String name

vecRows

Vector<E> vecRows

vecColCurrent

Vector<E> vecColCurrent

Class comirva.data.EntityTermProfile extends Object implements Serializable

Serialized Fields

singleTermLists

Vector<E> singleTermLists

terms

Vector<E> terms

termFrequency

Hashtable<K,V> termFrequency

termOccurrenceOnDocuments

Vector<E> termOccurrenceOnDocuments

documentFrequency

Hashtable<K,V> documentFrequency

TFxIDF

Hashtable<K,V> TFxIDF

IDF

Hashtable<K,V> IDF

tfDocs

int[][] tfDocs

dirLocal

File dirLocal

entityName

String entityName

numberDocuments

Integer numberDocuments

crawlDetails

String crawlDetails

extAudio

Vector<E> extAudio

extImage

Vector<E> extImage

extVideo

Vector<E> extVideo

isDebugMode

boolean isDebugMode

Class comirva.data.SingleTermList extends Object implements Serializable

Serialized Fields

frequency

Hashtable<K,V> frequency

fileLocal

File fileLocal

urlSource

String urlSource

searchTerm

String searchTerm

crawlDetails

String crawlDetails

audioContent

Vector<E> audioContent

imageContent

Vector<E> imageContent

videoContent

Vector<E> videoContent

extAudio

Vector<E> extAudio

extImage

Vector<E> extImage

extVideo

Vector<E> extVideo

isDebugMode

boolean isDebugMode

Package comirva.exception

Class comirva.exception.NoMatrixException extends Exception implements Serializable

Class comirva.exception.SizeMismatchException extends Exception implements Serializable

Class comirva.exception.WebCrawlException extends Exception implements Serializable


Package comirva.mlearn

Class comirva.mlearn.GHSOM extends SOM implements Serializable

serialVersionUID: 2947141785259199673L

Serialized Fields

parent

GHSOM parent

overallDeviation

double overallDeviation

subMaps

SortedMap<K,V> subMaps

parentIndices

Map<K,V> parentIndices

mapUnitMQEs

Map<K,V> mapUnitMQEs

mapUnitMeans

Map<K,V> mapUnitMeans

growThreshold

double growThreshold

expandThreshold

double expandThreshold

initMethod

int initMethod

initNumberOfRows

int initNumberOfRows

initNumberOfColumns

int initNumberOfColumns

maxSize

int maxSize

maxDepth

int maxDepth

hierarchyDepth

int hierarchyDepth

onlyFirstCircular

boolean onlyFirstCircular

orientated

boolean orientated

onlyOneEntryPerNode

boolean onlyOneEntryPerNode

prototypor

GhSomPrototypeFinder prototypor

calculationReady

boolean calculationReady

Class comirva.mlearn.SDH extends Object implements Serializable

Serialized Fields

som

SOM som

intMURows

int intMURows

intMUCols

int intMUCols

votes

double[][] votes

iterInterp

int iterInterp

interpVotes

double[][] interpVotes

borderUnits

int borderUnits

includeBordersInInterpolation

boolean includeBordersInInterpolation

Class comirva.mlearn.SOM extends Object implements Serializable

serialVersionUID: -2174426537507018171L

Serialized Fields

data

DataMatrix data

codebook

DataMatrix codebook

labels

Vector<E> labels

altLabels

Vector<E> altLabels

coOccMatrix

DataMatrix coOccMatrix

coOccMatrixLabels

Vector<E> coOccMatrixLabels

intMURows

int intMURows

intMUCols

int intMUCols

voronoiSet

Vector<E> voronoiSet

trainingLength

int trainingLength

method

int method

circular

boolean circular

colorByPCA

boolean colorByPCA

gridcolors

Color[] gridcolors

mdm

MDM mdm

statusBar

JLabel statusBar
statusBar represents the status bar of the calling MainUI-instance and is used to update the status bar while performing training


Package comirva.mlearn.ghsom

Class comirva.mlearn.ghsom.CoOccurrencePrototypeFinder extends Object implements Serializable

serialVersionUID: 5442761453102555739L

Serialized Fields

labels

List<E> labels

coocData

DataMatrix coocData

penalizationValues

HashMap<K,V> penalizationValues

Class comirva.mlearn.ghsom.MeanPrototypeFinder extends Object implements Serializable

serialVersionUID: 7460359597372237464L

Class comirva.mlearn.ghsom.WebCoocGroupPrototypeFinder extends Object implements Serializable

serialVersionUID: 3416995066403678779L

Serialized Fields

coOccurrencePrototypeFinder

CoOccurrencePrototypeFinder coOccurrencePrototypeFinder

calculationType

int calculationType

Class comirva.mlearn.ghsom.WebCoocIndividualPrototypeFinder extends Object implements Serializable

serialVersionUID: -4906359084568577031L

Serialized Fields

coOccurrencePrototypeFinder

CoOccurrencePrototypeFinder coOccurrencePrototypeFinder

Package comirva.ui

Class comirva.ui.AboutBox extends JDialog implements Serializable

Serialized Fields

program

String program

version

String version

author

String author

contributors

String contributors

comments

String comments

btnClose

JButton btnClose

labelProgram

JLabel labelProgram

labelVersion

JLabel labelVersion

labelAuthor

JLabel labelAuthor

labelContributors

JLabel labelContributors

labelComments

JLabel labelComments

labelLogo

JLabel labelLogo

panel

JPanel panel

gridLayout

GridLayout gridLayout

Class comirva.ui.CircledBarsAdvancedCreationDialog extends JDialog implements Serializable

Serialized Fields

btnCreateCBA

JButton btnCreateCBA

btnDefault

JButton btnDefault

btnCancel

JButton btnCancel

panel

JPanel panel

sliderShowNearestN

JSlider sliderShowNearestN

currentShowNearestN

JLabel currentShowNearestN

panelSort

JPanel panelSort

rbSortByDistance

JRadioButton rbSortByDistance

rbSortByMetaData

JRadioButton rbSortByMetaData

bgSort

ButtonGroup bgSort

gridLayout

GridLayout gridLayout

confirmOperation

boolean confirmOperation

Class comirva.ui.CircledFansCreationDialog extends JDialog implements Serializable

Serialized Fields

btnCreateCF

JButton btnCreateCF

btnDefault

JButton btnDefault

btnCancel

JButton btnCancel

panelMain

JPanel panelMain

panelSliders

JPanel panelSliders

panelCenterItem

JPanel panelCenterItem

panelRadioButtons

JPanel panelRadioButtons

sliderMaxBarThickness

JSlider sliderMaxBarThickness

sliderMaxDataItemsL0

JSlider sliderMaxDataItemsL0

sliderMaxDataItemsL1

JSlider sliderMaxDataItemsL1

sliderAngleFanL1

JSlider sliderAngleFanL1

cbNormalizeData

JCheckBox cbNormalizeData

currentMaxBarThickness

JLabel currentMaxBarThickness

currentMaxDataItemsL0

JLabel currentMaxDataItemsL0

currentMaxDataItemsL1

JLabel currentMaxDataItemsL1

currentAngleFanL1

JLabel currentAngleFanL1

gridLayoutSliders

GridLayout gridLayoutSliders

borderLayoutMain

BorderLayout borderLayoutMain

borderLayoutCenterItem

BorderLayout borderLayoutCenterItem

borderLayoutRadioButtons

BorderLayout borderLayoutRadioButtons

bg

ButtonGroup bg

rbRandomCenter

JRadioButton rbRandomCenter

rbSpecifiedCenter

JRadioButton rbSpecifiedCenter

jlDataItems

JList jlDataItems

confirmOperation

boolean confirmOperation

Class comirva.ui.CSRCreationDialog extends JDialog implements Serializable

Serialized Fields

btnCreateCSR

JButton btnCreateCSR

btnDefault

JButton btnDefault

btnCancel

JButton btnCancel

panelMain

JPanel panelMain

panelSliders

JPanel panelSliders

panelPrototypeItems

JPanel panelPrototypeItems

sliderNumberOfNeighborsPerPrototype

JSlider sliderNumberOfNeighborsPerPrototype

sliderMaxEdgeThickness

JSlider sliderMaxEdgeThickness

sliderPrototypesVertexDiameter

JSlider sliderPrototypesVertexDiameter

sliderNeighborsVertexDiameter

JSlider sliderNeighborsVertexDiameter

sliderIterationsNeighborsPlacement

JSlider sliderIterationsNeighborsPlacement

currentNumberOfNeighborsPerPrototype

JLabel currentNumberOfNeighborsPerPrototype

currentMaxEdgeThickness

JLabel currentMaxEdgeThickness

currentPrototypesVertexDiameter

JLabel currentPrototypesVertexDiameter

currentNeighborsVertexDiameter

JLabel currentNeighborsVertexDiameter

currentIterationsNeighborsPlacement

JLabel currentIterationsNeighborsPlacement

gridLayoutSliders

GridLayout gridLayoutSliders

borderLayoutMain

BorderLayout borderLayoutMain

borderLayoutPrototypeItems

BorderLayout borderLayoutPrototypeItems

jlDataItems

JList jlDataItems

confirmOperation

boolean confirmOperation

Class comirva.ui.DataManagementPreferencesDialog extends JDialog implements Serializable

Serialized Fields

btnOK

JButton btnOK

btnCancel

JButton btnCancel

panel

JPanel panel

gridLayout

GridLayout gridLayout

toolbarFloatable

JCheckBox toolbarFloatable

glTabLayout

GridLayout glTabLayout

panelTabLayout

JPanel panelTabLayout

tabLayoutWrap

JRadioButton tabLayoutWrap

tabLayoutScroll

JRadioButton tabLayoutScroll

comboVisuName

JComboBox comboVisuName

useDataMatrixName

JCheckBox useDataMatrixName

confirmOperation

boolean confirmOperation

Class comirva.ui.DataMatrixNormalizeDialog extends JDialog implements Serializable

Serialized Fields

btnNormalize

JButton btnNormalize

btnDefault

JButton btnDefault

btnCancel

JButton btnCancel

panel

JPanel panel

sliderLowerBound

JSlider sliderLowerBound

sliderUpperBound

JSlider sliderUpperBound

currentLowerBound

JLabel currentLowerBound

currentUpperBound

JLabel currentUpperBound

panelMethod

JPanel panelMethod

rbLinear

JRadioButton rbLinear

rbLogarithmic

JRadioButton rbLogarithmic

bgMethod

ButtonGroup bgMethod

panelScope

JPanel panelScope

rbMatrix

JRadioButton rbMatrix

rbRow

JRadioButton rbRow

rbColumn

JRadioButton rbColumn

bgScope

ButtonGroup bgScope

gridLayout

GridLayout gridLayout

confirmOperation

boolean confirmOperation

Class comirva.ui.DataMatrixRenameDialog extends JDialog implements Serializable

Serialized Fields

btnRename

JButton btnRename

btnCancel

JButton btnCancel

panel

JPanel panel

tfName

JTextField tfName

gridLayout

GridLayout gridLayout

confirmOperation

boolean confirmOperation

Class comirva.ui.ETPLoaderDialog extends JDialog implements Serializable

Serialized Fields

btnOK

JButton btnOK

panel

JPanel panel

cbTerms

JCheckBox cbTerms

cbDocPaths

JCheckBox cbDocPaths

cbTO

JCheckBox cbTO

cbTF

JCheckBox cbTF

cbDF

JCheckBox cbDF

cbTFxIDF

JCheckBox cbTFxIDF

gridLayout

GridLayout gridLayout

confirmOperation

boolean confirmOperation

Class comirva.ui.GHSOMCreationDialog extends JDialog implements Serializable

serialVersionUID: 2015078837606664911L

Serialized Fields

btnCreateSOM

JButton btnCreateSOM

btnCancel

JButton btnCancel

btnDefault

JButton btnDefault

panel

JPanel panel

sliderMapUnitsInRow

JSlider sliderMapUnitsInRow

sliderMapUnitsInColumn

JSlider sliderMapUnitsInColumn

sliderGrowThreshold

JSlider sliderGrowThreshold

sliderExpandThreshold

JSlider sliderExpandThreshold

sliderTrainingLength

JSlider sliderTrainingLength

currentMapUnitsInRow

JLabel currentMapUnitsInRow

currentMapUnitsInColumn

JLabel currentMapUnitsInColumn

currentGrowThreshold

JLabel currentGrowThreshold

currentExpandThreshold

JLabel currentExpandThreshold

cbInitMethod

JComboBox cbInitMethod

currentTrainingLength

JLabel currentTrainingLength

circularGroup

ButtonGroup circularGroup

notCircular

JRadioButton notCircular

firstCircular

JRadioButton firstCircular

allCircular

JRadioButton allCircular

orientated

JCheckBox orientated

sliderMaxSize

JSlider sliderMaxSize

sliderMaxDepth

JSlider sliderMaxDepth

currentMaxSize

JLabel currentMaxSize

currentMaxDepth

JLabel currentMaxDepth

gridLayout

GridLayout gridLayout

initMethods

int[] initMethods
a Vector and an int array storing the possible initialisation methods the Vector stores the String-representation, the int[] the numbers i.e. SOM.RANDOM


initMethodsString

Vector<E> initMethodsString
String represenations of the initialisation methods


confirmOperation

boolean confirmOperation
flag indicating for the creating instance, if the dialog was closed by clicking of "Create SOM"

Class comirva.ui.PageCountsRetrieverDialog extends JDialog implements Serializable

Serialized Fields

btnRetrievePageCounts

JButton btnRetrievePageCounts

btnCancel

JButton btnCancel

panel

JPanel panel

gridLayout

GridLayout gridLayout

tfSearchEngineURL

JTextField tfSearchEngineURL

sliderNumberOfRetries

JSlider sliderNumberOfRetries

sliderIntervalBetweenRetries

JSlider sliderIntervalBetweenRetries

currentNumberOfRetries

JLabel currentNumberOfRetries

currentIntervalBetweenRetries

JLabel currentIntervalBetweenRetries

tfAdditionalKeywords

JTextField tfAdditionalKeywords

panelAdditionalKeywordsPlacement

JPanel panelAdditionalKeywordsPlacement

panelMetaDataUsage

JPanel panelMetaDataUsage

rbBeforeSearchString

JRadioButton rbBeforeSearchString

rbAfterSearchString

JRadioButton rbAfterSearchString

bgAdditionalKeywordsPlacement

ButtonGroup bgAdditionalKeywordsPlacement

rbQueryForAllPairs

JRadioButton rbQueryForAllPairs

rbQueryForSingleItems

JRadioButton rbQueryForSingleItems

bgMetaDataUsage

ButtonGroup bgMetaDataUsage

cbQuoteSearchTerms

JCheckBox cbQuoteSearchTerms

confirmOperation

boolean confirmOperation

Class comirva.ui.PCACalculationDialog extends JDialog implements Serializable

Serialized Fields

btnCalculatePCA

JButton btnCalculatePCA

btnCancel

JButton btnCancel

panel

JPanel panel

sliderUsedEigenvectors

JSlider sliderUsedEigenvectors

currentUsedEigenvectors

JLabel currentUsedEigenvectors

gridLayout

GridLayout gridLayout

confirmOperation

boolean confirmOperation

Class comirva.ui.ProbabilisticNetworkCreationDialog extends JDialog implements Serializable

Serialized Fields

btnCreateNetwork

JButton btnCreateNetwork

btnDefault

JButton btnDefault

btnCancel

JButton btnCancel

panel

JPanel panel

sliderMaxEdgeThickness

JSlider sliderMaxEdgeThickness

sliderMaxDistReduction

JSlider sliderMaxDistReduction

sliderMaxVertexDiameter

JSlider sliderMaxVertexDiameter

sliderMinVertexDiameter

JSlider sliderMinVertexDiameter

sliderProbCorrection

JSlider sliderProbCorrection

sliderAdaptationRunsEpochs

JSlider sliderAdaptationRunsEpochs

sliderAdaptationThreshold

JSlider sliderAdaptationThreshold

sliderGridSize

JSlider sliderGridSize

currentMaxEdgeThickness

JLabel currentMaxEdgeThickness

currentMaxDistReduction

JLabel currentMaxDistReduction

currentMaxVertexDiameter

JLabel currentMaxVertexDiameter

currentMinVertexDiameter

JLabel currentMinVertexDiameter

currentProbCorrection

JLabel currentProbCorrection

currentAdaptationRunsEpochs

JLabel currentAdaptationRunsEpochs

currentAdaptationThreshold

JLabel currentAdaptationThreshold

currentGridSize

JLabel currentGridSize

gridLayout

GridLayout gridLayout

confirmOperation

boolean confirmOperation

Class comirva.ui.SDHCreationDialog extends JDialog implements Serializable

Serialized Fields

btnCreateSDH

JButton btnCreateSDH

btnCancel

JButton btnCancel

btnDefault

JButton btnDefault

panel

JPanel panel

sliderSpread

JSlider sliderSpread

sliderIterations

JSlider sliderIterations

sliderFractalComponent

JSlider sliderFractalComponent

currentSpread

JLabel currentSpread

currentIterations

JLabel currentIterations

currentFractalComponent

JLabel currentFractalComponent

underlyingSOM

JComboBox underlyingSOM

gridBagLayout

GridBagLayout gridBagLayout

buttonPanel

JPanel buttonPanel

buttonPanelLayout

GridLayout buttonPanelLayout

confirmOperation

boolean confirmOperation

som

SOM[] som

Class comirva.ui.SOMCreationDialog extends JDialog implements Serializable

Serialized Fields

btnCreateSOM

JButton btnCreateSOM

btnCancel

JButton btnCancel

btnDefault

JButton btnDefault

panel

JPanel panel

sliderMapUnitsInRow

JSlider sliderMapUnitsInRow

sliderMapUnitsInColumn

JSlider sliderMapUnitsInColumn

sliderTrainingLength

JSlider sliderTrainingLength

currentMapUnitsInRow

JLabel currentMapUnitsInRow

currentMapUnitsInColumn

JLabel currentMapUnitsInColumn

cbInitMethod

JComboBox cbInitMethod

currentTrainingLength

JLabel currentTrainingLength

cbTrainingMethod

JComboBox cbTrainingMethod

circular

JCheckBox circular

gridLayout

GridLayout gridLayout

mapUnitsInRowDefault

int mapUnitsInRowDefault

mapUnitsInColumnDefault

int mapUnitsInColumnDefault

initMethods

int[] initMethods

initMethodsString

Vector<E> initMethodsString

confirmOperation

boolean confirmOperation

trainingMethods

Vector<E> trainingMethods

Class comirva.ui.SunburstCreationDialog extends JDialog implements Serializable

Serialized Fields

btnCreateSunburst

JButton btnCreateSunburst

btnDefault

JButton btnDefault

btnCancel

JButton btnCancel

panelMain

JPanel panelMain

panelSliders

JPanel panelSliders

panelCenterItem

JPanel panelCenterItem

panelRadioButtons

JPanel panelRadioButtons

sliderMaxItemsPerNode

JSlider sliderMaxItemsPerNode

sliderMaxDepth

JSlider sliderMaxDepth

sliderMinImportance

JSlider sliderMinImportance

sliderMinFontSize

JSlider sliderMinFontSize

sliderMaxFontSize

JSlider sliderMaxFontSize

currentMaxItemsPerNode

JLabel currentMaxItemsPerNode

currentMaxDepth

JLabel currentMaxDepth

currentMinImportance

JLabel currentMinImportance

currentMinFontSize

JLabel currentMinFontSize

currentMaxFontSize

JLabel currentMaxFontSize

gridLayoutSliders

GridLayout gridLayoutSliders

borderLayoutMain

BorderLayout borderLayoutMain

borderLayoutCenterItem

BorderLayout borderLayoutCenterItem

borderLayoutRadioButtons

BorderLayout borderLayoutRadioButtons

bg

ButtonGroup bg

rbNoRootNodeTerm

JRadioButton rbNoRootNodeTerm

rbSpecifiedRootNodeTerm

JRadioButton rbSpecifiedRootNodeTerm

jlTerms

JList jlTerms

confirmOperation

boolean confirmOperation

Class comirva.ui.VisuPreferencesDialog extends JDialog implements Serializable

Serialized Fields

btnOK

JButton btnOK

btnCancel

JButton btnCancel

btnDefault

JButton btnDefault

btnColor

JButton btnColor

cbEnableEPS

JCheckBox cbEnableEPS

panel

JPanel panel

spinModelBorderSize

SpinnerNumberModel spinModelBorderSize

spinBorderSize

JSpinner spinBorderSize

spinModelLabelFontSize

SpinnerNumberModel spinModelLabelFontSize

spinLabelFontSize

JSpinner spinLabelFontSize

gridLayout

GridLayout gridLayout

confirmOperation

boolean confirmOperation

Class comirva.ui.WebCrawlingDialog extends JDialog implements Serializable

Serialized Fields

btnStartWebCrawl

JButton btnStartWebCrawl

btnCancel

JButton btnCancel

panel

JPanel panel

gridLayout

GridLayout gridLayout

tfSearchEngineURL

JTextField tfSearchEngineURL

sliderNumberOfRetries

JSlider sliderNumberOfRetries

sliderIntervalBetweenRetries

JSlider sliderIntervalBetweenRetries

currentNumberOfRetries

JLabel currentNumberOfRetries

currentIntervalBetweenRetries

JLabel currentIntervalBetweenRetries

tfAdditionalKeywords

JTextField tfAdditionalKeywords

panelAdditionalKeywordsPlacement

JPanel panelAdditionalKeywordsPlacement

rbBeforeSearchString

JRadioButton rbBeforeSearchString

rbAfterSearchString

JRadioButton rbAfterSearchString

bgAdditionalKeywordsPlacement

ButtonGroup bgAdditionalKeywordsPlacement

cbStoreURLList

JCheckBox cbStoreURLList

cbQuoteSearchTerms

JCheckBox cbQuoteSearchTerms

tfPathStoreRetrievedPages

JTextField tfPathStoreRetrievedPages

tfPathExternalCrawler

JTextField tfPathExternalCrawler

jsNumberOfPages

JSpinner jsNumberOfPages

confirmOperation

boolean confirmOperation

Package comirva.ui.component

Class comirva.ui.component.ButtonTabComponent extends JPanel implements Serializable

Serialized Fields

pane

JTabbedPane pane
reference to the tabbed pane this component belongs to


adaptee

MainUI adaptee
reference to main UI for tab removing


nameList

Vector<E> nameList
references the list of tab names from the workspace


nameLabel

JLabel nameLabel
the label for the title text

Class comirva.ui.component.DataManagementToolbar extends JToolBar implements Serializable

Serialized Fields

buttonRenameTab

JButton buttonRenameTab
the toolbar botton for tab renaming


buttonRemoveTab

JButton buttonRemoveTab
the toolbar button for tab removing


buttonDeleteItem

JButton buttonDeleteItem
the toolbar button for deleting list item


buttonOptions

JButton buttonOptions
the toolbar button for tab options


Package comirva.visu

Class comirva.visu.VisuPane extends EpsCanvas implements Serializable

Serialized Fields

visuType

int visuType

visuPreferences

VisuPreferences visuPreferences

cm

ColorMap cm

moElements

Vector<E> moElements

somgv

SOMGridVisu somgv

ghsomgv

GHSOMGridVisu ghsomgv

mdmgv

MDMGridVisu mdmgv

sdhv

SDHVisu sdhv

cbv

CircledBarsVisu cbv

cfv

CircledFansVisu cfv

pnv

ProbabilisticNetworkVisu pnv

mdsv

MDSVisu mdsv

csrv

ContinuousSimilarityRingVisu csrv

sbv

SunburstVisu sbv

ev

ExperimentalVisu ev

som

SOM som

ghsom

GHSOM ghsom

sdh

SDH sdh

distMat

DataMatrix distMat

toMat

DataMatrix toMat

sbRoot

SunburstNode sbRoot

labels

Vector<E> labels

somCfg

SOMConfig somCfg

ghsomCfg

GHSOMConfig ghsomCfg

sdhCfg

SDHConfig sdhCfg

cbaCfg

CircledBarsAdvancedConfig cbaCfg

cfCfg

CircledFansConfig cfCfg

pnCfg

ProbabilisticNetworkConfig pnCfg

csrCfg

CSRConfig csrCfg

sbCfg

SunburstConfig sbCfg

bi

BufferedImage bi

big

Graphics2D big

loadBufferedImage

boolean loadBufferedImage

eps

EpsGraphics2D eps

progressBar

JProgressBar progressBar

listener

comirva.visu.VisuPane.VisuPopupMenuListener listener

Package comirva.visu.epsgraphics

Class comirva.visu.epsgraphics.EpsCanvas extends Canvas implements Serializable

serialVersionUID: 1L

Serialized Fields

epsGraphics

EpsGraphics2D epsGraphics
instance of the EpsGraphics2D object. All objects that should also appear in the postscript file must be drawn to this object. It can be accessed via a getter method.

Class comirva.visu.epsgraphics.JEpsCanvas extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

epsGraphics

EpsGraphics2D epsGraphics
eps graphics device. It can be accessed via a getter method