Property | Type | Description | |
---|---|---|---|
StreamEncoding |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
SimpleGraphAdapter ( ) : System |
Initializes a new instance of the SimpleGraphAdapter class.
|
Method | Description | |
---|---|---|
GetSupportedDirectedness ( System.Boolean &supportsDirected, System.Boolean &supportsUndirected, System.Boolean &supportsMixed ) : void | ||
LoadGraphCore ( Stream stream ) : IGraph | ||
SaveGraphCore ( IGraph graph, Stream stream ) : void | ||
VertexNameIsValid ( String sVertexName ) : System.Boolean | ||
VertexNameToVertex ( String sVertexName, IVertexCollection oVertices, IVertex>.Dictionary |
||
VertexToVertexName ( IVertex oVertex ) : String |
protected GetSupportedDirectedness ( System.Boolean &supportsDirected, System.Boolean &supportsUndirected, System.Boolean &supportsMixed ) : void | ||
supportsDirected | System.Boolean | |
supportsUndirected | System.Boolean | |
supportsMixed | System.Boolean | |
return | void |
protected LoadGraphCore ( Stream stream ) : IGraph | ||
stream | Stream | |
return | IGraph |
protected SaveGraphCore ( IGraph graph, Stream stream ) : void | ||
graph | IGraph | |
stream | Stream | |
return | void |
protected VertexNameIsValid ( String sVertexName ) : System.Boolean | ||
sVertexName | String | |
return | System.Boolean |
protected VertexNameToVertex ( String sVertexName, IVertexCollection oVertices, IVertex>.Dictionary |
||
sVertexName | String | |
oVertices | IVertexCollection | |
oDictionary | IVertex>.Dictionary | |
return | IVertex |
protected VertexToVertexName ( IVertex oVertex ) : String | ||
oVertex | IVertex | |
return | String |