COM.hugin.HAPI
Class Clique

java.lang.Object
  extended byCOM.hugin.HAPI.Clique

public class Clique
extends java.lang.Object

Represents the cliques in the JunctionTree.


Method Summary
 JunctionTree getJunctionTree()
          Returns the JunctionTree to which this Clique belongs.
 NodeList getMembers()
          Returns a list of Nodes that are members of this Clique.
 CliqueList getNeighbors()
          Returns a list of Cliques that are neighbors of this Clique.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJunctionTree

public JunctionTree getJunctionTree()
                             throws ExceptionObjectNotAlive
Returns the JunctionTree to which this Clique belongs.

Throws:
ExceptionObjectNotAlive

getNeighbors

public CliqueList getNeighbors()
                        throws ExceptionObjectNotAlive
Returns a list of Cliques that are neighbors of this Clique.

Returns:
A CliqueList containing the neighbors.
Throws:
ExceptionObjectNotAlive

getMembers

public NodeList getMembers()
                    throws ExceptionObjectNotAlive
Returns a list of Nodes that are members of this Clique.

Returns:
A NodeList containing the members.
Throws:
ExceptionObjectNotAlive