public class DecisionTreeOutcome extends DecisionTreeObject implements Cloneable
internalId, internalName, log, TIMESTAMP_FORMATSERIALIZED_CLASS_NAME, TYPEXML_SERIALIZED_CLASS_NAME| Constructor and Description |
|---|
DecisionTreeOutcome() |
DecisionTreeOutcome(String variable,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
DataException |
addExceptionProperties(DataException exception)
Adds this object's current state to a
DataException. |
DecisionTreeOutcome |
assertValid() |
DecisionTreeOutcome |
clone() |
protected void |
evaluate(ExpressionContext expressionContext,
Record record) |
DecisionTreeOutcome |
fromRecord(Record source)
Loads this instance's state from a record and returns
this (for fluid API call chaining). |
DecisionTreeOutcome |
fromXmlElement(Element element) |
Expression |
getExpression() |
String |
getExpressionSource() |
String |
getVariable() |
DecisionTreeOutcome |
setExpression(Expression expression) |
DecisionTreeOutcome |
setVariable(String variable) |
Record |
toRecord() |
Element |
toXmlElement(Document document) |
assertValid, exception, exception, exception, getInternalId, getInternalName, resetInternalIdequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecordnewInstanceFromJsonforEachGrandChildElement, fromXml, fromXml, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, writeXml, writeXmladdExceptionProperties, contributeExceptionProperties, contributeExceptionPropertiespublic String getVariable()
public DecisionTreeOutcome setVariable(String variable)
public Expression getExpression()
public DecisionTreeOutcome setExpression(Expression expression)
public String getExpressionSource()
public DecisionTreeOutcome assertValid()
assertValid in class FoundationObjectprotected void evaluate(ExpressionContext expressionContext,
Record record)
public DataException addExceptionProperties(DataException exception)
FoundationObjectDataException. Since this method is called whenever an
exception is thrown, subclasses should override it to add their specific information.addExceptionProperties in interface DataExceptionContributoraddExceptionProperties in class FoundationObjectpublic DecisionTreeOutcome clone()
clone in class FoundationObjectpublic Record toRecord()
toRecord in interface RecordSerializabletoRecord in class Beanpublic DecisionTreeOutcome fromRecord(Record source)
RecordSerializablethis (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 RecordSerializablefromRecord in class Beanpublic Element toXmlElement(Document document)
toXmlElement in interface XmlSerializablepublic DecisionTreeOutcome fromXmlElement(Element element)
fromXmlElement in interface XmlSerializableCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.