Property | Type | Description | |
---|---|---|---|
StreamEncoding | |||
m_eCurrentSection | Sections | ||
m_oVertexRegex |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
PajekGraphAdapter ( ) : System |
Initializes a new instance of the PajekGraphAdapter class.
|
Method | Description | |
---|---|---|
AddEdgeToGraph ( PajekEdgeData oEdgeData, IEdgeCollection oEdges, IVertex aoVertices, System.Boolean bDirected ) : void | ||
CheckVertexNumber ( |
||
CreateGraph ( IVertex aoVertices, List |
||
GetSupportedDirectedness ( System.Boolean &supportsDirected, System.Boolean &supportsUndirected, System.Boolean &supportsMixed ) : void | ||
IsValidEdgeSection ( String sLine, |
||
LoadGraphCore ( Stream stream ) : IGraph | ||
ParseEdge ( String sLine, |
||
ParseEdgeList ( String sLine, |
||
ParseVertex ( String sLine, |
||
SaveGraphCore ( IGraph graph, Stream stream ) : void | ||
SplitLine ( String sLine ) : String[] | ||
WriteEdge ( IEdge oEdge, Int32>.Dictionary |
protected AddEdgeToGraph ( PajekEdgeData oEdgeData, IEdgeCollection oEdges, IVertex aoVertices, System.Boolean bDirected ) : void | ||
oEdgeData | PajekEdgeData | |
oEdges | IEdgeCollection | |
aoVertices | IVertex | |
bDirected | System.Boolean | |
return | void |
protected CheckVertexNumber ( |
||
iVertexNumber | ||
sLine | String | |
iLineNumber | ||
iVertices | ||
return | void |
protected CreateGraph ( IVertex aoVertices, List |
||
aoVertices | IVertex | |
oUndirectedEdgeData | List |
|
oDirectedEdgeData | List |
|
return | IGraph |
protected GetSupportedDirectedness ( System.Boolean &supportsDirected, System.Boolean &supportsUndirected, System.Boolean &supportsMixed ) : void | ||
supportsDirected | System.Boolean | |
supportsUndirected | System.Boolean | |
supportsMixed | System.Boolean | |
return | void |
protected IsValidEdgeSection ( String sLine, |
||
sLine | String | |
iLineNumber | ||
sSectionName | String | |
aoVertices | IVertex | |
return | System.Boolean |
protected LoadGraphCore ( Stream stream ) : IGraph | ||
stream | Stream | |
return | IGraph |
protected ParseEdge ( String sLine, |
||
sLine | String | |
iLineNumber | ||
iVertices | ||
oEdgeData | List |
|
return | void |
protected ParseEdgeList ( String sLine, |
||
sLine | String | |
iLineNumber | ||
iVertices | ||
oEdgeData | List |
|
return | void |
protected ParseVertex ( String sLine, |
||
sLine | String | |
iLineNumber | ||
aoVertices | IVertex | |
iVerticesParsed | ||
return | void |
protected SaveGraphCore ( IGraph graph, Stream stream ) : void | ||
graph | IGraph | |
stream | Stream | |
return | void |
protected SplitLine ( String sLine ) : String[] | ||
sLine | String | |
return | String[] |
protected WriteEdge ( IEdge oEdge, Int32>.Dictionary |
||
oEdge | IEdge | |
oVertexIDToNumber | Int32>.Dictionary | |
oStreamWriter | ||
return | void |
protected static Encoding,System.Text StreamEncoding | ||
return |