Serialized Form


Package unbbayes.controller

Class unbbayes.controller.IconController extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

unbbayesIcon

ImageIcon unbbayesIcon

homeIcon

ImageIcon homeIcon

metalIcon

ImageIcon metalIcon

motifIcon

ImageIcon motifIcon

windowsIcon

ImageIcon windowsIcon

cascadeIcon

ImageIcon cascadeIcon

tileIcon

ImageIcon tileIcon

helpIcon

ImageIcon helpIcon

globalOptionIcon

ImageIcon globalOptionIcon

printIcon

ImageIcon printIcon

visualizeIcon

ImageIcon visualizeIcon

openIcon

ImageIcon openIcon

evaluateIcon

ImageIcon evaluateIcon

compileIcon

ImageIcon compileIcon

saveIcon

ImageIcon saveIcon

returnIcon

ImageIcon returnIcon

openMetaphorIcon

ImageIcon openMetaphorIcon

saveMetaphorIcon

ImageIcon saveMetaphorIcon

diagnosticMetaphorIcon

ImageIcon diagnosticMetaphorIcon

openMetaphorRollOverIcon

ImageIcon openMetaphorRollOverIcon

saveMetaphorRollOverIcon

ImageIcon saveMetaphorRollOverIcon

diagnosticMetaphorRollOverIcon

ImageIcon diagnosticMetaphorRollOverIcon

yesStateIcon

ImageIcon yesStateIcon

noStateIcon

ImageIcon noStateIcon

emptyStateIcon

ImageIcon emptyStateIcon

moreIcon

ImageIcon moreIcon

lessIcon

ImageIcon lessIcon

folderSmallIcon

ImageIcon folderSmallIcon

colapseIcon

ImageIcon colapseIcon

expandIcon

ImageIcon expandIcon

propagateIcon

ImageIcon propagateIcon

printTableIcon

ImageIcon printTableIcon

printPreviewTableIcon

ImageIcon printPreviewTableIcon

edgeIcon

ImageIcon edgeIcon

printNetIcon

ImageIcon printNetIcon

printPreviewNetIcon

ImageIcon printPreviewNetIcon

saveNetIcon

ImageIcon saveNetIcon

folderSmallDisabledIcon

ImageIcon folderSmallDisabledIcon

yellowBallIcon

ImageIcon yellowBallIcon

greenBallIcon

ImageIcon greenBallIcon

grayBorderIcon

ImageIcon grayBorderIcon

grayBoxIcon

ImageIcon grayBoxIcon

arffFileIcon

ImageIcon arffFileIcon

txtFileIcon

ImageIcon txtFileIcon

netFileIcon

ImageIcon netFileIcon

deleteFolderIcon

ImageIcon deleteFolderIcon

renameFolderIcon

ImageIcon renameFolderIcon

addFolderIcon

ImageIcon addFolderIcon

editIcon

ImageIcon editIcon

newIcon

ImageIcon newIcon

newBNIcon

ImageIcon newBNIcon

informationIcon

ImageIcon informationIcon

initializeIcon

ImageIcon initializeIcon

ellipsisIcon

ImageIcon ellipsisIcon

decisionNodeIcon

ImageIcon decisionNodeIcon

LineCursor

ImageIcon LineCursor

decisionNodeCursor

ImageIcon decisionNodeCursor

utilityNodeCursor

ImageIcon utilityNodeCursor

residentNodeCursor

ImageIcon residentNodeCursor

ovariableNodeCursor

ImageIcon ovariableNodeCursor

inputNodeCursor

ImageIcon inputNodeCursor

ellipsisNodeCursor

ImageIcon ellipsisNodeCursor

continueNodeCursor

ImageIcon continueNodeCursor

contextNodeCursor

ImageIcon contextNodeCursor

utilityNodeIcon

ImageIcon utilityNodeIcon

selectionIcon

ImageIcon selectionIcon

saveTableIcon

ImageIcon saveTableIcon

hierarchyIcon

ImageIcon hierarchyIcon

gridIcon

ImageIcon gridIcon

fillIcon

ImageIcon fillIcon

resetSizeIcon

ImageIcon resetSizeIcon

openModelIcon

ImageIcon openModelIcon

contextNodeIcon

ImageIcon contextNodeIcon

inputNodeIcon

ImageIcon inputNodeIcon

residentNodeIcon

ImageIcon residentNodeIcon

mfragIcon

ImageIcon mfragIcon

borderResidentNodeIcon

ImageIcon borderResidentNodeIcon

borderInputNodeIcon

ImageIcon borderInputNodeIcon

borderContextNodeIcon

ImageIcon borderContextNodeIcon

borderMfragIcon

ImageIcon borderMfragIcon

boxResidentNodeIcon

ImageIcon boxResidentNodeIcon

boxInputNodeIcon

ImageIcon boxInputNodeIcon

boxContextNodeIcon

ImageIcon boxContextNodeIcon

boxMfragIcon

ImageIcon boxMfragIcon

eyeIcon

ImageIcon eyeIcon

xIcon

ImageIcon xIcon

orangeNodeIcon

ImageIcon orangeNodeIcon

continousNodeIcon

ImageIcon continousNodeIcon

greenNodeIcon

ImageIcon greenNodeIcon

blueNodeIcon

ImageIcon blueNodeIcon

grayNodeIcon

ImageIcon grayNodeIcon

yellowNodeIcon

ImageIcon yellowNodeIcon

mTheoryNodeIcon

ImageIcon mTheoryNodeIcon

setBoxIcon

ImageIcon setBoxIcon

functIcon

ImageIcon functIcon

stateIcon

ImageIcon stateIcon

entityInstanceIcon

ImageIcon entityInstanceIcon

objectEntityIcon

ImageIcon objectEntityIcon

ovariableNodeIcon

ImageIcon ovariableNodeIcon

nodeNodeIcon

ImageIcon nodeNodeIcon

skolenNodeIcon

ImageIcon skolenNodeIcon

emptyNodeIcon

ImageIcon emptyNodeIcon

argumentsIcon

ImageIcon argumentsIcon

downIcon

ImageIcon downIcon

upIcon

ImageIcon upIcon

boxVariablesIcon

ImageIcon boxVariablesIcon

booleanIcon

ImageIcon booleanIcon

entityStateIcon

ImageIcon entityStateIcon

booleanStateIcon

ImageIcon booleanStateIcon

categoryStateIcon

ImageIcon categoryStateIcon

saveFindingsIcon

ImageIcon saveFindingsIcon

loadFindingsIcon

ImageIcon loadFindingsIcon

ssbnIcon

ImageIcon ssbnIcon

andIcon

ImageIcon andIcon

orIcon

ImageIcon orIcon

notIcon

ImageIcon notIcon

equalIcon

ImageIcon equalIcon

impliesIcon

ImageIcon impliesIcon

forallIcon

ImageIcon forallIcon

existsIcon

ImageIcon existsIcon

iffIcon

ImageIcon iffIcon

editClear

ImageIcon editClear

editUndo

ImageIcon editUndo

editDelete

ImageIcon editDelete

edit

ImageIcon edit

nodeInstance

ImageIcon nodeInstance

entityInstance

ImageIcon entityInstance

goNextIcon

ImageIcon goNextIcon

goPreviousIcon

ImageIcon goPreviousIcon

processStopIcon

ImageIcon processStopIcon

arrowIcon

ImageIcon arrowIcon

triangleIcon

ImageIcon triangleIcon

warningIcon

ImageIcon warningIcon

deleteClassIcon

ImageIcon deleteClassIcon

newClassIcon

ImageIcon newClassIcon

newClassFromFileIcon

ImageIcon newClassFromFileIcon

changeNodeTypeIcon

ImageIcon changeNodeTypeIcon

tableIcon

ImageIcon tableIcon

Class unbbayes.controller.PrintComponent extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

printable

Printable printable
The item to be printed


pageFormat

PageFormat pageFormat
PageFormat to use when printing


displayPage

int displayPage
The page that is currently displayed


scaleFactor

double scaleFactor
The scale factor (1.0 = 100%)

Class unbbayes.controller.PrintPreviewer extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

pageable

Pageable pageable

printComponent

PrintComponent printComponent

pageIndex

int pageIndex

scrollPane

JScrollPane scrollPane

previousButton

JButton previousButton

nextButton

JButton nextButton

sizeButton

JButton sizeButton

scaleText

JTextField scaleText

Class unbbayes.controller.ProgressDialog extends JDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

NEED_DIALOG_VALUE

int NEED_DIALOG_VALUE

progress

IProgress progress

activityMonitor

Timer activityMonitor

activity

LoadingActivity activity

progressBar

JProgressBar progressBar

min

int min

max

int max

resource

ResourceBundle resource

Package unbbayes.controller.exception

Class unbbayes.controller.exception.InconsistentArgumentException extends Exception implements Serializable

Class unbbayes.controller.exception.InvalidFileNameException extends Exception implements Serializable

serialVersionUID: 2926132908731406659L

Class unbbayes.controller.exception.InvalidOperationException extends Exception implements Serializable

Class unbbayes.controller.exception.NoObjectToBeSavedException extends Exception implements Serializable

serialVersionUID: 5870468413181587201L


Package unbbayes.draw

Class unbbayes.draw.TestUGraphEditor extends JFrame implements Serializable

serialVersionUID: 6193584247576527941L

Serialized Fields

m_Canvas

UCanvas m_Canvas

Class unbbayes.draw.UCanvas extends JLayeredPane implements Serializable

serialVersionUID: 3124079297866124183L

Serialized Fields

layerID

int layerID

rootShape

UShape rootShape

controller

NetworkController controller

m_state

String m_state

resizeRect

Rectangle resizeRect

dragRect

Rectangle dragRect

selectRect

Rectangle selectRect

dragPoint

Point dragPoint

strTextOutputMode

String strTextOutputMode

selectedShapes

List<E> selectedShapes

shapeTest

UShape shapeTest

Class unbbayes.draw.UShape extends JComponent implements Serializable

serialVersionUID: 2906022266659227068L

Serialized Fields

pressedPoint

Point pressedPoint

m_state

String m_state

m_shapeType

String m_shapeType

m_label

String m_label

m_canvas

UCanvas m_canvas

backColor

Color backColor

lineColor

Color lineColor

drawColor

Color drawColor

m_cursor

int m_cursor

stroke

BasicStroke stroke

bUseSelection

boolean bUseSelection

node

Node node

shape1

UShapeSizeBtn shape1

shape2

UShapeSizeBtn shape2

shape3

UShapeSizeBtn shape3

shape4

UShapeSizeBtn shape4

shape5

UShapeSizeBtn shape5

shape6

UShapeSizeBtn shape6

shape7

UShapeSizeBtn shape7

shape8

UShapeSizeBtn shape8

textInput

JTextField textInput

rectText

Rectangle rectText

rectTitle

Rectangle rectTitle

popup

JPopupMenu popup

ID

String ID

friends

List<E> friends

Class unbbayes.draw.UShapeBox extends UShape implements Serializable

serialVersionUID: -3650228999613878217L

Serialized Fields

rect

Rectangle2D rect

Class unbbayes.draw.UShapeDecisionNode extends UShape implements Serializable

serialVersionUID: 318257963893185847L

Serialized Fields

rect

Rectangle2D rect

Class unbbayes.draw.UShapeDiamond extends UShape implements Serializable

serialVersionUID: -754775726143411917L

Serialized Fields

parallelogram

GeneralPath parallelogram

Class unbbayes.draw.UShapeEllipse extends UShape implements Serializable

serialVersionUID: 5521442064232432995L

Serialized Fields

ellipse

Ellipse2D ellipse

Class unbbayes.draw.UShapeFrame extends UShape implements Serializable

serialVersionUID: -4179123071455600926L

Serialized Fields

rect

Rectangle2D rect

rectTitle

Rectangle rectTitle

heightTitle

int heightTitle

Class unbbayes.draw.UShapeLine extends UShape implements Serializable

serialVersionUID: -783952885037303240L

Serialized Fields

line

Line2D line

shapeSource

UShape shapeSource

shapeTarget

UShape shapeTarget

pSource

Point2D.Double pSource

pTarget

Point2D.Double pTarget

learningLineSelection

boolean learningLineSelection

direction

int direction

edge

Edge edge

popupLine

JPopupMenu popupLine

parallelogram

GeneralPath parallelogram

Class unbbayes.draw.UShapePentagon extends UShape implements Serializable

serialVersionUID: 4729939940060597841L

Serialized Fields

parallelogram

GeneralPath parallelogram

Class unbbayes.draw.UShapeProbabilisticNode extends UShape implements Serializable

serialVersionUID: 1848727135580831185L

Serialized Fields

ellipse

Ellipse2D ellipse

rect

Rectangle2D rect

stateShape

UShapeState stateShape

stateHeight

int stateHeight

finding

String finding

stateColor

Color[] stateColor

Class unbbayes.draw.UShapeRoundRect extends UShape implements Serializable

serialVersionUID: 2316247200702304811L

Serialized Fields

roundRect

RoundRectangle2D roundRect

Class unbbayes.draw.UShapeSizeBtn extends UShape implements Serializable

serialVersionUID: 5019421060606694321L

Serialized Fields

ellipse

Ellipse2D ellipse

Class unbbayes.draw.UShapeState extends UShape implements Serializable

serialVersionUID: -6856101647287130364L

Serialized Fields

rect

Rectangle2D rect

rectTextArea

Rectangle rectTextArea

marginal

float marginal

nf

NumberFormat nf

Class unbbayes.draw.UShapeText extends UShape implements Serializable

serialVersionUID: 6819706583768111310L

Serialized Fields

rect

Rectangle2D rect

Class unbbayes.draw.UShapeTrapezoid extends UShape implements Serializable

serialVersionUID: -1197864944081390025L

Serialized Fields

parallelogram

GeneralPath parallelogram

Class unbbayes.draw.UShapeUtilityNode extends UShape implements Serializable

serialVersionUID: 6554173137402074445L

Serialized Fields

parallelogram

GeneralPath parallelogram

Package unbbayes.evaluation.exception

Class unbbayes.evaluation.exception.EvaluationException extends Exception implements Serializable

serialVersionUID: 1L


Package unbbayes.evaluation.gui

Class unbbayes.evaluation.gui.EvaluationPane extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mainPane

JPanel mainPane

inputTable

JTable inputTable

sampleSizeLabel

JLabel sampleSizeLabel

sampleSizeTextField

JFormattedTextField sampleSizeTextField

errorLabel

JLabel errorLabel

errorTextField

JFormattedTextField errorTextField

runButton

JButton runButton

cancelButton

JButton cancelButton

progressBar

JProgressBar progressBar

outputTable

JTable outputTable

cmOutputTableScroll

JScrollPane cmOutputTableScroll

pccLabel

JLabel pccLabel

pccValueTextField

JFormattedTextField pccValueTextField

sampleSizePane

JPanel sampleSizePane

progressBarPane

JPanel progressBarPane

Package unbbayes.gui

Class unbbayes.gui.AboutPane extends JDialog implements Serializable

serialVersionUID: -4899450284495188960L

Serialized Fields

backgroundColor

Color backgroundColor

version

String version

buildID

String buildID

stableStatus

String stableStatus

resource

ResourceBundle resource

Class unbbayes.gui.Configurations extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

eagleLoaderEnable

boolean eagleLoaderEnable

preLoaderPowerloom

boolean preLoaderPowerloom

preloaderProtege

boolean preloaderProtege

previewOpenFiles

List<E> previewOpenFiles

Class unbbayes.gui.EditNet extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

netWindow

NetworkWindow netWindow

controller

NetworkController controller

iconController

IconController iconController

centerPanel

JSplitPane centerPanel

topPanel

JPanel topPanel

jtbEdition

JToolBar jtbEdition

compile

JButton compile

arc

JButton arc

printNet

JButton printNet

previewNet

JButton previewNet

saveNetImage

JButton saveNetImage

Class unbbayes.gui.EvidenceTree extends JTree implements Serializable

serialVersionUID: 0L

Serialized Fields

net

SingleEntityNetwork net

nf

NumberFormat nf

expandedNodes

boolean[] expandedNodes

objectsMap

ArrayMap<K,V> objectsMap

iconController

IconController iconController

netWindow

NetworkWindow netWindow

resource

ResourceBundle resource

strTextOutputMode

String strTextOutputMode

Class unbbayes.gui.ExplanationProperties extends JDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

jTabbedPane

JTabbedPane jTabbedPane

southPanel

JPanel southPanel

descriptionPanel

JPanel descriptionPanel

explanationPanel

JPanel explanationPanel

okButton

JButton okButton

border1

Border border1

border2

Border border2

evidencePhrasePanel

JPanel evidencePhrasePanel

explanationTopPanel

JPanel explanationTopPanel

evidenceTypePanel

JPanel evidenceTypePanel

evidenceNodePanel

JPanel evidenceNodePanel

evidencePhraseBottomPanel

JPanel evidencePhraseBottomPanel

evidenceNodeLabel

JLabel evidenceNodeLabel

evidenceNodeComboBox

JComboBox evidenceNodeComboBox

titledBorder1

TitledBorder titledBorder1

notUsedPanel

JPanel notUsedPanel

exclusivePanel

JPanel exclusivePanel

necessaryPanel

JPanel necessaryPanel

naPanel

JPanel naPanel

complementaryPanel

JPanel complementaryPanel

triggerPanel

JPanel triggerPanel

triggerRadioButton

JRadioButton triggerRadioButton

complementaryRadioButton

JRadioButton complementaryRadioButton

naRadioButton

JRadioButton naRadioButton

necessaryRadioButton

JRadioButton necessaryRadioButton

exclusiveRadioButton

JRadioButton exclusiveRadioButton

buttonGroup1

ButtonGroup buttonGroup1

evidenceTypeBorder

Border evidenceTypeBorder

evidencePhraseTopPanel

JPanel evidencePhraseTopPanel

evidencePhraseLabel

JLabel evidencePhraseLabel

evidencePhraseScrollPane

JScrollPane evidencePhraseScrollPane

evidencePhraseTextArea

JTextArea evidencePhraseTextArea

netWindow

NetworkWindow netWindow

node

ProbabilisticNode node

net

SingleEntityNetwork net

cancelButton

JButton cancelButton

nodeNameLabel

JLabel nodeNameLabel

explanationNodeScrollPane

JScrollPane explanationNodeScrollPane

descriptionTopPanel1

JPanel descriptionTopPanel1

descriptionTopPanel2

JPanel descriptionTopPanel2

descriptionTopPanel3

JPanel descriptionTopPanel3

descriptionTopPanel

JPanel descriptionTopPanel

descriptionBottomPanel

JPanel descriptionBottomPanel

explanationVariableLabel

JLabel explanationVariableLabel

descriptionLabel

JLabel descriptionLabel

explanationNodeTextArea

JTextArea explanationNodeTextArea

Class unbbayes.gui.FileIcon.Icon16 extends ImageIcon implements Serializable

serialVersionUID: 0L

Class unbbayes.gui.GlobalOptionsDialog extends JDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

probabilisticDescriptionNode

JButton probabilisticDescriptionNode

probabilisticExplanationNode

JButton probabilisticExplanationNode

decisionNode

JButton decisionNode

utilityNode

JButton utilityNode

arc

JButton arc

selection

JButton selection

back

JButton back

controller

NetworkController controller

jtp

JTabbedPane jtp

controllerColorPanel

JPanel controllerColorPanel

northControllerColorPanel

JPanel northControllerColorPanel

controllerSizePanel

JPanel controllerSizePanel

northControllerSizePanel

JPanel northControllerSizePanel

flowControllerColorPanel1

JPanel flowControllerColorPanel1

flowControllerColorPanel2

JPanel flowControllerColorPanel2

radiusPanel

JPanel radiusPanel

netPanel

JPanel netPanel

confirmationPanel

JPanel confirmationPanel

logPanel

JPanel logPanel

algorithmMainPanel

JComponent algorithmMainPanel

algorithmRadioPanel

JPanel algorithmRadioPanel

gbl

GridBagLayout gbl

gbc

GridBagConstraints gbc

confirm

JButton confirm

restore

JButton restore

cancel

JButton cancel

probabilisticDescriptionNodeColor

Color probabilisticDescriptionNodeColor

probabilisticExplanationNodeColor

Color probabilisticExplanationNodeColor

decisionNodeColor

Color decisionNodeColor

utilityNodeColor

Color utilityNodeColor

edgeColor

Color edgeColor

selectionColor

Color selectionColor

backgroundColor

Color backgroundColor

radius

JLabel radius

net

JLabel net

radiusSlider

JSlider radiusSlider

netSlider

JSlider netSlider

createLog

JCheckBox createLog

createLogBoolean

boolean createLogBoolean

algorithmGroup

ButtonGroup algorithmGroup

graph

GraphPane graph

algorithmOptionPane

JComponent algorithmOptionPane

algorithmToOptionMap

Map<K,V> algorithmToOptionMap

pluginDirectory

String pluginDirectory

pluginCoreID

String pluginCoreID

algorithmExtensionPoint

String algorithmExtensionPoint

unbbayesPluginContextHolder

UnBBayesPluginContextHolder unbbayesPluginContextHolder

Class unbbayes.gui.GraphPane extends UCanvas implements Serializable

serialVersionUID: 0L

Serialized Fields

edgeList

List<E> edgeList

nodeList

ArrayList<E> nodeList

selectedGroup

List<E> selectedGroup

action

GraphAction action

graphViewport

JViewport graphViewport

visibleDimension

Dimension visibleDimension

graphDimension

Dimension graphDimension

iconController

IconController iconController

net

ProbabilisticNetwork net

popup

JPopupMenu popup

PANEMODE_NONE

String PANEMODE_NONE

PANEMODE_COMPILE

String PANEMODE_COMPILE

strPaneMode

String strPaneMode

nodeClassDataTransferObject

INodeClassDataTransferObject nodeClassDataTransferObject

pluginNodeManager

CorePluginNodeManager pluginNodeManager

toUseSelectionForLines

boolean toUseSelectionForLines
GraphPane.update() will set UShape.getUseSelection() to same value;

See Also:
GraphPane.update(), UShapeLine#getUseSelection()}

Class unbbayes.gui.HierarchicDefinitionPane extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

centerPanel

JSplitPane centerPanel

descriptionScrollPane

JScrollPane descriptionScrollPane

explanationScrollPane

JScrollPane explanationScrollPane

hierarchicTree

HierarchicTree hierarchicTree

model

DefaultTreeModel model

net

SingleEntityNetwork net

explanationTree

HierarchicTree explanationTree

netWindow

NetworkWindow netWindow

bottomPanel

JPanel bottomPanel

topPanel

JPanel topPanel

deleteButton

JButton deleteButton

renameButton

JButton renameButton

addFolderButton

JButton addFolderButton

jToolBar

JToolBar jToolBar

expand

JButton expand

edit

JButton edit

collapse

JButton collapse

statusBar

JLabel statusBar

selectedNode

DefaultMutableTreeNode selectedNode

iconController

IconController iconController

Class unbbayes.gui.HierarchicTree extends JTree implements Serializable

serialVersionUID: 0L

Serialized Fields

net

SingleEntityNetwork net

nodes

ArrayList<E> nodes

objectsMap

ArrayMap<K,V> objectsMap

dropTarget

DropTarget dropTarget
enables this component to be a dropTarget


dragSource

DragSource dragSource
enables this component to be a Drag Source


iconController

IconController iconController

Class unbbayes.gui.LearningPNEditionDialog extends JDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

jtb

JToolBar jtb

view

JViewport view

rede

GraphPane rede

insereArco

JButton insereArco

reaprende

JButton reaprende

jspView

JScrollPane jspView

net

ProbabilisticNetwork net

iconController

IconController iconController

closeFunction

WindowAdapter closeFunction

Class unbbayes.gui.LearningPNEditionPane extends GraphPane implements Serializable

Class unbbayes.gui.MDIDesktopPane extends JDesktopPane implements Serializable

serialVersionUID: 0L

Serialized Fields

manager

unbbayes.gui.MDIDesktopManager manager

Class unbbayes.gui.NetworkWindow extends UnBBayesModule implements Serializable

serialVersionUID: 0L

Serialized Fields

graphViewport

JViewport graphViewport

graphPane

GraphPane graphPane

controller

NetworkController controller

net

Network net

fileName

String fileName

jspGraph

JScrollPane jspGraph

status

JLabel status

bCompiled

boolean bCompiled

card

CardLayout card

pnEditionPane

PNEditionPane pnEditionPane

pnCompilationPane

PNCompilationPane pnCompilationPane

hierarchyPanel

HierarchicDefinitionPane hierarchyPanel

editNet

EditNet editNet

mode

Integer mode

moduleName

String moduleName

Class unbbayes.gui.ParcialStateException extends Exception implements Serializable

Class unbbayes.gui.PNCompilationPane extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

netWindow

NetworkWindow netWindow

evidenceTree

EvidenceTree evidenceTree

controller

NetworkController controller

jspTree

JScrollPane jspTree

centerPanel

JSplitPane centerPanel

status

JLabel status

bottomPanel

JPanel bottomPanel

topPanel

JPanel topPanel

jtbCompilation

JToolBar jtbCompilation

propagate

JButton propagate

expand

JButton expand

collapse

JButton collapse

editMode

JButton editMode

log

JButton log

reset

JButton reset

printNet

JButton printNet

previewNet

JButton previewNet

saveNetImage

JButton saveNetImage

iconController

IconController iconController

Class unbbayes.gui.PNEditionPane extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

netWindow

NetworkWindow netWindow

go

GlobalOptionsDialog go

table

JTable table

txtName

JTextField txtName

txtDescription

JTextField txtDescription

controller

NetworkController controller

jspTable

JScrollPane jspTable

centerPanel

JSplitPane centerPanel

tableOwner

Node tableOwner

status

JLabel status

bottomPanel

JPanel bottomPanel

topPanel

JPanel topPanel

jtbState

JToolBar jtbState

jtbEdition

JToolBar jtbEdition

lblName

JLabel lblName

lblDescription

JLabel lblDescription

btnEvaluate

JButton btnEvaluate

btnCompile

JButton btnCompile

btnAddState

JButton btnAddState

btnRemoveState

JButton btnRemoveState

tbEdition

PNEditionPane.ToolBarEdition tbEdition

btnPrintNet

JButton btnPrintNet

btnPrintTable

JButton btnPrintTable

btnPreviewNet

JButton btnPreviewNet

btnPreviewTable

JButton btnPreviewTable

btnSaveNetImage

JButton btnSaveNetImage

btnSaveTableImage

JButton btnSaveTableImage

btnGlobalOption

JButton btnGlobalOption

btnHierarchy

JButton btnHierarchy

wordPattern

Pattern wordPattern

descriptionPattern

Pattern descriptionPattern

matcher

Matcher matcher

iconController

IconController iconController

cpfPane

JComponent cpfPane
This is a pane to edit conditional probability functions

Class unbbayes.gui.PNEditionPane.ToolBarEdition extends JToolBar implements Serializable

serialVersionUID: 1L

Serialized Fields

btnResetCursor

JToggleButton btnResetCursor

btnAddEdge

JToggleButton btnAddEdge

btnAddContinuousNode

JToggleButton btnAddContinuousNode

btnAddProbabilisticNode

JToggleButton btnAddProbabilisticNode

btnAddDecisionNode

JToggleButton btnAddDecisionNode

btnAddUtilityNode

JToggleButton btnAddUtilityNode

btnDeleteSelectedItem

JToggleButton btnDeleteSelectedItem

groupEditionButtons

ButtonGroup groupEditionButtons

btnAddPluginButton

SplitToggleButton btnAddPluginButton

Class unbbayes.gui.PreviewPane extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

og

GlobalOptionsDialog og

Class unbbayes.gui.SplashScreen extends JWindow implements Serializable

Serialized Fields

painelPrincipal

JPanel painelPrincipal

picturePane

JPanel picturePane

titlePane

JPanel titlePane

subtitlePane

JPanel subtitlePane

loadingPane

JPanel loadingPane

dimension1

Dimension dimension1

dimension2

Dimension dimension2

isHigthResolution

boolean isHigthResolution

Class unbbayes.gui.UnBBayesFrame extends JFrame implements Serializable

serialVersionUID: 0L

Serialized Fields

desktop

MDIDesktopPane desktop

topPanel

JPanel topPanel

bottomPanel

JPanel bottomPanel

jtbFile

JToolBar jtbFile

jtbView

JToolBar jtbView

jtbTools

JToolBar jtbTools

jtbWindow

JToolBar jtbWindow

jtbHelp

JToolBar jtbHelp

controller

MainController controller

newNet

JButton newNet

openNet

JButton openNet

saveNet

JButton saveNet

metal

JButton metal

motif

JButton motif

homeSystem

JButton homeSystem

tile

JButton tile

cascade

JButton cascade

help

JButton help

about

JButton about

helpSetURL

URL helpSetURL

set

javax.help.HelpSet set

jHelp

javax.help.JHelp jHelp

alNewBN

ActionListener alNewBN

alOpen

ActionListener alOpen

alSave

ActionListener alSave

alExit

ActionListener alExit

alTbFile

ActionListener alTbFile

alTbView

ActionListener alTbView

alTbTools

ActionListener alTbTools

alTbWindow

ActionListener alTbWindow

alTbHelp

ActionListener alTbHelp

alMetal

ActionListener alMetal

alMotif

ActionListener alMotif

alHomeSystem

ActionListener alHomeSystem

alCascade

ActionListener alCascade

alTile

ActionListener alTile

alHelp

ActionListener alHelp

alAbout

ActionListener alAbout

chooser

JFileChooser chooser

fileHistoryController

FileHistoryController fileHistoryController

iconController

IconController iconController

menu

JMenuBar menu

pluginToolBar

JToolBar pluginToolBar

pluginSplitButton

SplitToggleButton pluginSplitButton

pluginMenu

JMenu pluginMenu

unbbayesPluginContextHolder

UnBBayesPluginContextHolder unbbayesPluginContextHolder

pluginModuleExtensionPoint

String pluginModuleExtensionPoint

pluginMap

Map<K,V> pluginMap
Map: ID -> UnBBayesModule or UnBBayesModuleBuilder


reloadPluginsMenuItem

JMenuItem reloadPluginsMenuItem

newMenu

JMenu newMenu

toolsMenu

JMenu toolsMenu

samplingMenu

JMenu samplingMenu

toolsSplitButton

SplitToggleButton toolsSplitButton

moduleCategoryToComponentsMap

Map<K,V> moduleCategoryToComponentsMap

pluginMenuSeparator

JPopupMenu.Separator pluginMenuSeparator

mapOfComponentsToBeRemovedAtPluginReload

Map<K,V> mapOfComponentsToBeRemovedAtPluginReload

jtbNew

JToolBar jtbNew

Package unbbayes.gui.continuous

Class unbbayes.gui.continuous.ContinuousNormalDistributionPane extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

followsPane

JPanel followsPane

followsLabel

JLabel followsLabel

discreteParentNodeNameList

List<E> discreteParentNodeNameList

continuousParentNodeNameList

List<E> continuousParentNodeNameList

parentStateListPane

JPanel parentStateListPane

discreteParentNodeStateSelectionList

List<E> discreteParentNodeStateSelectionList

inputPane

JPanel inputPane

constantTextFieldList

List<E> constantTextFieldList

meanTextField

JTextField meanTextField

varianceTextField

JTextField varianceTextField

buttonPane

JPanel buttonPane

confirmButton

JButton confirmButton

cancelButton

JButton cancelButton

resource

ResourceBundle resource

Package unbbayes.gui.option

Class unbbayes.gui.option.GaussianMixtureOptionPanel extends InferenceAlgorithmOptionPanel implements Serializable

serialVersionUID: -5184529487472642979L

Serialized Fields

inferenceAlgorithm

IInferenceAlgorithm inferenceAlgorithm

Class unbbayes.gui.option.JunctionTreeOptionPanel extends InferenceAlgorithmOptionPanel implements Serializable

serialVersionUID: 7734979988420335938L

Serialized Fields

inferenceAlgorithm

IInferenceAlgorithm inferenceAlgorithm

Package unbbayes.gui.table

Class unbbayes.gui.table.GroupableTableCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: -3785644336203425095L

Serialized Fields

foregroundColor

Color foregroundColor

backgroundColor

Color backgroundColor

Class unbbayes.gui.table.GroupableTableColumnModel extends DefaultTableColumnModel implements Serializable

Serialized Fields

columnGroups

ArrayList<E> columnGroups
Hold the list of ColumnGroups which define what group each normal column is within, if any.

Class unbbayes.gui.table.GroupableTableHeader extends JTableHeader implements Serializable

Class unbbayes.gui.table.IntegerEditor extends DefaultCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

ftf

JFormattedTextField ftf

integerFormat

NumberFormat integerFormat

minimum

Integer minimum

maximum

Integer maximum

DEBUG

boolean DEBUG

Class unbbayes.gui.table.NumberEditor extends DefaultCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

ftf

JFormattedTextField ftf

numberFormat

NumberFormat numberFormat

Class unbbayes.gui.table.PercentEditor extends DefaultCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

ftf

JFormattedTextField ftf

percentFormat

NumberFormat percentFormat

Class unbbayes.gui.table.RadioButtonCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

radioButton

JRadioButton radioButton

clickCountToStart

int clickCountToStart

Class unbbayes.gui.table.ReplaceTextCellEditor extends DefaultCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

textField

JTextField textField

previousValue

String previousValue

Class unbbayes.gui.table.RowHeaderRenderer extends JLabel implements Serializable


Package unbbayes.gui.util

Class unbbayes.gui.util.SplitToggleButton extends JToggleButton implements Serializable

serialVersionUID: -7324436021762703938L

Serialized Fields

mainButton

AbstractButton mainButton

dropDownButton

JButton dropDownButton

dropDownMenu

JPopupMenu dropDownMenu

Class unbbayes.gui.util.TextAreaDialog extends JDialog implements Serializable

Serialized Fields

textArea

JTextArea textArea

resource

ResourceBundle resource
Load resource file from this package


jspText

JScrollPane jspText

iconController

IconController iconController

topPanel

JPanel topPanel

printButton

JButton printButton

previewButton

JButton previewButton

buttonPanel

JPanel buttonPanel

bottomPanel

JPanel bottomPanel

Package unbbayes.io

Class unbbayes.io.FileExtensionIODelegator.MoreThanOneCompatibleIOException extends IOException implements Serializable

serialVersionUID: 2794093384529074900L

Serialized Fields

ios

List<E> ios

Class unbbayes.io.NetworkCompilationLogManager extends TextLogManager implements Serializable

serialVersionUID: 4774442720083112613L


Package unbbayes.io.exception

Class unbbayes.io.exception.LoadException extends UBIOException implements Serializable

serialVersionUID: 0L

Class unbbayes.io.exception.SaveException extends Exception implements Serializable

serialVersionUID: 0L

Class unbbayes.io.exception.UBIOException extends IOException implements Serializable

serialVersionUID: -960272033310829358L

Serialized Fields

detailMessage

String detailMessage

Package unbbayes.io.log

Class unbbayes.io.log.SSBNTextLogManager extends TextLogManager implements Serializable

Serialized Fields

enabled

boolean enabled

Class unbbayes.io.log.TextLogManager extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

log

StringBuffer log

enabled

Boolean enabled

Package unbbayes.prs

Class unbbayes.prs.Edge extends Object implements Serializable

serialVersionUID: -3912210617648282346L

Serialized Fields

node1

Node node1
Guarda o primeiro nÔøΩ. Quando hÔøΩ orientaÔøΩÔøΩo assume semÔøΩntica como origem.


node2

Node node2
Guarda o segundo nÔøΩ. Quando hÔøΩ orientaÔøΩÔøΩo assume semÔøΩntica como destino.


bSelected

boolean bSelected
Status de seleÔøΩÔøΩo. Utilizado pela interface.


direction

boolean direction
Status que indica se existe ou nÔøΩo direÔøΩÔøΩo no arco. Utilizado pela interface.

Class unbbayes.prs.Node extends Object implements Serializable

serialVersionUID: 6852804931629660275L

Serialized Fields

description

String description

name

String name

label

String label

position

SerializablePoint2D position

backColor

Color backColor

size

SerializablePoint2D size

sizeVariable

SerializablePoint2D sizeVariable

sizeIsVariable

boolean sizeIsVariable

parents

ArrayList<E> parents

children

ArrayList<E> children

states

List<E> states

adjacents

ArrayList<E> adjacents

bSelected

boolean bSelected

explanationDescription

String explanationDescription

phrasesMap

ArrayMap<K,V> phrasesMap

informationType

int informationType

infoestados

int[] infoestados

m_displayMode

String m_displayMode

mean

double[] mean
Holds the mean of the values for each class if this is a numeric attribute node


standardDeviation

double[] standardDeviation
Holds the standard deviation of the values for each class if this is a numeric attribute node.


nodeNameChangedListenerList

List<E> nodeNameChangedListenerList

Class unbbayes.prs.Node.SetList extends ArrayList<E> implements Serializable


Package unbbayes.prs.bn

Class unbbayes.prs.bn.Clique extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

index

int index
Identifica unicamente o nÔøΩ.


parent

Clique parent
ReferÔøΩncia para o clique pai.


children

List<E> children
Lista de nÔøΩs filhos.


potentialTable

PotentialTable potentialTable
Tabela de Potencial Associada ao Clique.


utilityTable

PotentialTable utilityTable
Tabela de Utilidade Associada ao Clique.


nos

ArrayList<E> nos
Lista de NÔøΩs Clusterizados.


nosAssociados

ArrayList<E> nosAssociados
Lista de NÔøΩs ProbabilÔøΩsticos associados ao Clique.


associatedUtilNodes

ArrayList<E> associatedUtilNodes
Lista de NÔøΩs de Utilidade associados ao Clique.

Class unbbayes.prs.bn.JunctionTree extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

initialized

boolean initialized

n

float n
Probabilidade total estimada.


cliques

List<E> cliques
Lista de Cliques Associados.


separators

List<E> separators
Lista de Separadores Associados.


coordSep

int[][][] coordSep
Coordenadas prÔøΩ-calculadas para otimizaÔøΩÔøΩo no mÔøΩtodo absorve.

Class unbbayes.prs.bn.LearningNode extends ProbabilisticNode implements Serializable

serialVersionUID: 0L

Serialized Fields

predecessores

ArrayList<E> predecessores

variavelAux

LearningNode variavelAux

numeroMaximoPais

int numeroMaximoPais

pos

int pos

rep

boolean rep

participa

boolean participa

Class unbbayes.prs.bn.PotentialTable extends Object implements Serializable

Serialized Fields

modified

boolean modified

variableList

List<E> variableList
RVs that are in the table, including the variable that owns the table.


dataPT

FloatCollection dataPT
The data from the table as a list of floats. The use of this data is done by using coordinates and linear coordinates.


dataCopy

FloatCollection dataCopy
Copy of the data from the data.


dataMarginal

FloatCollection dataMarginal
The data from the table as a list of floats. Usually used to compute the marginal probabilities "manually", i.e. by removing each and every parent from the potential table. The use of this data is done by using coordinates and linear coordinates for the marginal data.


factorsPT

int[] factorsPT
Factors used to convert linear coordinates in multidimensional ones. It stores the position that starts the table of each variable, for the potential table data.


factorsMarginal

int[] factorsMarginal
Factors used to convert linear coordinates in multidimensional ones. It stores the position that starts the table of each variable, for the marginal data.

Class unbbayes.prs.bn.ProbabilisticNetwork extends SingleEntityNetwork implements Serializable

serialVersionUID: 0L

Class unbbayes.prs.bn.ProbabilisticNode extends TreeVariable implements Serializable

serialVersionUID: -8362313890037632119L

Serialized Fields

tabelaPot

ProbabilisticTable tabelaPot

Class unbbayes.prs.bn.ProbabilisticTable extends PotentialTable implements Serializable

serialVersionUID: 0L

Class unbbayes.prs.bn.Separator extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

tabelaPot

PotentialTable tabelaPot

utilityTable

PotentialTable utilityTable

nos

ArrayList<E> nos

clique1

Clique clique1
Guarda o primeiro clique, quando hÔøΩ orientaÔøΩÔøΩo assume semÔøΩntica como origem.


clique2

Clique clique2
Guarda o segundo clique, quando hÔøΩ orientaÔøΩÔøΩo assume semÔøΩntica como destino.

Class unbbayes.prs.bn.SingleEntityNetwork extends Network implements Serializable

serialVersionUID: 0L

Serialized Fields

hierarchicTree

HierarchicTree hierarchicTree

firstInitialization

boolean firstInitialization

decisionNodes

ArrayList<E> decisionNodes
NÔøΩs de decisÔøΩo utilizado no processo de transformaÔøΩÔøΩo.


radius

double radius

logManager

NetworkCompilationLogManager logManager
Faz o processamento do log de compilaÔøΩÔøΩo.


arcosMarkov

List<E> arcosMarkov
Lista de edgeList utilizada no processo de transformaÔøΩÔøΩo.


createLog

boolean createLog
Indica se o log deve ser criado ou nÔøΩo.


oe

ArrayList<E> oe
Ordem de eliminaÔøΩÔøΩo dos nÔøΩs.


copiaNos

ArrayList<E> copiaNos
CÔøΩpia dos nÔøΩs sem os nÔøΩs de utilidade. Utilizado no processo de transformaÔøΩÔøΩo.


copiaArcos

List<E> copiaArcos

junctionTree

JunctionTree junctionTree
Armazena handle do objeto ÔøΩrvore de JunÔøΩÔøΩo associado ao Grafo.

Class unbbayes.prs.bn.TreeVariable extends Node implements Serializable

Serialized Fields

cliqueAssociado

IRandomVariable cliqueAssociado

marginalList

float[] marginalList

marginalCopy

float[] marginalCopy

evidence

int evidence

Package unbbayes.prs.exception

Class unbbayes.prs.exception.InvalidParentException extends Exception implements Serializable

serialVersionUID: 1L


Package unbbayes.prs.hybridbn

Class unbbayes.prs.hybridbn.ContinuousNode extends TreeVariable implements Serializable

serialVersionUID: 1L

Serialized Fields

cnNormalDistribution

CNNormalDistribution cnNormalDistribution

resource

ResourceBundle resource

Package unbbayes.prs.id

Class unbbayes.prs.id.DecisionNode extends TreeVariable implements Serializable

serialVersionUID: -4746720812779139329L

Class unbbayes.prs.id.JunctionTreeID extends JunctionTree implements Serializable

serialVersionUID: 0L

Class unbbayes.prs.id.UtilityNode extends Node implements Serializable

serialVersionUID: 0L

Serialized Fields

utilTable

PotentialTable utilTable

Class unbbayes.prs.id.UtilityTable extends PotentialTable implements Serializable

serialVersionUID: 0L


Package unbbayes.util

Class unbbayes.util.ApplicationPropertyHolder extends Object implements Serializable

serialVersionUID: -1670788505984056699L

Class unbbayes.util.ArrayMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 0L

Serialized Fields

keys

ArrayList<E> keys

values

ArrayList<E> values

Class unbbayes.util.FloatCollection extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

data

float[] data

size

int size

Class unbbayes.util.NodeList extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

data

Node[] data
Deprecated. 

size

int size
Deprecated. 

list

List<E> list
Deprecated. 

Class unbbayes.util.SerializablePoint2D extends Point2D.Double implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Package unbbayes.util.extension

Class unbbayes.util.extension.UnBBayesModule extends JInternalFrame implements Serializable

Serialized Fields

moduleID

String moduleID

unbbayesFrame

UnBBayesFrame unbbayesFrame

Package unbbayes.util.extension.bn.inference

Class unbbayes.util.extension.bn.inference.InferenceAlgorithmOptionPanel extends JPanel implements Serializable

serialVersionUID: 1377907003286358357L



Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.