edu.ksu.cis.bnj.gui.components
Class DecisionVariableState

java.lang.Object
  extended bysalvo.jesus.graph.visual.GraphPanelState
      extended bysalvo.jesus.graph.visual.GraphPanelVertexState
          extended byedu.ksu.cis.bnj.gui.components.VariableState
              extended byedu.ksu.cis.bnj.gui.components.DecisionVariableState
All Implemented Interfaces:
java.io.Serializable

public class DecisionVariableState
extends VariableState

Author:
Roby Joehanes
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.ksu.cis.bnj.gui.components.VariableState
counter, gpanel, owner, vGraph
 
Constructor Summary
DecisionVariableState(NodeManager owner, salvo.jesus.graph.visual.GraphPanel panel)
           
 
Method Summary
protected  BBNNode createNode(BBNGraph graph)
           
 
Methods inherited from class edu.ksu.cis.bnj.gui.components.VariableState
mousePressed, resetCounter, setSelectedNodes
 
Methods inherited from class salvo.jesus.graph.visual.GraphPanelVertexState
paint
 
Methods inherited from class salvo.jesus.graph.visual.GraphPanelState
informTargetVisualGraphComponentOfKeyEvent, informTargetVisualGraphComponentOfMouseEvent, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, recommendState, setGraphPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionVariableState

public DecisionVariableState(NodeManager owner,
                             salvo.jesus.graph.visual.GraphPanel panel)
Parameters:
panel -
Method Detail

createNode

protected BBNNode createNode(BBNGraph graph)
Specified by:
createNode in class VariableState
See Also:
VariableState.createNode(edu.ksu.cis.bnj.bbn.BBNGraph)