public class DecisionTreeNode extends DecisionTreeObject implements Cloneable
internalId, internalName, log, TIMESTAMP_FORMAT
SERIALIZED_CLASS_NAME, TYPE
XML_SERIALIZED_CLASS_NAME
Constructor and Description |
---|
DecisionTreeNode() |
DecisionTreeNode(String condition) |
DecisionTreeNode(String name,
String condition) |
addExceptionProperties, assertValid, assertValid, exception, exception, exception, getInternalId, getInternalName, resetInternalId
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecord
newInstanceFromJson
forEachGrandChildElement, fromXml, fromXml, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, writeXml, writeXml
addExceptionProperties, contributeExceptionProperties, contributeExceptionProperties
public DecisionTreeNode()
public DecisionTreeNode(String condition)
public String getName()
public DecisionTreeNode setName(String name)
public String getDescription()
public DecisionTreeNode setDescription(String description)
public LogicalExpression getCondition()
public String getConditionAsSource()
public DecisionTreeNode setCondition(LogicalExpression condition)
public ArrayList<DecisionTreeNode> getNodes()
public DecisionTreeNode addNode(DecisionTreeNode node)
public DecisionTreeNode addNode(Collection<DecisionTreeNode> nodes)
public DecisionTreeNode getDefaultNode()
public DecisionTreeNode setDefaultNode(DecisionTreeNode defaultNode)
public List<DecisionTreeOutcome> getOutcomes()
public DecisionTreeNode addOutcome(Collection<DecisionTreeOutcome> outcomes)
public DecisionTreeNode addOutcome(String variable, String expression)
public DecisionTreeNode addOutcome(DecisionTreeOutcome outcome)
public DecisionTreeNode clone()
clone
in class FoundationObject
public Record toRecord()
toRecord
in interface RecordSerializable
toRecord
in class Bean
public DecisionTreeNode fromRecord(Record source)
RecordSerializable
this
(for fluid API call chaining).
For fluid API call chaining, the overridden method should change the declared return type to its class.fromRecord
in interface RecordSerializable
fromRecord
in class Bean
public Element toXmlElement(Document document)
toXmlElement
in interface XmlSerializable
public DecisionTreeNode fromXmlElement(Element element)
fromXmlElement
in interface XmlSerializable
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.