Click or drag to resize

IElementFactory Interface

A factory responsible for creating graph elements. Abstracts the way that graph elements are created. In most cases a Graph is responsible for element creation, but there are cases where more control over how vertices and edges are constructed.

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

The IElementFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateEdge
Creates a new Edge instance.
Public methodCreateVertex
reates a new Vertex instance.
Top
See Also