| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer.ResultGraph | VertexProgram. getPreferredResultGraph() | 
| static GraphComputer.ResultGraph | GraphComputer.ResultGraph. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static GraphComputer.ResultGraph[] | GraphComputer.ResultGraph. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer | GraphComputer. result(GraphComputer.ResultGraph resultGraph)Set the  GraphComputer.ResultGraphof the computation. | 
| static IllegalArgumentException | GraphComputer.Exceptions. resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph,
                                         GraphComputer.Persist persist) | 
| default boolean | GraphComputer.Features. supportsResultGraphPersistCombination(GraphComputer.ResultGraph resultGraph,
                                     GraphComputer.Persist persist) | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer.ResultGraph | PeerPressureVertexProgram. getPreferredResultGraph() | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer.ResultGraph | PageRankVertexProgram. getPreferredResultGraph() | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer.ResultGraph | TraversalVertexProgram. getPreferredResultGraph() | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.