public class Op extends Object
Constructor and Description |
---|
Op(String name,
String id,
String outputVertexName,
List<Op> children,
List<Attr> attrs,
org.json.JSONObject opObject,
Vertex vertex) |
Modifier and Type | Method and Description |
---|---|
void |
print(PrintStream out,
List<Boolean> indentFlag,
boolean branchOfJoinOp) |
void |
removeAttr(String name) |
public void print(PrintStream out, List<Boolean> indentFlag, boolean branchOfJoinOp) throws Exception
out
- indentFlag
- branchOfJoinOp
- This parameter is used to show if it is a branch of a Join
operator so that we can decide the corresponding indent.Exception
public void removeAttr(String name)
Copyright © 2017 The Apache Software Foundation. All rights reserved.