public class org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.GraphFetchServiceOutput extends org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutput
{
public org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.path.Path path;
public java.util.List keys;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.GraphFetchServiceOutput v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.GraphFetchServiceOutput;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutput: void <init>()>();
return;
}
public java.lang.Object accept(org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutputVisitor)
{
java.lang.Object v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutputVisitor v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.GraphFetchServiceOutput v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.GraphFetchServiceOutput;
v := @parameter: org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutputVisitor;
v = interfaceinvoke v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutputVisitor: java.lang.Object visitGraphFetchServiceOutput(org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.GraphFetchServiceOutput)>(v);
return v;
}
}