Property | Type | Description | |
---|---|---|---|
visited | bool |
Method | Description | |
---|---|---|
AddConnection ( |
||
AddConnection ( |
||
AddConnection ( |
||
BaseVertex ( string name, bool accepting ) : System |
Creates a new vertex with a given name and no connections.
|
|
CheckNodeEquality ( |
||
RemoveConnections ( |
Removes all connections from this Vertex to a given target Vertex.
|
|
RemoveConnections ( Edge toRemove ) : void |
Removes a specific Edge from this Vertex.
|
|
findEdgeAmongConnections ( char trans ) : List |
public AddConnection ( |
||
newNode | ||
transitionString | string | |
return | void |
public AddConnection ( |
||
newNode | ||
transitionString | string | |
accepting | bool | |
return | void |
public AddConnection ( |
||
newNode | ||
transitionString | string | |
accepting | bool | |
isCharClass | bool | |
return | void |
public BaseVertex ( string name, bool accepting ) : System | ||
name | string | |
accepting | bool | |
return | System |
public CheckNodeEquality ( |
||
that | ||
return | bool |
public RemoveConnections ( |
||
target | Any connections from the current Vertex to target will be removed. | |
return | void |
public RemoveConnections ( Edge toRemove ) : void | ||
toRemove | Edge | Removes a specific edge from this Vertex |
return | void |
public findEdgeAmongConnections ( char trans ) : List |
||
trans | char | |
return | List |