C# Class Smrf.NodeXL.Core.Graph

Represents a graph.
A graph has a collection of Vertices and a collection of Edges that connect the Vertices. The property specifies the type of edges that can be added to the graph.
Inheritance: GraphVertexEdgeBase, IGraph
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_eDirectedness GraphDirectedness
m_oEdgeCollection EdgeCollection
m_oVertexCollection VertexCollection

Public Methods

Method Description
AssertValid ( ) : void
Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag ) : IGraph
Graph ( GraphDirectedness directedness ) : System

Private Methods

Method Description
Graph ( ) : System

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

Clone() public method

public Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag ) : IGraph
copyMetadataValues System.Boolean
copyTag System.Boolean
return IGraph

Graph() public method

public Graph ( GraphDirectedness directedness ) : System
directedness GraphDirectedness
return System

Property Details

m_eDirectedness protected_oe property

protected GraphDirectedness m_eDirectedness
return GraphDirectedness

m_oEdgeCollection protected_oe property

protected EdgeCollection,Smrf.NodeXL.Core m_oEdgeCollection
return EdgeCollection

m_oVertexCollection protected_oe property

protected VertexCollection,Smrf.NodeXL.Core m_oVertexCollection
return VertexCollection