Serialized Form


Package edu.iu.iv.preprocessing.porterstemmer

Class edu.iu.iv.preprocessing.porterstemmer.PorterStemmerGUI implements Serializable

Serialized Fields

lblInputFile

javax.swing.JLabel lblInputFile

lblOutputFile

javax.swing.JLabel lblOutputFile

tfInputFile

javax.swing.JTextField tfInputFile

tfOutputFile

javax.swing.JTextField tfOutputFile

btnBrowseInputFile

javax.swing.JButton btnBrowseInputFile

btnBrowseOutputDirectory

javax.swing.JButton btnBrowseOutputDirectory

btnStem

javax.swing.JButton btnStem

btnClose

javax.swing.JButton btnClose

inputFile

java.io.File inputFile

outputFile

java.io.File outputFile


Package edu.iu.pcl.absurdist.common

Class edu.iu.pcl.absurdist.common.ParseConfig implements Serializable


Package edu.iu.iv.analysis.burst

Class edu.iu.iv.analysis.burst.BurstGUI implements Serializable

Serialized Fields

burstPluginPath

java.lang.String burstPluginPath

lblBurstInput

javax.swing.JLabel lblBurstInput

lblBurstOutput

javax.swing.JLabel lblBurstOutput

lblGamma

javax.swing.JLabel lblGamma

lblRateSecondByBase

javax.swing.JLabel lblRateSecondByBase

lblRateSubsequentByPrevious

javax.swing.JLabel lblRateSubsequentByPrevious

lblNumStates

javax.swing.JLabel lblNumStates

lblConvertInfo

javax.swing.JLabel lblConvertInfo

lblConvertInput

javax.swing.JLabel lblConvertInput

lblConvertOutput

javax.swing.JLabel lblConvertOutput

tfBurstInputFile

javax.swing.JTextField tfBurstInputFile

tfBurstOutputFile

javax.swing.JTextField tfBurstOutputFile

tfConvertInputFile

javax.swing.JTextField tfConvertInputFile

tfConvertOutputFile

javax.swing.JTextField tfConvertOutputFile

tfGamma

javax.swing.JTextField tfGamma

tfRateSecondByBaseState

javax.swing.JTextField tfRateSecondByBaseState

tfRateSubsequentByPrevious

javax.swing.JTextField tfRateSubsequentByPrevious

tfNumStates

javax.swing.JTextField tfNumStates

btnBrowseBurstInputFile

javax.swing.JButton btnBrowseBurstInputFile

btnBrowseBurstOutputFile

javax.swing.JButton btnBrowseBurstOutputFile

btnBrowseConvertInputFile

javax.swing.JButton btnBrowseConvertInputFile

btnBrowseConvertOutputFile

javax.swing.JButton btnBrowseConvertOutputFile

btnRun

javax.swing.JButton btnRun

btnClose

javax.swing.JButton btnClose

btnConvert

javax.swing.JButton btnConvert

btnSetDefaults

javax.swing.JButton btnSetDefaults

burstInputFile

java.io.File burstInputFile

burstOutputFile

java.io.File burstOutputFile

numStates

int numStates

secondByFirst

double secondByFirst

subsequentByPrevious

double subsequentByPrevious

gamma

double gamma

convertInputFile

java.io.File convertInputFile

convertOutputFile

java.io.File convertOutputFile


Package edu.iu.iv.clustering

Class edu.iu.iv.clustering.BetweennessCentralityGUI implements Serializable

Serialized Fields

cbNormalize

javax.swing.JCheckBox cbNormalize

lblThreshold

javax.swing.JLabel lblThreshold

tfThreshold

javax.swing.JTextField tfThreshold

btnReset

javax.swing.JButton btnReset

btnClose

javax.swing.JButton btnClose

btnCluster

javax.swing.JButton btnCluster

normalizeThresholdTooltip

java.lang.String normalizeThresholdTooltip

noNormalizeThresholdTooltip

java.lang.String noNormalizeThresholdTooltip

graph

edu.uci.ics.jung.graph.Graph graph


Package edu.iu.iv.modeling.tarl

Class edu.iu.iv.modeling.tarl.TarlException implements Serializable

Class edu.iu.iv.modeling.tarl.TarlGUI implements Serializable

Serialized Fields

lblInputScriptFile

javax.swing.JLabel lblInputScriptFile

lblAgingFunctionFile

javax.swing.JLabel lblAgingFunctionFile

tfInputScriptFile

javax.swing.JTextField tfInputScriptFile

tfAgingFunctionFile

javax.swing.JTextField tfAgingFunctionFile

btnBrowseInputScriptFile

javax.swing.JButton btnBrowseInputScriptFile

btnBrowseAgingFunctionFile

javax.swing.JButton btnBrowseAgingFunctionFile

btnOk

javax.swing.JButton btnOk

btnClose

javax.swing.JButton btnClose


Package edu.iu.iv.modeling.barabasialbertmodel

Class edu.iu.iv.modeling.barabasialbertmodel.BarabasiAlbertModelGUI implements Serializable

Serialized Fields

tfNumInitialNodes

javax.swing.JTextField tfNumInitialNodes

lblNumInitialNodes

javax.swing.JLabel lblNumInitialNodes

btnClose

javax.swing.JButton btnClose

btnGenerateGraph

javax.swing.JButton btnGenerateGraph

tfSeed

javax.swing.JTextField tfSeed

lblSeed

javax.swing.JLabel lblSeed

tfNumTimeSteps

javax.swing.JTextField tfNumTimeSteps

tfNumEdgesToAttachPerTimeStep

javax.swing.JTextField tfNumEdgesToAttachPerTimeStep

lblNumTimeSteps

javax.swing.JLabel lblNumTimeSteps

lblNumEdgesToAttachPerTimeStep

javax.swing.JLabel lblNumEdgesToAttachPerTimeStep

numInitialNodes

int numInitialNodes

numEdges

int numEdges

numTimeSteps

int numTimeSteps

seed

int seed

useSeed

boolean useSeed


Package edu.iu.iv.common.datamodels.matrixmodel

Class edu.iu.iv.common.datamodels.matrixmodel.DenseDoubleMatrixModel implements Serializable

Serialized Fields

rowLabels

java.util.Map rowLabels

columnLabels

java.util.Map columnLabels

Class edu.iu.iv.common.datamodels.matrixmodel.DenseObjectMatrixModel implements Serializable

Serialized Fields

rowLabels

java.util.Map rowLabels

columnLabels

java.util.Map columnLabels

Class edu.iu.iv.common.datamodels.matrixmodel.SparseObjectMatrixModel implements Serializable

Serialized Fields

rowLabels

java.util.Map rowLabels

columnLabels

java.util.Map columnLabels


Package edu.iu.iv.gui.save

Class edu.iu.iv.gui.save.SavePersisterChooser implements Serializable

Serialized Fields

model

java.lang.Object model

logger

java.util.logging.Logger logger

lblMessage

javax.swing.JLabel lblMessage

persisterJList

javax.swing.JList persisterJList

persisterListModel

javax.swing.DefaultListModel persisterListModel

btnSelect

javax.swing.JButton btnSelect

btnCancel

javax.swing.JButton btnCancel

detailPane

javax.swing.JTextPane detailPane

persisterListScrollPane

javax.swing.JScrollPane persisterListScrollPane

detailScrollPane

javax.swing.JScrollPane detailScrollPane

persisterArray

Persister[] persisterArray

doc

javax.swing.text.StyledDocument doc

stylePlain

javax.swing.text.Style stylePlain

styleBold

javax.swing.text.Style styleBold

styleGrey

javax.swing.text.Style styleGrey


Package edu.iu.pcl.absurdist.absurdist

Class edu.iu.pcl.absurdist.absurdist.Concept implements Serializable

Serialized Fields

name

java.lang.String name
Unique identifier of this concept.


category

java.lang.String category
Nominal attribute, can be used to restrict mapping range.


rank

int rank
Quantitative attribute in the range of [1, 10]; can be used to decide mapping priority.


d1

double d1
2D normalized values; can be extended to n-ary attribute vector.


d2

double d2
2D normalized values; can be extended to n-ary attribute vector.

Class edu.iu.pcl.absurdist.absurdist.ConceptSystem implements Serializable

Serialized Fields

name

java.lang.String name
Identifier of the system.


categories

java.util.Vector categories
All concept categories involved in the system.


models

java.util.Vector models
All relation models used in the system.


concepts

java.util.Vector concepts
All concepts in the system.


relations

java.util.Hashtable relations
All relation instances in the system. Each hashtable slot cooresponds to a concept pair and is keyed by the combaination of their indices. Each slot stores a list that contains various labeled relations existing between the concept pair. Keys of the table are obtained by getKey(). Note: An undirected relation is stored in both slots that correspond to its concept pair in each direction correspondingly.


anchors

java.util.Vector anchors
This is a vector that is either null (if no anchors are in use), or is of the same length as "concepts". The i-th element is either a null, or a Vector of Strings; each component of that is the name of a leaf node that had been attached to the i-th internal node (concept) prior to the graph transformation done by splitAnchors.pl. This information comes from the "Anchors" section of the input text file, and is non-empty only in the case of "tree mapping" (July 29, 2003)

Class edu.iu.pcl.absurdist.absurdist.FeatureVectorConcept implements Serializable

Serialized Fields

fv

java.util.Vector fv
The fv vector contained in each FeatureVectorConcept is used to determine "distance" between concepts, instead of the (d1,d2) pair in the parent Concept class. Such a vector can be used to describe, for example, the frequency of a term's occurrences in the paragraphs of a document, or in the documents of a corpus.

Class edu.iu.pcl.absurdist.absurdist.Relation implements Serializable

Serialized Fields

model

RelationModel model
Relation model of this relation.


concepts

java.util.Vector concepts
Concepts involved in this relation.


weight

double weight
Strength measurement of this relation ( 0 < weight (quantitative) <= 1 ).

Class edu.iu.pcl.absurdist.absurdist.RelationModel implements Serializable

Serialized Fields

label

java.lang.String label
Identifier of this RelationModel.


directed

boolean directed
Whether the relation is directed.


Package edu.iu.pcl.absurdist.gui

Class edu.iu.pcl.absurdist.gui.Alert implements Serializable

Serialized Fields

done

boolean done

Class edu.iu.pcl.absurdist.gui.ConceptGraph implements Serializable

Serialized Fields

x

int x
top-left corner of its bound


y

int y
top-left corner of its bound


width

int width
width and height of its bound


height

int height
width and height of its bound

Class edu.iu.pcl.absurdist.gui.ConceptNode implements Serializable

Serialized Fields

color

java.awt.Color color

size

int size

x

int x

y

int y

Class edu.iu.pcl.absurdist.gui.GraphPanel implements Serializable

Serialized Fields

absurdist

Absurdist absurdist

Class edu.iu.pcl.absurdist.gui.PlotPanel implements Serializable

Serialized Fields

rPlot

Plot rPlot

iPlot

Plot iPlot

nPlot

Plot nPlot

cPlot

Plot cPlot

Class edu.iu.pcl.absurdist.gui.RelationLink implements Serializable

Serialized Fields

color

java.awt.Color color

width

int width

style

int style


Package edu.iu.pcl.absurdist.driver

Class edu.iu.pcl.absurdist.driver.AppletDriver implements Serializable

Serialized Fields

absurdist

Absurdist absurdist

penalmin

PenaltyMinimizer penalmin

genPanel

javax.swing.JPanel genPanel

nConLabel

javax.swing.JLabel nConLabel

nConField

javax.swing.JTextField nConField

nCatLabel

javax.swing.JLabel nCatLabel

nCatField

javax.swing.JTextField nCatField

rankCheck

javax.swing.JCheckBox rankCheck

valueCheck

javax.swing.JCheckBox valueCheck

fullLabel

javax.swing.JLabel fullLabel

fullSlider

javax.swing.JSlider fullSlider

nLabelLabel

javax.swing.JLabel nLabelLabel

nLabelField

javax.swing.JTextField nLabelField

directCombo

javax.swing.JComboBox directCombo

weightCheck

javax.swing.JCheckBox weightCheck

genButton

javax.swing.JButton genButton

copyPanel

javax.swing.JPanel copyPanel

ccnLabel

javax.swing.JLabel ccnLabel

ccnSlider

javax.swing.JSlider ccnSlider

cinLabel

javax.swing.JLabel cinLabel

cinSlider

javax.swing.JSlider cinSlider

rcnLabel

javax.swing.JLabel rcnLabel

rcnSlider

javax.swing.JSlider rcnSlider

rinLabel

javax.swing.JLabel rinLabel

rinSlider

javax.swing.JSlider rinSlider

copyButton

javax.swing.JButton copyButton

mapPanel

javax.swing.JPanel mapPanel

algCombo

javax.swing.JComboBox algCombo

alphaLabel

javax.swing.JLabel alphaLabel

alphaSlider

javax.swing.JSlider alphaSlider

betaLabel

javax.swing.JLabel betaLabel

betaSlider

javax.swing.JSlider betaSlider

mapButton

javax.swing.JButton mapButton

graphPanel

GraphPanel graphPanel

plotPanel

PlotPanel plotPanel

statusLabel

javax.swing.JLabel statusLabel

gbLayout

java.awt.GridBagLayout gbLayout

gbConstr

java.awt.GridBagConstraints gbConstr

Class edu.iu.pcl.absurdist.driver.ApplicDriver implements Serializable

Serialized Fields

testApplet

AppletDriver testApplet

openItem

java.awt.MenuItem openItem

saveItem

java.awt.MenuItem saveItem

importSourceItem

java.awt.MenuItem importSourceItem

importTargetItem

java.awt.MenuItem importTargetItem

exportItem

java.awt.MenuItem exportItem

exitItem

java.awt.MenuItem exitItem

fileDir

java.io.File fileDir
Directory from/to which the user last read/wrote files.


Package edu.iu.iv.gui.load

Class edu.iu.iv.gui.load.LoadPersisterChooser implements Serializable

Serialized Fields

logger

java.util.logging.Logger logger

frd

FileResourceDescriptor frd

lblMessage

javax.swing.JLabel lblMessage

persisterJList

javax.swing.JList persisterJList

persisterListModel

javax.swing.DefaultListModel persisterListModel

btnSelect

javax.swing.JButton btnSelect

btnCancel

javax.swing.JButton btnCancel

detailPane

javax.swing.JTextPane detailPane

persisterListScrollPane

javax.swing.JScrollPane persisterListScrollPane

detailScrollPane

javax.swing.JScrollPane detailScrollPane

persisterArray

Persister[] persisterArray

doc

javax.swing.text.StyledDocument doc

stylePlain

javax.swing.text.Style stylePlain

styleBold

javax.swing.text.Style styleBold

styleGrey

javax.swing.text.Style styleGrey


Package edu.iu.iv.core

Class edu.iu.iv.core.UnsupportedModelException implements Serializable


Package edu.iu.iv.core.persistence

Class edu.iu.iv.core.persistence.IncorrectFormatException implements Serializable

Class edu.iu.iv.core.persistence.PersistenceException implements Serializable

Class edu.iu.iv.core.persistence.PersisterNotFoundException implements Serializable


Package edu.iu.iv.visualization.prefusedemos

Class edu.iu.iv.visualization.prefusedemos.DistortionDemo implements Serializable

Serialized Fields

registry

edu.berkeley.guir.prefuse.ItemRegistry registry

activityMap

edu.berkeley.guir.prefuse.activity.ActivityMap activityMap

actionMap

edu.berkeley.guir.prefuse.action.ActionMap actionMap

Class edu.iu.iv.visualization.prefusedemos.FisheyeMenuDemo implements Serializable

Serialized Fields

activityMap

edu.berkeley.guir.prefuse.activity.ActivityMap activityMap

actionMap

edu.berkeley.guir.prefuse.action.ActionMap actionMap

Class edu.iu.iv.visualization.prefusedemos.ForceDemo implements Serializable

Serialized Fields

frame

javax.swing.JFrame frame

fpanel

edu.berkeley.guir.prefusex.force.ForcePanel fpanel

m_fsim

edu.berkeley.guir.prefusex.force.ForceSimulator m_fsim

m_textField

java.lang.String m_textField

m_registry

edu.berkeley.guir.prefuse.ItemRegistry m_registry

m_actionList

edu.berkeley.guir.prefuse.activity.Activity m_actionList

frameCountFont

java.awt.Font frameCountFont

Class edu.iu.iv.visualization.prefusedemos.RadialGraphDemo implements Serializable

Serialized Fields

registry

edu.berkeley.guir.prefuse.ItemRegistry registry

graph

edu.berkeley.guir.prefuse.graph.Graph graph

display

edu.berkeley.guir.prefuse.Display display

layout

edu.berkeley.guir.prefuse.activity.ActionList layout

update

edu.berkeley.guir.prefuse.activity.ActionList update

animate

edu.berkeley.guir.prefuse.activity.ActionList animate

Class edu.iu.iv.visualization.prefusedemos.TreeMapDemo implements Serializable

Serialized Fields

TREE_CHI

java.lang.String TREE_CHI

registry

edu.berkeley.guir.prefuse.ItemRegistry registry

Class edu.iu.iv.visualization.prefusedemos.ZoomingPanDemo implements Serializable

Serialized Fields

registry

edu.berkeley.guir.prefuse.ItemRegistry registry

activityMap

edu.berkeley.guir.prefuse.activity.ActivityMap activityMap

actionMap

edu.berkeley.guir.prefuse.action.ActionMap actionMap


Package edu.iu.pcl.absurdist

Class edu.iu.pcl.absurdist.AbsurdistLauncherGUI implements Serializable

Serialized Fields

lblMaxLoop

javax.swing.JLabel lblMaxLoop

lblIntLoop

javax.swing.JLabel lblIntLoop

tfMaxLoop

javax.swing.JTextField tfMaxLoop

tfIntLoop

javax.swing.JTextField tfIntLoop

btnOk

javax.swing.JButton btnOk

btnCancel

javax.swing.JButton btnCancel

btnSetDefaults

javax.swing.JButton btnSetDefaults

maxLoop

int maxLoop

intLoop

int intLoop


Package edu.iu.iv.toolkits.networkanalysistoolkit.gui

Class edu.iu.iv.toolkits.networkanalysistoolkit.gui.ClusteringCoefficientsDialog implements Serializable

Serialized Fields

cbDirectedSelectAll

javax.swing.JCheckBox cbDirectedSelectAll

btnGeneralCoeffPrintToConsole

javax.swing.JButton btnGeneralCoeffPrintToConsole

btnDirectedCoeffPrintToConsole

javax.swing.JButton btnDirectedCoeffPrintToConsole

btnComputeDirectedCoeffs

javax.swing.JButton btnComputeDirectedCoeffs

tfTriangleCoeff

javax.swing.JTextField tfTriangleCoeff

tfMutualConnectionCoeff

javax.swing.JTextField tfMutualConnectionCoeff

tfOutgoingCC

javax.swing.JTextField tfOutgoingCC

tfIncomingCC

javax.swing.JTextField tfIncomingCC

cbTriangleCoeff

javax.swing.JCheckBox cbTriangleCoeff

cbMutualConnectionCoeff

javax.swing.JCheckBox cbMutualConnectionCoeff

cbOutgoingCC

javax.swing.JCheckBox cbOutgoingCC

cbIncomingCC

javax.swing.JCheckBox cbIncomingCC

directedPanel

javax.swing.JPanel directedPanel

btnComputeGeneralCC

javax.swing.JButton btnComputeGeneralCC

btnGroupPendantValue

javax.swing.ButtonGroup btnGroupPendantValue

rbPendantValueOne

javax.swing.JRadioButton rbPendantValueOne

rbPendantValueZero

javax.swing.JRadioButton rbPendantValueZero

lblPendantValue

javax.swing.JLabel lblPendantValue

tfClustCoeffMN

javax.swing.JTextField tfClustCoeffMN

tfClustCoeffWS

javax.swing.JTextField tfClustCoeffWS

cbClustCoeffMN

javax.swing.JCheckBox cbClustCoeffMN

cbClustCoeffWS

javax.swing.JCheckBox cbClustCoeffWS

generalClustCoeffPanel

javax.swing.JPanel generalClustCoeffPanel

network

Network network

Class edu.iu.iv.toolkits.networkanalysistoolkit.gui.DegreeDistributionsDialog implements Serializable

Serialized Fields

btnGroupDirectedHistDist

javax.swing.ButtonGroup btnGroupDirectedHistDist

tfDirectedHistNumBins

javax.swing.JTextField tfDirectedHistNumBins

btnGroupInOutDegree

javax.swing.ButtonGroup btnGroupInOutDegree

rbSelectOutDegree

javax.swing.JRadioButton rbSelectOutDegree

rbSelectInDegree

javax.swing.JRadioButton rbSelectInDegree

selectInOutDegreePanel

javax.swing.JPanel selectInOutDegreePanel

tfDirectedAvgDegree

javax.swing.JTextField tfDirectedAvgDegree

cbDirectedAvgDegree

javax.swing.JCheckBox cbDirectedAvgDegree

cbDirectedNormalize

javax.swing.JCheckBox cbDirectedNormalize

btnDirectedPrintToConsole

javax.swing.JButton btnDirectedPrintToConsole

btnDirectedCompute

javax.swing.JButton btnDirectedCompute

cbDirectedDistCharacteristicsSelectAll

javax.swing.JCheckBox cbDirectedDistCharacteristicsSelectAll

tfDirectedVariance

javax.swing.JTextField tfDirectedVariance

cbDirectedVariance

javax.swing.JCheckBox cbDirectedVariance

tfDirectedStdDev

javax.swing.JTextField tfDirectedStdDev

cbDirectedStdDev

javax.swing.JCheckBox cbDirectedStdDev

tfDirectedRSquare

javax.swing.JTextField tfDirectedRSquare

cbDirectedRSquare

javax.swing.JCheckBox cbDirectedRSquare

tfDirectedGamma

javax.swing.JTextField tfDirectedGamma

cbDirectedGamma

javax.swing.JCheckBox cbDirectedGamma

directedDistributionCharacteristicsPanel

javax.swing.JPanel directedDistributionCharacteristicsPanel

jLabel3

javax.swing.JLabel jLabel3

tfDirectedHistMax

javax.swing.JTextField tfDirectedHistMax

tfDirectedHistMin

javax.swing.JTextField tfDirectedHistMin

btnDirectedSaveDist

javax.swing.JButton btnDirectedSaveDist

jLabel2

javax.swing.JLabel jLabel2

jLabel1

javax.swing.JLabel jLabel1

rbDirectedHist

javax.swing.JRadioButton rbDirectedHist

rbDirectedDist

javax.swing.JRadioButton rbDirectedDist

directedDistributionsPanel

javax.swing.JPanel directedDistributionsPanel

tfUndirectedAvgDegree

javax.swing.JTextField tfUndirectedAvgDegree

cbUndirectedAvgDegree

javax.swing.JCheckBox cbUndirectedAvgDegree

cbUndirectedVarianceNormalized

javax.swing.JCheckBox cbUndirectedVarianceNormalized

btnUndirectedPrintToConsole

javax.swing.JButton btnUndirectedPrintToConsole

btnUndirectedCompute

javax.swing.JButton btnUndirectedCompute

btnGroupUndirectedHistDist

javax.swing.ButtonGroup btnGroupUndirectedHistDist

cbUndirectedDistCharacteristicsSelectAll

javax.swing.JCheckBox cbUndirectedDistCharacteristicsSelectAll

tfUndirectedVariance

javax.swing.JTextField tfUndirectedVariance

lblNumBins

javax.swing.JLabel lblNumBins

cbUndirectedVariance

javax.swing.JCheckBox cbUndirectedVariance

tfUndirectedStdDev

javax.swing.JTextField tfUndirectedStdDev

cbUndirectedStdDev

javax.swing.JCheckBox cbUndirectedStdDev

tfUndirectedRSquare

javax.swing.JTextField tfUndirectedRSquare

cbUndirectedRSquare

javax.swing.JCheckBox cbUndirectedRSquare

tfUndirectedGamma

javax.swing.JTextField tfUndirectedGamma

cbUndirectedGamma

javax.swing.JCheckBox cbUndirectedGamma

distributionCharacteristicsPanel

javax.swing.JPanel distributionCharacteristicsPanel

tfUndirectedHistNumBins

javax.swing.JTextField tfUndirectedHistNumBins

tfUndirectedHistMax

javax.swing.JTextField tfUndirectedHistMax

tfUndirectedHistMin

javax.swing.JTextField tfUndirectedHistMin

unDirectedDistributionsPanel

javax.swing.JPanel unDirectedDistributionsPanel

btnUndirectedSaveDist

javax.swing.JButton btnUndirectedSaveDist

lblMaximum

javax.swing.JLabel lblMaximum

lblMinimum

javax.swing.JLabel lblMinimum

rbUndirectedHist

javax.swing.JRadioButton rbUndirectedHist

rbUndirectedDist

javax.swing.JRadioButton rbUndirectedDist

directedGraphPanel

javax.swing.JPanel directedGraphPanel

undirectedGraphPanel

javax.swing.JPanel undirectedGraphPanel

tbGraphType

javax.swing.JTabbedPane tbGraphType

network

Network network

directedHistMin

double directedHistMin

directedHistMax

double directedHistMax

directedHistNumBins

int directedHistNumBins

undirectedHistMin

double undirectedHistMin

undirectedHistMax

double undirectedHistMax

undirectedHistNumBins

int undirectedHistNumBins

undirectedHistogram

edu.uci.ics.jung.statistics.Histogram undirectedHistogram

directedHistogram

edu.uci.ics.jung.statistics.Histogram directedHistogram

Class edu.iu.iv.toolkits.networkanalysistoolkit.gui.GraphPathsDialog implements Serializable

Serialized Fields

btnPrintToConsole

javax.swing.JButton btnPrintToConsole

cbSelectAll

javax.swing.JCheckBox cbSelectAll

btnCompute

javax.swing.JButton btnCompute

tfNumPathsOfLengthK

javax.swing.JTextField tfNumPathsOfLengthK

tfLength

javax.swing.JTextField tfLength

tfCharacteristicPathLength

javax.swing.JTextField tfCharacteristicPathLength

tfDiameter

javax.swing.JTextField tfDiameter

cbNumPathsLengthK

javax.swing.JCheckBox cbNumPathsLengthK

cbCharacteristicPathLength

javax.swing.JCheckBox cbCharacteristicPathLength

cbDiameter

javax.swing.JCheckBox cbDiameter

network

Network network

length

int length

Class edu.iu.iv.toolkits.networkanalysistoolkit.gui.GraphPruningDialog implements Serializable

Serialized Fields

unDirVertexDegreePanel

javax.swing.JPanel unDirVertexDegreePanel

lblInstructionsDir

javax.swing.JLabel lblInstructionsDir

lblIinstructions

javax.swing.JLabel lblIinstructions

dirVertexDegreePanel

javax.swing.JPanel dirVertexDegreePanel

btnFilterUndirectedGraph

javax.swing.JButton btnFilterUndirectedGraph

tfMaxDegree

javax.swing.JTextField tfMaxDegree

tfMinDegree

javax.swing.JTextField tfMinDegree

lblMaxDegree

javax.swing.JLabel lblMaxDegree

lblMinDegree

javax.swing.JLabel lblMinDegree

btnFilterDirectedGraph

javax.swing.JButton btnFilterDirectedGraph

tfOutDegreeMax

javax.swing.JTextField tfOutDegreeMax

tfOutDegreeMin

javax.swing.JTextField tfOutDegreeMin

tfInDegreeMax

javax.swing.JTextField tfInDegreeMax

tfInDegreeMin

javax.swing.JTextField tfInDegreeMin

lblMaxOutDegree

javax.swing.JLabel lblMaxOutDegree

lblMinOutDegree

javax.swing.JLabel lblMinOutDegree

lblMaxInDegree

javax.swing.JLabel lblMaxInDegree

lblMinInDegree

javax.swing.JLabel lblMinInDegree

tbUndirectedGraph

javax.swing.JPanel tbUndirectedGraph

tbDirectedGraph

javax.swing.JPanel tbDirectedGraph

containerTabbedPane

javax.swing.JTabbedPane containerTabbedPane

network

Network network

didmin

int didmin

didmax

int didmax

dodmin

int dodmin

dodmax

int dodmax

udmin

int udmin

udmax

int udmax

Class edu.iu.iv.toolkits.networkanalysistoolkit.gui.GraphTypeDialog implements Serializable

Serialized Fields

btnPrintToConsole

javax.swing.JButton btnPrintToConsole

tfNumLoops

javax.swing.JTextField tfNumLoops

tfNumEdges

javax.swing.JTextField tfNumEdges

tfNumNodes

javax.swing.JTextField tfNumNodes

lblNumSelfLoops

javax.swing.JLabel lblNumSelfLoops

lblNumEdges

javax.swing.JLabel lblNumEdges

lblNumNodes

javax.swing.JLabel lblNumNodes

countsPanel

javax.swing.JPanel countsPanel

predicatesPanel

javax.swing.JPanel predicatesPanel

tfHasParallelEdges

javax.swing.JTextField tfHasParallelEdges

lblHasParallelEdges

javax.swing.JLabel lblHasParallelEdges

tfIsConnected

javax.swing.JTextField tfIsConnected

lblIsConnected

javax.swing.JLabel lblIsConnected

tfIsDirected

javax.swing.JTextField tfIsDirected

lblIsDirected

javax.swing.JLabel lblIsDirected

network

Network network

Class edu.iu.iv.toolkits.networkanalysistoolkit.gui.NetworkAnalysisToolkitGUI implements Serializable

Serialized Fields

btnDegreeDistributions

javax.swing.JButton btnDegreeDistributions

btnPruning

javax.swing.JButton btnPruning

btnClusteringCoefficients

javax.swing.JButton btnClusteringCoefficients

btnPathCharacteristics

javax.swing.JButton btnPathCharacteristics

btnGraphType

javax.swing.JButton btnGraphType

network

Network network

graphTypeDialog

GraphTypeDialog graphTypeDialog

graphPathsDialog

GraphPathsDialog graphPathsDialog

clusteringCoefficientsDialog

ClusteringCoefficientsDialog clusteringCoefficientsDialog

graphPruningDialog

GraphPruningDialog graphPruningDialog

degreeDistributionsDialog

DegreeDistributionsDialog degreeDistributionsDialog


Package edu.iu.iv.preprocessing.perlstopwordremover

Class edu.iu.iv.preprocessing.perlstopwordremover.PerlStopWordRemoverGUI implements Serializable

Serialized Fields

lblInputFile

javax.swing.JLabel lblInputFile

lblOutputFile

javax.swing.JLabel lblOutputFile

lblStopWordList

javax.swing.JLabel lblStopWordList

tfInputFile

javax.swing.JTextField tfInputFile

tfOutputFile

javax.swing.JTextField tfOutputFile

tfStopWordList

javax.swing.JTextField tfStopWordList

btnBrowseInputFile

javax.swing.JButton btnBrowseInputFile

btnBrowseOutputFile

javax.swing.JButton btnBrowseOutputFile

btnRun

javax.swing.JButton btnRun

btnClose

javax.swing.JButton btnClose

cbStopWordList

javax.swing.JComboBox cbStopWordList

cbStopWordModel

javax.swing.ComboBoxModel cbStopWordModel

inputFile

java.io.File inputFile

outputFile

java.io.File outputFile

stopWordListFile

java.io.File stopWordListFile

stopWordListFiles

java.io.File[] stopWordListFiles


Package edu.iu.iv.common.util.algorithmview

Class edu.iu.iv.common.util.algorithmview.AlgorithmView implements Serializable

Serialized Fields

content

java.awt.Container content

title

java.lang.String title

algorithm

Algorithm algorithm

validator

java.lang.Object validator

descriptor

java.lang.Object descriptor

labeller

java.lang.Object labeller

optionNameToComponentDataMap

java.util.Map optionNameToComponentDataMap

schedulingOptions

java.util.Map schedulingOptions

schedulingGroup

javax.swing.ButtonGroup schedulingGroup

Class edu.iu.iv.common.util.algorithmview.DataComponentMap implements Serializable


Package edu.iu.iv.common.gui.pluginpropertyviewer

Class edu.iu.iv.common.gui.pluginpropertyviewer.PluginPropertyViewerGUI implements Serializable

Serialized Fields

contentSplit

javax.swing.JSplitPane contentSplit

pluginScroller

javax.swing.JScrollPane pluginScroller

pluginJList

javax.swing.JList pluginJList

content

javax.swing.JEditorPane content

contentScroller

javax.swing.JScrollPane contentScroller

nameToPluginMap

java.util.Map nameToPluginMap


Package edu.iu.iv.analysis.perlvectorspacemodel

Class edu.iu.iv.analysis.perlvectorspacemodel.PerlVectorSpaceModelGUI implements Serializable

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane


Package edu.iu.iv.modeling.tarl.util.impl

Class edu.iu.iv.modeling.tarl.util.impl.ExtendedHashSet implements Serializable


Package edu.iu.iv.gui.preferences

Class edu.iu.iv.gui.preferences.MainPreferencesPane implements Serializable

Class edu.iu.iv.gui.preferences.MiscPreferencesPane implements Serializable

Serialized Fields

prefs

java.util.prefs.Preferences prefs

registry

AlgorithmViewComponentRegistry registry

content

javax.swing.JPanel content

keyToComponentMap

java.util.Map keyToComponentMap

Class edu.iu.iv.gui.preferences.PreferencesGUI implements Serializable

Serialized Fields

tabbedPane

javax.swing.JTabbedPane tabbedPane

preferencePanes

java.util.Set preferencePanes


Class edu.iu.iv.common.gui.Console implements Serializable

Serialized Fields

editorPane

javax.swing.JEditorPane editorPane

doc

javax.swing.text.Document doc

scrollbar

javax.swing.JScrollBar scrollbar

urlListener

edu.iu.iv.common.gui.Console.URLClickedListener urlListener

errListener

edu.iu.iv.common.gui.Console.IOStreamListener errListener

outListener

edu.iu.iv.common.gui.Console.IOStreamListener outListener


Class edu.iu.iv.preprocessing.PerlTermDocGUI implements Serializable

Serialized Fields

lblInputFile

javax.swing.JLabel lblInputFile

lblOutputFile

javax.swing.JLabel lblOutputFile

lblUniqueTermsFile

javax.swing.JLabel lblUniqueTermsFile

lblDelimiter

javax.swing.JLabel lblDelimiter

tfInputFile

javax.swing.JTextField tfInputFile

tfOutputFile

javax.swing.JTextField tfOutputFile

tfUniqueTermsFile

javax.swing.JTextField tfUniqueTermsFile

comboDelimiter

javax.swing.JComboBox comboDelimiter

btnBrowseInputFile

javax.swing.JButton btnBrowseInputFile

btnBrowseOutputFile

javax.swing.JButton btnBrowseOutputFile

btnBrowseUniqueTermsFile

javax.swing.JButton btnBrowseUniqueTermsFile

btnConvert

javax.swing.JButton btnConvert

btnClose

javax.swing.JButton btnClose

termDocChoicePanel

javax.swing.JPanel termDocChoicePanel

termDocButtonGroup

javax.swing.ButtonGroup termDocButtonGroup

rbTermDoc

javax.swing.JRadioButton rbTermDoc

rbDocTerm

javax.swing.JRadioButton rbDocTerm

delimiterDescriptions

java.lang.String[] delimiterDescriptions

delimiters

java.lang.String[] delimiters

inputFile

java.io.File inputFile

outputFile

java.io.File outputFile

uniqueTermsFile

java.io.File uniqueTermsFile

delim

java.lang.String delim

docTerm

boolean docTerm


Class edu.iu.iv.modeling.WattsStrogatzSmallWorldGUI implements Serializable

Serialized Fields

numNodesLabel

javax.swing.JLabel numNodesLabel

betaLabel

javax.swing.JLabel betaLabel

degreeLabel

javax.swing.JLabel degreeLabel

numNodesTextField

javax.swing.JTextField numNodesTextField

betaTextField

javax.swing.JTextField betaTextField

degreeTextField

javax.swing.JTextField degreeTextField

generateButton

javax.swing.JButton generateButton

resetButton

javax.swing.JButton resetButton

closeButton

javax.swing.JButton closeButton

generator

edu.uci.ics.jung.random.generators.WattsBetaSmallWorldGenerator generator