类图
2015-08-30 03:21:01 166 举报
类图是一种在面向对象编程中常用的工具,用于描述系统中的类以及它们之间的关系。它由一组类和连接它们的线组成,每条线代表一个关系。类图中的每个类都有名称、属性和方法,这些元素可以帮助开发人员更好地理解系统的结构和功能。通过类图,开发人员可以快速识别系统中的关键类和它们的职责,从而更好地设计和实现代码。此外,类图还可以帮助开发人员识别潜在的问题和风险,并在整个开发过程中提供指导和支持。总之,类图是一种强大的工具,可以帮助开发人员更好地理解和管理复杂的系统。
作者其他创作
大纲/内容
infoAutoPriceEbay
$profitMargin
setProfitMargin()AddProfitMargin()calcTotalPrice()
infoGetSeller
$data$account$page$error$status$response$more
get/set()getMoreTransactions()GetSellerByEnd()parseResponse()
mysqlAutoPricerEbay
$e$newPrice
UpdateCurrentPriceInTable()UpdateLastNonRdomPriceInTable()UpdateLogTable()GetListToCheckComps()GetComps()UpdateTotalCostWithProfit()GetBottomPrice
mysqlEbayGetSeller
$id$info
saveListing()updateListing()insertListing()checkListing()
mysqlEbay
$db$query$response$idsToCheck;$numToUpdate;
get/set()Connect()CloseConnection()GetItemCost()getTokens()
infoEbay
$itemIDs$country$itemInfo$idShip$shipCost$shipFlag\t
get/set()AddFees()GetItemPrice()getShipping()
actionEbay
$itemID$price$account$response$quantity
get/set()UpdatePrice()RelistFixedPrice()EndFixedPriceListing()
0 条评论
下一页