Package org.apache.wayang.core.util
Class ExplainTreeNode
java.lang.Object
org.apache.wayang.core.util.ExplainTreeNode
- All Implemented Interfaces:
JsonSerializable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.wayang.core.util.JsonSerializable
JsonSerializable.Serializer<T extends JsonSerializable>
-
Field Summary
FieldsFields inherited from interface org.apache.wayang.core.util.JsonSerializable
uncheckedSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExplainTreeNode
fromJson
(WayangJsonObj obj) toJson()
Convert this instance to aWayangJsonObj
.
-
Field Details
-
operator
-
children
-
-
Constructor Details
-
ExplainTreeNode
public ExplainTreeNode()
-
-
Method Details
-
toJson
Description copied from interface:JsonSerializable
Convert this instance to aWayangJsonObj
.- Specified by:
toJson
in interfaceJsonSerializable
- Returns:
- the
WayangJsonObj
-
fromJson
-