|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.hugin.HAPI.Clique
public class Clique
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. |
java.lang.Object |
getUserData()
Returns the value stored within the user data slot of this Clique. |
boolean |
isAlive()
Is this Clique object alive? |
void |
setUserData(java.lang.Object data)
Sets the user data field of this Clique. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public JunctionTree getJunctionTree() throws ExceptionHugin
ExceptionHugin
public CliqueList getNeighbors() throws ExceptionHugin
ExceptionHugin
public NodeList getMembers() throws ExceptionHugin
ExceptionHugin
public boolean isAlive()
public java.lang.Object getUserData()
public void setUserData(java.lang.Object data)
data
- User-defined data associated with this Clique.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |