edu.ksu.cis.bnj.bbn.prm
Class PRMNode

java.lang.Object
  extended bysalvo.jesus.graph.VertexImpl
      extended byedu.ksu.cis.kdd.util.graph.Node
          extended byedu.ksu.cis.bnj.bbn.BBNNode
              extended byedu.ksu.cis.bnj.bbn.prm.PRMNode
All Implemented Interfaces:
java.lang.Cloneable, salvo.jesus.graph.GraphComponent, HasProperty, salvo.jesus.graph.LabeledGraphComponent, java.io.Serializable, salvo.jesus.graph.Vertex

public class PRMNode
extends BBNNode

PRMNode

Author:
See Also:
Serialized Form

Field Summary
protected  java.lang.String className
           
 
Fields inherited from class edu.ksu.cis.bnj.bbn.BBNNode
cpf, DECISION, evidenceValue, NORMAL, type, UTILITY, values
 
Fields inherited from class edu.ksu.cis.kdd.util.graph.Node
name, owner, property
 
Fields inherited from class salvo.jesus.graph.VertexImpl
object
 
Constructor Summary
PRMNode()
           
 
Method Summary
 java.lang.String getClassName()
           
 void setClassName(java.lang.String className)
          Sets the className.
 void setType(int type)
          Sets the type.
 
Methods inherited from class edu.ksu.cis.bnj.bbn.BBNNode
clone, equals, getCPF, getCPFValue, getEvidenceValue, getParentsEvidenceSet, getType, getValues, isDecision, isEvidence, isQuery, isUtility, putCPFValue, query, queryColumn, reconstructCPF, removeCPFValue, resetCache, resetCPF, setCPF, setCPF, setEvidenceValue, setValues, toVerboseString, unsetEvidenceValue
 
Methods inherited from class edu.ksu.cis.kdd.util.graph.Node
getAncestors, getChildren, getChildrenNames, getDescendants, getLabel, getName, getOwner, getParentNames, getParents, getProperty, getProperty, hashCode, putProperty, removeProperty, setName, setOwner, setProperty, toString
 
Methods inherited from class salvo.jesus.graph.VertexImpl
getObject, hasLabel, setLabel, setObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

className

protected java.lang.String className
Constructor Detail

PRMNode

public PRMNode()
Method Detail

getClassName

public java.lang.String getClassName()
Returns:
String

setClassName

public void setClassName(java.lang.String className)
Sets the className.

Parameters:
className - The className to set

setType

public void setType(int type)
Description copied from class: BBNNode
Sets the type.

Overrides:
setType in class BBNNode
Parameters:
type - The type to set