public abstract class AbstractVertexProgramBuilder<B extends VertexProgram.Builder> extends Object implements VertexProgram.Builder
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.configuration2.BaseConfiguration |
configuration |
Constructor and Description |
---|
AbstractVertexProgramBuilder(Class<? extends VertexProgram> vertexProgramClass) |
Modifier and Type | Method and Description |
---|---|
B |
configure(Object... keyValues)
This method should only be used by the underlying compute engine.
|
<P extends VertexProgram> |
create(Graph graph) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
protected final org.apache.commons.configuration2.BaseConfiguration configuration
public AbstractVertexProgramBuilder(Class<? extends VertexProgram> vertexProgramClass)
public B configure(Object... keyValues)
configure
in interface VertexProgram.Builder
public <P extends VertexProgram> P create(Graph graph)
create
in interface VertexProgram.Builder
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.