|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardNode
A class for encapsulating a hugin node description.
Field Summary |
---|
Method Summary | |
---|---|
Integer |
getDefaultStateIndex()
originally in DSLNode |
DiagnosisType |
getDiagnosisType()
originally in DSLNode |
Dimension |
getDimension(Dimension d)
Will return the node size listed in the HuginNet file. |
boolean[] |
getExcludeArray()
|
ExcludePolicy |
getExcludePolicy()
|
String |
getLabel()
Will get the label from a HuginNode. |
Point |
getLocation(Point ret)
Will get the location from a HuginNode. |
boolean |
isMAPVariable()
Moved from HuginNode @since 062204 |
void |
setDiagnosisType(DiagnosisType newVal)
originally in DSLNode |
void |
setDimension(Dimension d)
|
void |
setExcludeArray(boolean[] xa)
|
void |
setExcludePolicy(ExcludePolicy ep)
|
void |
setLabel(String newVal)
|
void |
setLocation(Point newLoc)
|
void |
setMAPVariable(boolean flag)
|
Methods inherited from interface FiniteVariable |
---|
contains, getCPTShell, getCPTShell, getDSLNodeType, grep, grep, grep, index, insert, instance, instance, instances, remove, set, setCPTShell, setCPTShell, setDSLNodeType, size |
Methods inherited from interface Variable |
---|
clone, delete, getEnumProperties, getID, getProperty, getUserObject, setID, setProperty, setUserObject |
Methods inherited from interface Comparable |
---|
compareTo |
Methods inherited from interface PropertySuperintendent |
---|
getProperties |
Method Detail |
---|
boolean isMAPVariable()
void setMAPVariable(boolean flag)
boolean[] getExcludeArray()
void setExcludeArray(boolean[] xa)
ExcludePolicy getExcludePolicy()
void setExcludePolicy(ExcludePolicy ep)
Dimension getDimension(Dimension d)
void setDimension(Dimension d)
Point getLocation(Point ret)
void setLocation(Point newLoc)
String getLabel()
void setLabel(String newVal)
DiagnosisType getDiagnosisType()
void setDiagnosisType(DiagnosisType newVal)
Integer getDefaultStateIndex()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |