Method | Description | |
---|---|---|
PriceAnalysis ( DBConnector ownDBConnector ) : System |
constructor
|
|
calculateTradingRoutes ( ) : |
calculating the best trading routes
|
|
createFilteredTable ( |
creates the filtered basetable of systems and stations
|
|
getFilteredSystemAndStationCount ( |
gets the number of filtered systems and stations from the table "tmFilteredStations"
|
|
getPriceExtremum ( |
calculating the best prices of all station for each commoditiy
|
|
loadBestProfitStationCommodities ( dsEliteDB Data, int Station_From, int Station_To, List |
loads all possible trading data from one to another station (one direction)
|
|
loadCommoditiesByStation ( |
loads all possible trading data from one to another station (one direction)
|
|
registerExternalTool ( IBE ExternalDataInterface ) : void |
register the external tool in the CommandersLog for the DataEvent
|
|
registerJournalScanner ( FileScanner journalScanner ) : void |
register the LogfileScanner in the CommandersLog for the DataEvent
|
Method | Description | |
---|---|---|
OnDataChanged ( DataChangedEventArgs e ) : void |
Method | Description | |
---|---|---|
InitRetriever ( ) : int |
initialization of the dataretriever object (for DGV virtual mode)
|
|
JournalEventRecieved ( object sender, FileScanner e ) : void |
event-worker for JournalEventRecieved-event
|
|
LoadSystemsForBaseComboBox ( string systemString, |
loads only the systems matching the current input
|
|
loadCommodities ( |
loads the list of all known commodities into the table
|
|
loadStationsByCommodity ( |
load all stationdata for a specific commodity
|
|
m_ExternalDataInterface_ExternalDataEvent ( object sender, IBE e ) : void |
protected OnDataChanged ( DataChangedEventArgs e ) : void | ||
e | DataChangedEventArgs | |
return | void |
public PriceAnalysis ( DBConnector ownDBConnector ) : System | ||
ownDBConnector | DBConnector | |
return | System |
public calculateTradingRoutes ( ) : |
||
return |
public createFilteredTable ( |
||
SystemID | ||
Distance | Object | |
DistanceToStar | Object | |
minLandingPadSize | Object | |
VisitedFilter | Program | |
locationType | Object | |
return | void |
public getFilteredSystemAndStationCount ( |
||
StationCount | ||
SystemCount | ||
return | void |
public getPriceExtremum ( |
||
Result | ||
OnlyTradedCommodities | System.Boolean | |
return |
public loadBestProfitStationCommodities ( dsEliteDB Data, int Station_From, int Station_To, List |
||
Data | dsEliteDB | |
Station_From | int | |
Station_To | int | |
commodityFilter | List |
|
return | void |
public loadCommoditiesByStation ( |
||
Data | ||
Station | int | |
return | void |
public registerExternalTool ( IBE ExternalDataInterface ) : void | ||
ExternalDataInterface | IBE | |
return | void |
public registerJournalScanner ( FileScanner journalScanner ) : void | ||
journalScanner | FileScanner | |
return | void |