Interface VertexProgram.Features

  • Enclosing interface:
    VertexProgram<M>

    public static interface VertexProgram.Features
    • 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()