GraphSonUtility Constructor (GraphSonMode, IElementFactory) |
A GraphSONUtiltiy that includes all properties of vertices and edges.
Namespace:
Frontenac.Blueprints.Util.IO.GraphSON
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic GraphSonUtility(
GraphSonMode mode,
IElementFactory factory
)
Public Sub New (
mode As GraphSonMode,
factory As IElementFactory
)
public:
GraphSonUtility(
GraphSonMode mode,
IElementFactory^ factory
)
new :
mode : GraphSonMode *
factory : IElementFactory -> GraphSonUtilityParameters
- mode
- Type: Frontenac.Blueprints.Util.IO.GraphSONGraphSonMode
[Missing <param name="mode"/> documentation for "M:Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.#ctor(Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory)"]
- factory
- Type: Frontenac.Blueprints.Util.IO.GraphSONIElementFactory
[Missing <param name="factory"/> documentation for "M:Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.#ctor(Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory)"]
See Also