資源簡介
thoughtworks的train的作業中提交的代碼。
代碼片段和文件信息
package?entity;
import?java.util.objects;
/**
?*?Created?by?wang?on?2019/8/18.
?*/
public?class?Route?{
????private?Town?from;
????private?Town?to;
????private?Integer?distance;
????public?Route(Town?from?Town?to?Integer?distance)?{
????????this.from?=?from;
????????this.to?=?to;
????????this.distance?=?distance;
????}
????public?Town?getFrom()?{
????????return?from;
????}
????public?void?setFrom(Town?from)?{
????????this.from?=?from;
????}
????public?Town?getTo()?{
????????return?to;
????}
????public?void?setTo(Town?to)?{
????????this.to?=?to;
????}
????public?Integer?getDistance()?{
????????return?distance;
????}
????public?void?setDistance(Integer?distance)?{
????????this.distance?=?distance;
????}
????@Override
????public?Str
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-09-17?19:28??tw-test\
?????文件????????1093??2019-08-18?21:21??tw-test\.classpath
?????目錄???????????0??2019-09-17?19:28??tw-test\.idea\
?????文件?????????626??2018-06-04?14:22??tw-test\.idea\compiler.xm
?????目錄???????????0??2019-09-17?19:28??tw-test\.idea\libraries\
?????文件?????????479??2018-06-04?14:22??tw-test\.idea\libraries\Maven__junit_junit_4_12.xm
?????文件?????????556??2018-06-04?14:22??tw-test\.idea\libraries\Maven__org_hamcrest_hamcrest_core_1_3.xm
?????文件?????????443??2018-06-04?14:22??tw-test\.idea\misc.xm
?????文件?????????254??2018-06-04?14:22??tw-test\.idea\modules.xm
?????文件???????29729??2018-06-12?15:06??tw-test\.idea\workspace.xm
?????文件?????????559??2019-08-18?18:19??tw-test\.project
?????目錄???????????0??2019-09-17?19:28??tw-test\.settings\
?????文件?????????291??2019-08-18?18:21??tw-test\.settings\org.eclipse.jdt.core.prefs
?????文件??????????90??2019-08-18?18:11??tw-test\.settings\org.eclipse.m2e.core.prefs
?????文件????????1088??2019-08-18?18:49??tw-test\pom.xm
?????目錄???????????0??2019-09-17?19:28??tw-test\src\
?????目錄???????????0??2019-09-17?19:28??tw-test\src\main\
?????目錄???????????0??2019-09-17?19:28??tw-test\src\main\java\
?????目錄???????????0??2019-09-17?19:28??tw-test\src\main\java\entity\
?????文件????????1379??2019-09-17?19:29??tw-test\src\main\java\entity\Route.java
?????文件?????????814??2019-09-17?19:29??tw-test\src\main\java\entity\Town.java
?????目錄???????????0??2019-09-17?19:28??tw-test\src\main\java\exception\
?????文件?????????135??2019-09-17?19:30??tw-test\src\main\java\exception\NoSuchRouteException.java
?????目錄???????????0??2019-09-17?19:28??tw-test\src\main\java\service\
?????文件????????7623??2019-09-17?19:30??tw-test\src\main\java\service\Service.java
?????文件????????1469??2019-09-17?19:30??tw-test\src\main\java\service\Serviceba
?????目錄???????????0??2019-09-17?19:28??tw-test\src\main\resources\
?????文件?????????467??2019-09-17?19:31??tw-test\src\main\resources\README.txt
?????目錄???????????0??2019-09-17?19:28??tw-test\src\test\
?????目錄???????????0??2019-09-17?19:28??tw-test\src\test\java\
?????文件????????3346??2019-09-17?19:30??tw-test\src\test\java\ServiceTest.java
............此處省略34個文件信息
- 上一篇:OpenGL畫的小車
- 下一篇:FLASH特效-旋轉木馬
評論
共有 條評論