C# Class GraphView.MatchGraph

显示文件 Open project: Microsoft/GraphView Class Usage Examples

Public Methods

Method Description
ContainsNode ( string key ) : bool
MatchGraph ( ) : System
TryGetEdge ( string key, MatchEdge &edge ) : bool
TryGetNode ( string key, MatchNode &node ) : bool

Method Details

ContainsNode() public method

public ContainsNode ( string key ) : bool
key string
return bool

MatchGraph() public method

public MatchGraph ( ) : System
return System

TryGetEdge() public method

public TryGetEdge ( string key, MatchEdge &edge ) : bool
key string
edge MatchEdge
return bool

TryGetNode() public method

public TryGetNode ( string key, MatchNode &node ) : bool
key string
node MatchNode
return bool