public static class Attachable.Method extends Object
Constructor and Description |
---|
Method() |
Modifier and Type | Method and Description |
---|---|
static <V> Function<Attachable<V>,V> |
create(Host hostVertexOrGraph) |
static Edge |
createEdge(Attachable<Edge> attachableEdge,
Graph hostGraph) |
static Edge |
createEdge(Attachable<Edge> attachableEdge,
Vertex hostVertex) |
static Property |
createProperty(Attachable<Property> attachableProperty,
Graph hostGraph) |
static Property |
createProperty(Attachable<Property> attachableProperty,
Vertex hostVertex) |
static Vertex |
createVertex(Attachable<Vertex> attachableVertex,
Graph hostGraph) |
static Vertex |
createVertex(Attachable<Vertex> attachableVertex,
Vertex hostVertex) |
static VertexProperty |
createVertexProperty(Attachable<VertexProperty> attachableVertexProperty,
Graph hostGraph) |
static VertexProperty |
createVertexProperty(Attachable<VertexProperty> attachableVertexProperty,
Vertex hostVertex) |
static <V> Function<Attachable<V>,V> |
get(Host hostVertexOrGraph) |
static Optional<Edge> |
getEdge(Attachable<Edge> attachableEdge,
Graph hostGraph) |
static Optional<Edge> |
getEdge(Attachable<Edge> attachableEdge,
Vertex hostVertex) |
static <V> Function<Attachable<V>,V> |
getOrCreate(Host hostVertexOrGraph) |
static Optional<Property> |
getProperty(Attachable<Property> attachableProperty,
Graph hostGraph) |
static Optional<Property> |
getProperty(Attachable<Property> attachableProperty,
Vertex hostVertex) |
static Optional<Vertex> |
getVertex(Attachable<Vertex> attachableVertex,
Graph hostGraph) |
static Optional<Vertex> |
getVertex(Attachable<Vertex> attachableVertex,
Vertex hostVertex) |
static Optional<VertexProperty> |
getVertexProperty(Attachable<VertexProperty> attachableVertexProperty,
Graph hostGraph) |
static Optional<VertexProperty> |
getVertexProperty(Attachable<VertexProperty> attachableVertexProperty,
Vertex hostVertex) |
public static <V> Function<Attachable<V>,V> get(Host hostVertexOrGraph)
public static <V> Function<Attachable<V>,V> getOrCreate(Host hostVertexOrGraph)
public static <V> Function<Attachable<V>,V> create(Host hostVertexOrGraph)
public static Optional<Vertex> getVertex(Attachable<Vertex> attachableVertex, Graph hostGraph)
public static Optional<Vertex> getVertex(Attachable<Vertex> attachableVertex, Vertex hostVertex)
public static Optional<Edge> getEdge(Attachable<Edge> attachableEdge, Graph hostGraph)
public static Optional<Edge> getEdge(Attachable<Edge> attachableEdge, Vertex hostVertex)
public static Optional<VertexProperty> getVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph)
public static Optional<VertexProperty> getVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex)
public static Optional<Property> getProperty(Attachable<Property> attachableProperty, Graph hostGraph)
public static Optional<Property> getProperty(Attachable<Property> attachableProperty, Vertex hostVertex)
public static Vertex createVertex(Attachable<Vertex> attachableVertex, Graph hostGraph)
public static Vertex createVertex(Attachable<Vertex> attachableVertex, Vertex hostVertex)
public static Edge createEdge(Attachable<Edge> attachableEdge, Graph hostGraph)
public static Edge createEdge(Attachable<Edge> attachableEdge, Vertex hostVertex)
public static VertexProperty createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph)
public static VertexProperty createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex)
public static Property createProperty(Attachable<Property> attachableProperty, Graph hostGraph)
public static Property createProperty(Attachable<Property> attachableProperty, Vertex hostVertex)
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.