Click or drag to resize

GraphSonUtilityEdgeFromJson Method (JObject, IVertex, IVertex)

Creates an edge from GraphSON using settings supplied in the constructor.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEdge EdgeFromJson(
	JObject json,
	IVertex out_,
	IVertex in_
)

Parameters

json
Type: JObject

[Missing <param name="json"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(Newtonsoft.Json.Linq.JObject,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex)"]

out_
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="out_"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(Newtonsoft.Json.Linq.JObject,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex)"]

in_
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="in_"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(Newtonsoft.Json.Linq.JObject,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex)"]

Return Value

Type: IEdge

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(Newtonsoft.Json.Linq.JObject,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex)"]

See Also