Serialized Form


Package norsys.netica

Class norsys.netica.NeticaException implements Serializable

Serialized Fields

errors

java.util.Vector errors

Class norsys.netica.NodeList implements Serializable

Serialized Fields

parentNet

Net parentNet

parentEnv

Environ parentEnv


Package norsys.netica.gui

Class norsys.netica.gui.LinkGraphic implements Serializable

Serialized Fields

parentContainer

java.awt.Container parentContainer

parentNodePanel

NodePanel parentNodePanel

childNodePanel

NodePanel childNodePanel

parentNode

Node parentNode

childNode

Node childNode

stroke

java.awt.Stroke stroke

displayMode

int displayMode

arrowHeadWidth

int arrowHeadWidth

arrowHeadLength

int arrowHeadLength

x1

int x1

y1

int y1

x2

int x2

y2

int y2

Class norsys.netica.gui.NetPanel implements Serializable

Serialized Fields

parentNet

Net parentNet

links

java.util.Vector links

eventListeners

java.util.HashSet eventListeners

subNetNodes

NodeList subNetNodes

linksVisible

boolean linksVisible

linkPolicy

int linkPolicy

nodeStyle

int nodeStyle

Class norsys.netica.gui.NodePanel implements Serializable

Serialized Fields

nodeTitleJLabel

javax.swing.JLabel nodeTitleJLabel
The title Component, if this NodePanel displays a title, otherwise null.

parentNode

Node parentNode

parentVisualNode

VisualNode parentVisualNode

style

int style

normalModeBGColor

java.awt.Color normalModeBGColor

displayMode

int displayMode

nodeKind

int nodeKind

xPos

int xPos

yPos

int yPos

Class norsys.netica.gui.NodePanel_BeliefBar implements Serializable

Serialized Fields

rowsPanel

norsys.netica.gui.NodePanel_BeliefBar.BBRowsPanel rowsPanel
The panel containing all the NodePanel_BeliefBarRow objects, one for each state of this node. If this is a continuous node that has not been discretized (assigned discrete levels with setLevels), then this panel will contain only one NodePanel_BeliefBarRow.

continuousInfoJLabel

javax.swing.JLabel continuousInfoJLabel
For continuous Nature nodes only, this is the label at the bottom of the display giving the real value of the node (see calcValue ). For other nodes, this variable is null.

borderColor

java.awt.Color borderColor

bbBarAreaColor

java.awt.Color bbBarAreaColor

bbBarColor

java.awt.Color bbBarColor

bbBarHeight

int bbBarHeight

bbItemHeight

int bbItemHeight

bbBarAreaWidth

int bbBarAreaWidth

nStates

int nStates

nRows

int nRows

floatsAvailable

boolean floatsAvailable

floats

float[] floats

norm_floats

float[] norm_floats

Class norsys.netica.gui.NodePanel_BeliefBarRow implements Serializable

Serialized Fields

stateNameLabel

javax.swing.JLabel stateNameLabel
The state name JLabel Component.

stateValueLabel

javax.swing.JLabel stateValueLabel
The state value JLabel Component.

bbArea

norsys.netica.gui.NodePanel_BeliefBarRow.BBArea bbArea

parentBB

NodePanel_BeliefBar parentBB

state

State state

Class norsys.netica.gui.NodePanel_BeliefBars implements Serializable

Serialized Fields

rowsPanel

norsys.netica.gui.NodePanel_BeliefBars.BBRowsPanel rowsPanel
The panel containing all the NodePanel_BeliefBarsRow objects, one for each state of this node. If this is a continuous node that has not been discretized (assigned discrete levels with setLevels), then this panel will contain only one NodePanel_BeliefBarsRow.

continuousInfoJLabel

javax.swing.JLabel continuousInfoJLabel
For continuous Nature nodes only, this is the label at the bottom of the display giving the real value of the node (see calcValue ). For other nodes, this variable is null.

borderColor

java.awt.Color borderColor

bbBarsAreaColor

java.awt.Color bbBarsAreaColor

bbBarsColor

java.awt.Color bbBarsColor

bbBarHeight

int bbBarHeight

bbItemHeight

int bbItemHeight

bbBarsAreaWidth

int bbBarsAreaWidth

nStates

int nStates

nRows

int nRows

floatsAvailable

boolean floatsAvailable

floats

float[] floats

norm_floats

float[] norm_floats

Class norsys.netica.gui.NodePanel_BeliefBarsRow implements Serializable

Serialized Fields

stateNameLabel

javax.swing.JLabel stateNameLabel
The state name JLabel Component.

stateValueLabel

javax.swing.JLabel stateValueLabel
The state value JLabel Component.

bbArea

norsys.netica.gui.NodePanel_BeliefBarsRow.BBArea bbArea

parentBB

NodePanel_BeliefBars parentBB

state

State state

Class norsys.netica.gui.NodePanel_Circle implements Serializable

Serialized Fields

borderColor

java.awt.Color borderColor

Class norsys.netica.gui.NodePanel_LabeledBox implements Serializable

Serialized Fields

borderColor

java.awt.Color borderColor

Class norsys.netica.gui.NodePanel_Text implements Serializable

Serialized Fields

savedForegroundColor

java.awt.Color savedForegroundColor