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 |
public Graph ( string convo_file ) : System.Collections | ||
convo_file | string | |
Résultat | System.Collections |
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 |
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 |
public addNode ( int p_id, string p_statement ) : void | ||
p_id | int | |
p_statement | string | |
Résultat | void |
public getResponses ( int p_id ) : ArrayList | ||
p_id | int | |
Résultat | ArrayList |
public readInConversation ( string convo_file ) : void | ||
convo_file | string | |
Résultat | void |