Interface VertexProgram.Features
- 
- Enclosing interface:
- VertexProgram<M>
 
 public static interface VertexProgram.Features
- 
- 
Method SummaryAll 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- 
requiresGlobalMessageScopesdefault boolean requiresGlobalMessageScopes() 
 - 
requiresLocalMessageScopesdefault boolean requiresLocalMessageScopes() 
 - 
requiresVertexAdditiondefault boolean requiresVertexAddition() 
 - 
requiresVertexRemovaldefault boolean requiresVertexRemoval() 
 - 
requiresVertexPropertyAdditiondefault boolean requiresVertexPropertyAddition() 
 - 
requiresVertexPropertyRemovaldefault boolean requiresVertexPropertyRemoval() 
 - 
requiresEdgeAdditiondefault boolean requiresEdgeAddition() 
 - 
requiresEdgeRemovaldefault boolean requiresEdgeRemoval() 
 - 
requiresEdgePropertyAdditiondefault boolean requiresEdgePropertyAddition() 
 - 
requiresEdgePropertyRemovaldefault boolean requiresEdgePropertyRemoval() 
 
- 
 
-