- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 36字
- 2021-06-24 14:58:07
The Expression interface
The Expression interface declares the interpret() method, which receives a Conversion object as an argument:
interface Expression {
void interpret(Conversion orignalContent);
}
As shown, the Expression interface consists of a single interpret() method.
推薦閱讀
- PyTorch深度學(xué)習(xí)實戰(zhàn):從新手小白到數(shù)據(jù)科學(xué)家
- 云計算環(huán)境下的信息資源集成與服務(wù)
- Python廣告數(shù)據(jù)挖掘與分析實戰(zhàn)
- 數(shù)據(jù)驅(qū)動:從方法到實踐
- 大數(shù)據(jù)Hadoop 3.X分布式處理實戰(zhàn)
- 數(shù)據(jù)庫程序員面試筆試真題庫
- 智能數(shù)據(jù)分析:入門、實戰(zhàn)與平臺構(gòu)建
- Power BI商業(yè)數(shù)據(jù)分析完全自學(xué)教程
- 數(shù)據(jù)中心數(shù)字孿生應(yīng)用實踐
- 數(shù)據(jù)庫原理與應(yīng)用
- 爬蟲實戰(zhàn):從數(shù)據(jù)到產(chǎn)品
- The Natural Language Processing Workshop
- MySQL數(shù)據(jù)庫應(yīng)用與管理
- Oracle 11g數(shù)據(jù)庫管理員指南
- 數(shù)據(jù)挖掘與機(jī)器學(xué)習(xí)-WEKA應(yīng)用技術(shù)與實踐(第二版)