Class GexfExporter
Represents the gexf exporter.
Inherited Members
Namespace: Platform.Data.Triplets
Assembly: Platform.Data.Triplets.dll
Syntax
public static class GexfExporter
Methods
| Improve this Doc View SourceToFile(String)
Returns the file using the specified path.
Declaration
public static void ToFile(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path.
|
ToFile(String, Func<Link, Boolean>)
Returns the file using the specified path.
Declaration
public static void ToFile(string path, Func<Link, bool> filter)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path.
|
Func<Link, Boolean> | filter | The filter.
|
ToXml()
Returns the xml.
Declaration
public static string ToXml()
Returns
Type | Description |
---|---|
String | The string
|