public class org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.store.inMemory.InMemoryRootGraphFetchExecutionNode extends org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.store.inMemory.InMemoryGraphFetchExecutionNode
{
public java.lang.Integer batchSize;
public boolean checked;
public java.lang.Boolean filter;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.store.inMemory.InMemoryRootGraphFetchExecutionNode v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.store.inMemory.InMemoryRootGraphFetchExecutionNode;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.store.inMemory.InMemoryGraphFetchExecutionNode: 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.store.inMemory.InMemoryRootGraphFetchExecutionNode v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.store.inMemory.InMemoryRootGraphFetchExecutionNode;
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.store.inMemory.InMemoryRootGraphFetchExecutionNode)>(v);
return v;
}
}