public class MultiLabelDecisionNode extends DecisionNode
categories, nodes, rule, visited| Constructor and Description |
|---|
MultiLabelDecisionNode()
Constructor
|
MultiLabelDecisionNode(IDecisionRule rule)
Constructs a decision node with rule, null next nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setBranch(boolean answer,
IDecisionRule node)
Sets the decision rule at the branch No if answer==false or
the decision rule at the branch Yes if answer =true
|
void |
setCategory(boolean answer,
IDecisionCategory category)
/**
Sets the category at the branch No if answer==false or
the category at the branch Yes if answer =true
|
addPropertyChangeListener, clearFlags, clone, equals, getBranch, getCategories, getCategory, getEditor, getExampleMolecule, getExplanation, getID, getNodes, getNum, getRule, getSelector, getTitle, hideResiduesID, isEditable, isImplemented, isResidueIDHidden, isVisited, removePropertyChangeListener, setCategories, setEditable, setExampleMolecule, setExplanation, setID, setNodes, setNum, setRule, setTitle, setVisited, toString, toString, update, verifyRuleaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic MultiLabelDecisionNode()
public MultiLabelDecisionNode(IDecisionRule rule)
rule - public void setBranch(boolean answer,
IDecisionRule node)
DecisionNodesetBranch in class DecisionNodeanswer - - selects which branch to be setnode - - the next node to setpublic void setCategory(boolean answer,
IDecisionCategory category)
DecisionNodesetCategory in class DecisionNodeCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.