Method | Description | |
---|---|---|
Edge ( |
Creates a new Edge with the given target Vertex and condition
|
|
Edge ( |
Creates a new Edge with the given target Vertex and condition
|
|
Equals ( object obj ) : bool | ||
ShaneEquals ( object obj ) : bool |
If this edge has the same condition
|
public Edge ( |
||
nextVertex | The vertex pointed to by this edge. | |
condition | string | The condition which must be true for this vertex to be valid. |
return | System |
public Edge ( |
||
nextVertex | The vertex pointed to by this edge. | |
condition | string | The condition which must be true for this vertex to be valid. |
isCharClass | bool | |
return | System |