Method | Description | |
---|---|---|
GraphLinkInsert ( string tableName, string eventName, string graphFileName, bool dbconOpened ) : int | ||
GraphLinkInsert ( string tableName, string eventName, string graphFileName, bool dbconOpened, |
||
GraphLinkSelectFileName ( string tableName, string eventName ) : string | ||
SimulatedConvertToNegative ( ) : void | ||
UpdateSimulated ( bool dbconOpened, string tableName, int uniqueID, int simulated ) : void |
Method | Description | |
---|---|---|
createGraphLinkTable ( ) : void |
Method | Description | |
---|---|---|
convertSimulate ( string tableName ) : void |
public static GraphLinkInsert ( string tableName, string eventName, string graphFileName, bool dbconOpened ) : int | ||
tableName | string | |
eventName | string | |
graphFileName | string | |
dbconOpened | bool | |
return | int |
public static GraphLinkInsert ( string tableName, string eventName, string graphFileName, bool dbconOpened, |
||
tableName | string | |
eventName | string | |
graphFileName | string | |
dbconOpened | bool | |
mycmd | ||
return | int |
public static GraphLinkSelectFileName ( string tableName, string eventName ) : string | ||
tableName | string | |
eventName | string | |
return | string |
public static SimulatedConvertToNegative ( ) : void | ||
return | void |
public static UpdateSimulated ( bool dbconOpened, string tableName, int uniqueID, int simulated ) : void | ||
dbconOpened | bool | |
tableName | string | |
uniqueID | int | |
simulated | int | |
return | void |
protected static createGraphLinkTable ( ) : void | ||
return | void |