public class org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GraphFetchExecutionNode extends org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNode
{
public org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTree graphFetchTree;
public org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNode rootExecutionNode;
public java.lang.Integer batchSize;
public org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GlobalGraphFetchExecutionNode globalGraphFetchExecutionNode;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GraphFetchExecutionNode v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GraphFetchExecutionNode;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNode: void <init>()>();
return;
}
public java.lang.Object accept(org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNodeVisitor)
{
java.lang.Object v;
org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNodeVisitor v;
org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GraphFetchExecutionNode v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GraphFetchExecutionNode;
v := @parameter: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNodeVisitor;
v = interfaceinvoke v.<org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNodeVisitor: java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GraphFetchExecutionNode)>(v);
return v;
}
public java.util.List childNodes()
{
org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GraphFetchExecutionNode v;
org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNode[] v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNode v;
org.eclipse.collections.api.list.MutableList v;
org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GlobalGraphFetchExecutionNode v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GraphFetchExecutionNode;
v = <org.eclipse.collections.api.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNode)[2];
v = v.<org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GraphFetchExecutionNode: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.ExecutionNode rootExecutionNode>;
v[0] = v;
v = v.<org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GraphFetchExecutionNode: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GlobalGraphFetchExecutionNode globalGraphFetchExecutionNode>;
v[1] = v;
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.MutableListFactory: org.eclipse.collections.api.list.MutableList 'with'(java.lang.Object[])>(v);
return v;
}
}