Mercurial > hg > Papers > 2014 > nobuyasu-master
diff paper/chapter3.tex @ 47:b303f22d8b0d
Modified
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 31 Jan 2014 05:46:50 +0900 |
parents | c63aaa629330 |
children | 6553b7a3717c |
line wrap: on
line diff
--- a/paper/chapter3.tex Fri Jan 31 05:38:58 2014 +0900 +++ b/paper/chapter3.tex Fri Jan 31 05:46:50 2014 +0900 @@ -243,8 +243,8 @@ そのためには, @Messageアノテーションを付けたログのクラスの作成を行わなければならない. -\subsection{TreeOperationLogの実体} -TreeOperationの仕様は次の通りである. +\subsection{TreeOperationLogの} +TreeOperationLogの仕様は次の通りである. \begin{lstlisting}[frame=lrbt,label=src:treeoperationlog,aption=TreeOperationLogの仕様,numbers=left] public interface TreeOperationLog extends Iterable<TreeOperation> { @@ -253,6 +253,8 @@ public int length(); } \end{lstlisting} +IterableとしてTreeOperationを保持しているクラスがTreeOperationLogである. +