Modifier and Type | Method and Description |
---|---|
GraphFilter |
GraphFilter.clone() |
Modifier and Type | Method and Description |
---|---|
default Optional<Vertex> |
GraphReader.readVertex(InputStream inputStream,
GraphFilter graphFilter)
Reads a single vertex from an
InputStream . |
Modifier and Type | Method and Description |
---|---|
Optional<Vertex> |
GryoReader.readVertex(InputStream inputStream,
GraphFilter graphFilter) |
Modifier and Type | Method and Description |
---|---|
Optional<StarGraph> |
StarGraph.applyGraphFilter(GraphFilter graphFilter) |
Optional<StarGraph.StarVertex> |
StarGraph.StarVertex.applyGraphFilter(GraphFilter graphFilter) |
static StarGraphGryoSerializer |
StarGraphGryoSerializer.withGraphFilter(GraphFilter graphFilter) |
Constructor and Description |
---|
StarGraphSerializer(Direction edgeDirectionToSerialize,
GraphFilter graphFilter) |
Constructor and Description |
---|
TinkerGraphComputerView(TinkerGraph graph,
GraphFilter graphFilter,
Set<VertexComputeKey> computeKeys) |
Modifier and Type | Method and Description |
---|---|
static TinkerGraphComputerView |
TinkerHelper.createGraphComputerView(TinkerGraph graph,
GraphFilter graphFilter,
Set<VertexComputeKey> computeKeys) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.