C# 클래스 org.GraphDefined.Vanaheimr.Balder.TraversalGraphs.VertexVertex_MatrixListGraph

상속: MatrixListGraph
파일 보기 프로젝트 열기: Vanaheimr/Balder

공개 메소드들

메소드 설명
AddEdge ( IReadOnlyGenericPropertyEdge Edge ) : System.Boolean
VertexVertex_MatrixListGraph ( IGenericPropertyGraph PropertyGraph, String VertexLabel, String EdgeLabel ) : System
VertexVertex_MatrixListGraph ( IGenericPropertyGraph PropertyGraph, VertexFilter VertexFilter = null, EdgeFilter EdgeFilter = null ) : System

메소드 상세

AddEdge() 공개 메소드

public AddEdge ( IReadOnlyGenericPropertyEdge Edge ) : System.Boolean
Edge IReadOnlyGenericPropertyEdge
리턴 System.Boolean

VertexVertex_MatrixListGraph() 공개 메소드

public VertexVertex_MatrixListGraph ( IGenericPropertyGraph PropertyGraph, String VertexLabel, String EdgeLabel ) : System
PropertyGraph IGenericPropertyGraph
VertexLabel String
EdgeLabel String
리턴 System

VertexVertex_MatrixListGraph() 공개 메소드

public VertexVertex_MatrixListGraph ( IGenericPropertyGraph PropertyGraph, VertexFilter VertexFilter = null, EdgeFilter EdgeFilter = null ) : System
PropertyGraph IGenericPropertyGraph
VertexFilter VertexFilter
EdgeFilter EdgeFilter
리턴 System