public static interface VertexProgram.Builder
| Modifier and Type | Method and Description | 
|---|---|
| VertexProgram.Builder | configure(Object... keyValues)This method should only be used by the underlying compute engine. | 
| <P extends VertexProgram> | create(Graph graph) | 
VertexProgram.Builder configure(Object... keyValues)
<P extends VertexProgram> P create(Graph graph)
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.