Click or drag to resize

GraphElementFactory Class

The standard factory used for most graph element creation. It uses an actual Graph implementation to construct vertices and edges
Inheritance Hierarchy
SystemObject
  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONGraphElementFactory

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public class GraphElementFactory : IElementFactory

The GraphElementFactory type exposes the following members.

Constructors
  NameDescription
Public methodGraphElementFactory
Initializes a new instance of the GraphElementFactory class
Top
Methods
  NameDescription
Public methodCreateEdge
Public methodCreateVertex
Top
See Also