C# 클래스 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.
상속: GraphVertexEdgeBase, IGraph
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_eDirectedness GraphDirectedness
m_oEdgeCollection EdgeCollection
m_oVertexCollection VertexCollection

공개 메소드들

메소드 설명
AssertValid ( ) : void
Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag ) : IGraph
Graph ( GraphDirectedness directedness ) : System

비공개 메소드들

메소드 설명
Graph ( ) : System

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

Clone() 공개 메소드

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

Graph() 공개 메소드

public Graph ( GraphDirectedness directedness ) : System
directedness GraphDirectedness
리턴 System

프로퍼티 상세

m_eDirectedness 보호되어 있는 프로퍼티

protected GraphDirectedness m_eDirectedness
리턴 GraphDirectedness

m_oEdgeCollection 보호되어 있는 프로퍼티

protected EdgeCollection,Smrf.NodeXL.Core m_oEdgeCollection
리턴 EdgeCollection

m_oVertexCollection 보호되어 있는 프로퍼티

protected VertexCollection,Smrf.NodeXL.Core m_oVertexCollection
리턴 VertexCollection