edu.ucla.belief.rc2.structure
Class RC2NodeInternal
Object
RC2Node
RC2NodeInternal
- All Implemented Interfaces:
- Comparable
public class RC2NodeInternal
- extends RC2Node
This class represents Internal RCNode objects.
- Author:
- David Allen
left
public final RC2Node left
right
public final RC2Node right
RC2NodeInternal
public RC2NodeInternal(int id,
RC2 rc,
RC2Node c1,
RC2Node c2,
Map minVal)
initialize
public void initialize(Collection acutset)
- Description copied from class:
RC2Node
- Called to initialize the nodes. Implementations of this funciton
should make a call to initializeNode.
- Specified by:
initialize
in class RC2Node
toString
public String toString()
- Overrides:
toString
in class RC2Node
isLeaf
public boolean isLeaf()
- Specified by:
isLeaf
in class RC2Node
numCutsetInstantiations
public long numCutsetInstantiations()
getCutsetVars
public Collection getCutsetVars(Collection ret)
actualMemoryAllocated
public int actualMemoryAllocated()
Copyright 2010 UCLA Automated Reasoning Group