Uses of Class
unbbayes.prs.exception.InvalidParentException

Packages that use InvalidParentException
unbbayes.prs   
unbbayes.prs.hybridbn   
 

Uses of InvalidParentException in unbbayes.prs
 

Methods in unbbayes.prs that throw InvalidParentException
 void Node.addChild(Node child)
           
 void Node.addChildNode(INode child)
           
 void INode.addChildNode(INode child)
          Adds a child to this node
 void Network.addEdge(Edge edge)
          Adds an edge into the net.
 void Node.addParent(Node parent)
           
 void Node.addParentNode(INode parent)
           
 void INode.addParentNode(INode parent)
          Add a parent to this node
 

Uses of InvalidParentException in unbbayes.prs.hybridbn
 

Methods in unbbayes.prs.hybridbn that throw InvalidParentException
 void ContinuousNode.addChild(Node child)
           
 void ContinuousNode.addParent(Node parent)
           
 



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