public class org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.StoreMappingGlobalGraphFetchExecutionNode extends org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GlobalGraphFetchExecutionNode
{
public java.lang.String store;
public org.finos.legend.engine.protocol.pure.v.model.packageableElement.mapping.xStore.XStorePropertyMapping xStorePropertyMapping;
public org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.XStorePropertyFetchDetails xStorePropertyFetchDetails;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.StoreMappingGlobalGraphFetchExecutionNode v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.StoreMappingGlobalGraphFetchExecutionNode;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.GlobalGraphFetchExecutionNode: 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.StoreMappingGlobalGraphFetchExecutionNode v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.StoreMappingGlobalGraphFetchExecutionNode;
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.StoreMappingGlobalGraphFetchExecutionNode)>(v);
return v;
}
}