edu.ucla.belief.io.dsl
Interface DSLNode

All Superinterfaces:
Cloneable, Comparable, FiniteVariable, PropertySuperintendent, StandardNode, Variable
All Known Implementing Classes:
DSLNodeImpl

public interface DSLNode
extends StandardNode

A class for encapsulating a hugin node description.


Field Summary
 
Fields inherited from interface PropertySuperintendent
KEY_APPROXIMATED_PARENTS, KEY_EXCLUDEARRAY, KEY_EXCLUDEPOLICY, KEY_HUGIN_ID, KEY_HUGIN_LABEL, KEY_HUGIN_NAME, KEY_HUGIN_NODE_SIZE, KEY_HUGIN_POSITION, KEY_HUGIN_potential, KEY_HUGIN_potential_data, KEY_HUGIN_STATES, KEY_HUGIN_SUBTYPE, KEY_HUGINITY, KEY_IDS_RECOVERABLE_PARENTS, KEY_ISMAPVARIABLE, KEY_RECOVERABLES, KEY_SEENDEFAULTEVIDENCE, KEY_SOFT_EVIDENCE_CHILDREN, KEY_USERPROPERTIES, VALUE_PERMISSIVE, VALUE_STRICT, VALUE_TRUE
 
Method Summary
 DSLSubmodel getDSLSubmodel()
           
 Boolean getMandatory()
           
 Boolean getRanked()
           
 List getTargetList()
           
 void setDefaultStateIndex(Integer newVal)
           
 void setDSLSubmodel(DSLSubmodel model)
           
 void setMandatory(Boolean newVal)
           
 void setRanked(Boolean newVal)
           
 void setTargetList(List newVal)
           
 
Methods inherited from interface StandardNode
getDefaultStateIndex, getDiagnosisType, getDimension, getExcludeArray, getExcludePolicy, getLabel, getLocation, isMAPVariable, setDiagnosisType, setDimension, setExcludeArray, setExcludePolicy, setLabel, setLocation, setMAPVariable
 
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

getDSLSubmodel

DSLSubmodel getDSLSubmodel()

setDSLSubmodel

void setDSLSubmodel(DSLSubmodel model)

getMandatory

Boolean getMandatory()
Since:
030402

setMandatory

void setMandatory(Boolean newVal)
Since:
030402

getRanked

Boolean getRanked()
Since:
030402

setRanked

void setRanked(Boolean newVal)
Since:
030402

getTargetList

List getTargetList()
Since:
030402

setTargetList

void setTargetList(List newVal)
Since:
030402

setDefaultStateIndex

void setDefaultStateIndex(Integer newVal)
Since:
030402


Copyright 2010 UCLA Automated Reasoning Group