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
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_eDirectedness GraphDirectedness
m_oEdgeCollection EdgeCollection
m_oVertexCollection VertexCollection

Méthodes publiques

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

Private Methods

Méthode Description
Graph ( ) : System

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

Clone() public méthode

public Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag ) : IGraph
copyMetadataValues System.Boolean
copyTag System.Boolean
Résultat IGraph

Graph() public méthode

public Graph ( GraphDirectedness directedness ) : System
directedness GraphDirectedness
Résultat System

Property Details

m_eDirectedness protected_oe property

protected GraphDirectedness m_eDirectedness
Résultat GraphDirectedness

m_oEdgeCollection protected_oe property

protected EdgeCollection,Smrf.NodeXL.Core m_oEdgeCollection
Résultat EdgeCollection

m_oVertexCollection protected_oe property

protected VertexCollection,Smrf.NodeXL.Core m_oVertexCollection
Résultat VertexCollection