public static interface VertexProgram.Features
Modifier and Type | Method and Description |
---|---|
default boolean |
requiresEdgeAddition() |
default boolean |
requiresEdgePropertyAddition() |
default boolean |
requiresEdgePropertyRemoval() |
default boolean |
requiresEdgeRemoval() |
default boolean |
requiresGlobalMessageScopes() |
default boolean |
requiresLocalMessageScopes() |
default boolean |
requiresVertexAddition() |
default boolean |
requiresVertexPropertyAddition() |
default boolean |
requiresVertexPropertyRemoval() |
default boolean |
requiresVertexRemoval() |
default boolean requiresGlobalMessageScopes()
default boolean requiresLocalMessageScopes()
default boolean requiresVertexAddition()
default boolean requiresVertexRemoval()
default boolean requiresVertexPropertyAddition()
default boolean requiresVertexPropertyRemoval()
default boolean requiresEdgeAddition()
default boolean requiresEdgeRemoval()
default boolean requiresEdgePropertyAddition()
default boolean requiresEdgePropertyRemoval()
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.