Interface VertexProgram.Features
- Enclosing interface:
- VertexProgram<M>
public static interface VertexProgram.Features
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault booleandefault booleandefault booleandefault booleandefault booleandefault booleandefault booleandefault booleandefault boolean
-
Method Details
-
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()
-