Package hydra.pg.model
package hydra.pg.model
-
ClassDescriptionAdjacentEdge<V>An edge which is adjacent to a given vertex.The direction of an edge or edge patternEdge<V>An edgeThe label of an edgeEdgeType<T>The type of an edgeElement<V>Either a vertex or an edgeElement.Edge<V>Element.Visitor<V,
R> The kind of an element: vertex or edgeElementTree<V>An element together with its dependencies in some contextElementType<T>The type of a vertex or edgeElementType.Visitor<T,R> An element type together with its dependencies in some contextGraph<V>A graph; a self-contained collection of vertices and edgesGraphSchema<T>A graph schema; a vertex and edge types for the vertices and edges of a graph conforming to the schemaEither a vertex or edge labelLazyGraph<V>A graph which does not assume that vertex or edge ids are unique.Property<V>A key/value propertyA property keyPropertyType<T>The type of a propertyVertex<V>A vertexThe label of a vertex.VertexType<T>The type of a vertexA vertex together with any outgoing and/or incoming edges; a vertex object