GraphSonReaderInputGraph Method (IGraph, String) |
Input the JSON stream data into the graph.
In practice, usually the provided graph is empty.
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public static void InputGraph(
IGraph graph,
string filename
)
Public Shared Sub InputGraph (
graph As IGraph,
filename As String
)
public:
static void InputGraph(
IGraph^ graph,
String^ filename
)
static member InputGraph :
graph : IGraph *
filename : string -> unit
Parameters
- graph
- Type: VelocityGraph.Frontenac.BlueprintsIGraph
the graph to populate with the JSON data - filename
- Type: SystemString
name of a file of JSON data
See Also