public class StreamExplanation extends Explanation
Explanation.ExpressionType
Constructor and Description |
---|
StreamExplanation(String expressionNodeId) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(Explanation child) |
List<Explanation> |
getChildren() |
void |
setChildren(List<Explanation> children) |
Map<String,Object> |
toMap(Map<String,Object> map)
Use the passed map to minimize object creation.
|
StreamExplanation |
withChildren(Explanation[] children) |
StreamExplanation |
withChildren(List<Explanation> children) |
addHelper, getExpression, getExpressionNodeId, getExpressionType, getFunctionName, getHelpers, getImplementingClass, getNote, setExpression, setExpressionType, setFunctionName, setHelpers, setImplementingClass, setNote, withExpression, withExpressionType, withFunctionName, withHelper, withHelpers, withHelpers, withImplementingClass, withNote
public StreamExplanation(String expressionNodeId)
public List<Explanation> getChildren()
public void setChildren(List<Explanation> children)
public StreamExplanation withChildren(List<Explanation> children)
public StreamExplanation withChildren(Explanation[] children)
public void addChild(Explanation child)
public Map<String,Object> toMap(Map<String,Object> map)
MapSerializable
toMap
in interface MapSerializable
toMap
in class Explanation
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.