comparison memo.txt @ 6:1a5eaf5ce085

modified AbstractVertexesTest and SimpleVertexes to pass the unit test.
author shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
date Mon, 25 Jun 2012 23:48:53 +0900
parents 07b26b4b21e0
children c3c65308a11b
comparison
equal deleted inserted replaced
5:07b26b4b21e0 6:1a5eaf5ce085
44 44
45 2012/06/22 45 2012/06/22
46 ・Vertexes のテストコードをほぼ仕上げた. 46 ・Vertexes のテストコードをほぼ仕上げた.
47 ・次は,テストコードが正しいか,SimpleVertexes を動作させてみる. 47 ・次は,テストコードが正しいか,SimpleVertexes を動作させてみる.
48 ・その次に,Jungle の実装を書く. 48 ・その次に,Jungle の実装を書く.
49
50 2012/06/25
51 ・Vertexes のテストコードが動いた.
52 ・SimpleJungle などを GraphAPI を用いて記述する.
53 ・SimpleTreeGroup , SimpleTree , SimpleNode をどうするか