Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
GraphMLGraphAdapter ( ) : System |
Initializes a new instance of the GraphMLGraphAdapter class.
|
Method | Description | |
---|---|---|
AppendGraphMLAttributeValues ( IMetadataProvider oEdgeOrVertex, |
||
GetGraphDirectedness ( |
||
GetSupportedDirectedness ( System.Boolean &supportsDirected, System.Boolean &supportsUndirected, System.Boolean &supportsMixed ) : void | ||
LoadGraphCore ( Stream stream ) : IGraph | ||
ParseEdges ( IGraph oGraph, |
||
ParseGraphAttribute ( IGraph oGraph, |
||
ParseGraphMLAttributeDefinitions ( |
||
ParseGraphMLAttributeValues ( |
||
ParseVertices ( IGraph oGraph, |
||
SaveGraphCore ( IGraph graph, Stream stream ) : void | ||
SaveGraphMLAttributeNames ( IGraph oGraph, GraphMLAttribute>.Dictionary |
||
TryGraphMLNodeIDToVertex ( |
protected AppendGraphMLAttributeValues ( IMetadataProvider oEdgeOrVertex, |
||
oEdgeOrVertex | IMetadataProvider | |
oGraphMLXmlDocument | ||
oEdgeOrVertexXmlNode | ||
asAttributeNames | String | |
AttributeIDPrefix | String | |
return | void |
protected GetGraphDirectedness ( |
||
oGraphXmlNode | ||
return | GraphDirectedness |
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 ParseEdges ( IGraph oGraph, |
||
oGraph | IGraph | |
oGraphXmlNode | ||
oXmlNamespaceManager | ||
oVertexDictionary | IVertex>.Dictionary | |
oGraphMLAttributeDictionary | GraphMLAttribute>.Dictionary | |
return | void |
protected ParseGraphAttribute ( IGraph oGraph, |
||
oGraph | IGraph | |
oGraphXmlNode | ||
sXmlAttributeName | String | |
sKey | String | |
return | void |
protected ParseGraphMLAttributeDefinitions ( |
||
oGraphMLXmlNode | ||
oXmlNamespaceManager | ||
return | GraphMLAttribute>.Dictionary |
protected ParseGraphMLAttributeValues ( |
||
oNodeOrEdgeXmlNode | ||
oXmlNamespaceManager | ||
oEdgeOrVertex | IMetadataProvider | |
bIsVertex | System.Boolean | |
oGraphMLAttributeDictionary | GraphMLAttribute>.Dictionary | |
return | void |
protected ParseVertices ( IGraph oGraph, |
||
oGraph | IGraph | |
oGraphXmlNode | ||
oXmlNamespaceManager | ||
oGraphMLAttributeDictionary | GraphMLAttribute>.Dictionary | |
return | IVertex>.Dictionary |
protected SaveGraphCore ( IGraph graph, Stream stream ) : void | ||
graph | IGraph | |
stream | Stream | |
return | void |
protected SaveGraphMLAttributeNames ( IGraph oGraph, GraphMLAttribute>.Dictionary |
||
oGraph | IGraph | |
oGraphMLAttributeDictionary | GraphMLAttribute>.Dictionary | |
return | void |
protected TryGraphMLNodeIDToVertex ( |
||
oEdgeXmlNode | ||
sSourceOrTarget | String | |
oVertexDictionary | IVertex>.Dictionary | |
oVertex | IVertex | |
return | System.Boolean |