Interface VertexProgram.Features
- 
- Enclosing interface:
 - VertexProgram<M>
 
public static interface VertexProgram.Features 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanrequiresEdgeAddition()default booleanrequiresEdgePropertyAddition()default booleanrequiresEdgePropertyRemoval()default booleanrequiresEdgeRemoval()default booleanrequiresGlobalMessageScopes()default booleanrequiresLocalMessageScopes()default booleanrequiresVertexAddition()default booleanrequiresVertexPropertyAddition()default booleanrequiresVertexPropertyRemoval()default booleanrequiresVertexRemoval() 
 - 
 
- 
- 
Method Detail
- 
requiresGlobalMessageScopes
default boolean requiresGlobalMessageScopes()
 
- 
requiresLocalMessageScopes
default boolean requiresLocalMessageScopes()
 
- 
requiresVertexAddition
default boolean requiresVertexAddition()
 
- 
requiresVertexRemoval
default boolean requiresVertexRemoval()
 
- 
requiresVertexPropertyAddition
default boolean requiresVertexPropertyAddition()
 
- 
requiresVertexPropertyRemoval
default boolean requiresVertexPropertyRemoval()
 
- 
requiresEdgeAddition
default boolean requiresEdgeAddition()
 
- 
requiresEdgeRemoval
default boolean requiresEdgeRemoval()
 
- 
requiresEdgePropertyAddition
default boolean requiresEdgePropertyAddition()
 
- 
requiresEdgePropertyRemoval
default boolean requiresEdgePropertyRemoval()
 
 - 
 
 -