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
Public Interface IElementFactory
public interface class IElementFactory
type IElementFactory = interface end
The IElementFactory type exposes the following members.
Methods See Also