Class AssetAction
- java.lang.Object
-
- com.aquima.interactions.dtree.impl.AbstractNode
-
- com.aquima.interactions.dtree.impl.AssetAction
-
- All Implemented Interfaces:
Serializable
public class AssetAction extends AbstractNode
Decision tree node representing a asset result.- Since:
- 5.0
- Author:
- F. van der Meer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AssetAction(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode parent, IDecisionTreeNodeDS nodeDS)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getAssetFormat()
protected AssetDefinition
getAssetText()
AbstractNode[]
getChildren()
This method returns an array containing the child nodes.boolean
isAssetAction()
protected AssetAction
toAssetAction()
-
Methods inherited from class com.aquima.interactions.dtree.impl.AbstractNode
getCondition, getQuestionAttribute, getTree, isActionNode, isAttributeAction, isCondition, isContainerAction, isSubtreeAction, toAttributeAction, toContainerAction, toString, toSubtreeAction
-
-
-
-
Constructor Detail
-
AssetAction
protected AssetAction(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode parent, IDecisionTreeNodeDS nodeDS) throws InitializationException
- Throws:
InitializationException
-
-
Method Detail
-
isAssetAction
public boolean isAssetAction()
- Overrides:
isAssetAction
in classAbstractNode
-
toAssetAction
protected AssetAction toAssetAction()
- Overrides:
toAssetAction
in classAbstractNode
-
getChildren
public AbstractNode[] getChildren()
Description copied from class:AbstractNode
This method returns an array containing the child nodes.
Note: This method is public to allow test-case access, but should not be used outside the tree engine.
- Specified by:
getChildren
in classAbstractNode
- Returns:
- an array containing the child nodes.
-
getAssetFormat
protected String getAssetFormat()
-
getAssetText
protected AssetDefinition getAssetText()
-
-