|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Documents the interface for a BayesNetChange.
Details:
Change History:
Created on Apr 14, 2004
Method Summary | |
int |
getChangeStatus()
|
int |
getChangeType()
|
int |
getCurrentNodeID()
|
int |
getParentNodeID()
|
int |
getParentNodeLag()
|
void |
resetChange()
Special case of update. |
void |
setChangeStatus(int changeStatus)
The status of a BayesNetChange may change over the search process. |
void |
updateChange(int currentNodeID,
int parentNodeID,
int parentNodeLag,
int changeType)
Sets a BayesNetChange by assigning the currentNodeID, the parentNodeID, the parentNodeLag, and the changeType. |
Method Detail |
public void updateChange(int currentNodeID, int parentNodeID, int parentNodeLag, int changeType)
currentNodeID
- The currentNodeID to set.parentNodeID
- The parentNodeID to set.parentNodeLag
- The parentNodeLag to set.changeType
- The changeType to set.public void resetChange()
public void setChangeStatus(int changeStatus)
changeStatus
- The changeStatus to set.public int getCurrentNodeID()
public int getParentNodeID()
public int getParentNodeLag()
public int getChangeStatus()
public int getChangeType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |