public interface PassMessageListener
Modifier and Type | Method and Description |
---|---|
void |
afterAbsorb(JunctionTreeClique sourceNode,
JunctionTreeSeparator sep,
JunctionTreeClique targetNode,
double[] oldSeparatorPotentials) |
void |
afterProject(JunctionTreeClique sourceNode,
JunctionTreeSeparator sep,
JunctionTreeClique targetNode,
double[] oldSeparatorPotentials) |
void |
beforeProjectAndAbsorb(JunctionTreeClique sourceNode,
JunctionTreeSeparator sep,
JunctionTreeClique targetNode,
double[] oldSeparatorPotentials) |
void beforeProjectAndAbsorb(JunctionTreeClique sourceNode, JunctionTreeSeparator sep, JunctionTreeClique targetNode, double[] oldSeparatorPotentials)
void afterProject(JunctionTreeClique sourceNode, JunctionTreeSeparator sep, JunctionTreeClique targetNode, double[] oldSeparatorPotentials)
void afterAbsorb(JunctionTreeClique sourceNode, JunctionTreeSeparator sep, JunctionTreeClique targetNode, double[] oldSeparatorPotentials)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.