C# Class Graph, CodeSpells

Inheritance: Object
Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Méthode Description
Graph ( string convo_file ) : System.Collections
addEdge ( int p_id, string p_statement, int p_fromNode, int p_toNode ) : void
addExit ( int p_id, string p_statement, int p_fromNode, int p_toNode ) : void
addNode ( int p_id, string p_statement ) : void
getNode ( int p_id ) : Node
getReentryNode ( int p_id ) : Node
getResponses ( int p_id ) : ArrayList
readInConversation ( string convo_file ) : void

Method Details

Graph() public méthode

public Graph ( string convo_file ) : System.Collections
convo_file string
Résultat System.Collections

addEdge() public méthode

public addEdge ( int p_id, string p_statement, int p_fromNode, int p_toNode ) : void
p_id int
p_statement string
p_fromNode int
p_toNode int
Résultat void

addExit() public méthode

public addExit ( int p_id, string p_statement, int p_fromNode, int p_toNode ) : void
p_id int
p_statement string
p_fromNode int
p_toNode int
Résultat void

addNode() public méthode

public addNode ( int p_id, string p_statement ) : void
p_id int
p_statement string
Résultat void

getNode() public méthode

public getNode ( int p_id ) : Node
p_id int
Résultat Node

getReentryNode() public méthode

public getReentryNode ( int p_id ) : Node
p_id int
Résultat Node

getResponses() public méthode

public getResponses ( int p_id ) : ArrayList
p_id int
Résultat ArrayList

readInConversation() public méthode

public readInConversation ( string convo_file ) : void
convo_file string
Résultat void