프로퍼티 | 타입 | 설명 | |
---|---|---|---|
StreamEncoding |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void | ||
SimpleGraphAdapter ( ) : System |
Initializes a new instance of the SimpleGraphAdapter class.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
protected SaveGraphCore ( IGraph graph, Stream stream ) : void | ||
graph | IGraph | |
stream | Stream | |
리턴 | void |
protected VertexNameIsValid ( String sVertexName ) : System.Boolean | ||
sVertexName | String | |
리턴 | System.Boolean |
protected VertexNameToVertex ( String sVertexName, IVertexCollection oVertices, IVertex>.Dictionary |
||
sVertexName | String | |
oVertices | IVertexCollection | |
oDictionary | IVertex>.Dictionary | |
리턴 | IVertex |
protected VertexToVertexName ( IVertex oVertex ) : String | ||
oVertex | IVertex | |
리턴 | String |