edu.ucla.belief.io.dsl
Class PotentialInfo

Object
  extended by PotentialInfo

public class PotentialInfo
extends Object

Since:
051403
Author:
Keith Cascio

Field Summary
 int intDSLNodeType
           
 CPTShell myShell
           
 DSLNode newNode
           
 HuginPotential newPotential
           
 String[] parentIDs
           
 double[] probabilities
           
 int[] strengths
           
 
Constructor Summary
PotentialInfo(DSLNode newNode, String[] parentIDs, double[] probabilities, int[] strengths, int intDSLNodeType)
           
PotentialInfo(HuginPotential newPotential)
           
 
Method Summary
 CPTShell makeShell(Map mapIDsToFVars)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newNode

public DSLNode newNode

parentIDs

public String[] parentIDs

probabilities

public double[] probabilities

strengths

public int[] strengths

intDSLNodeType

public int intDSLNodeType

newPotential

public HuginPotential newPotential

myShell

public CPTShell myShell
Constructor Detail

PotentialInfo

public PotentialInfo(DSLNode newNode,
                     String[] parentIDs,
                     double[] probabilities,
                     int[] strengths,
                     int intDSLNodeType)

PotentialInfo

public PotentialInfo(HuginPotential newPotential)
Method Detail

makeShell

public CPTShell makeShell(Map mapIDsToFVars)
                   throws Exception
Throws:
Exception


Copyright 2010 UCLA Automated Reasoning Group