annotate src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/Jungle.java @ 81:715a9fbf02fc

remove <T> many source
author one
date Sun, 31 Aug 2014 07:46:30 +0900
parents 0f01ee222035
children f9a0e7069811
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
37
35e327577b58 added transaction
Shoshi TAMAKI
parents:
diff changeset
1 package jp.ac.u_ryukyu.ie.cr.shoshi.jungle;
35e327577b58 added transaction
Shoshi TAMAKI
parents:
diff changeset
2
77
0f01ee222035 remove worning a part
one
parents: 37
diff changeset
3
81
715a9fbf02fc remove <T> many source
one
parents: 77
diff changeset
4 public interface Jungle
37
35e327577b58 added transaction
Shoshi TAMAKI
parents:
diff changeset
5 {
81
715a9fbf02fc remove <T> many source
one
parents: 77
diff changeset
6 public JungleTree getTreeByName(String _name);
715a9fbf02fc remove <T> many source
one
parents: 77
diff changeset
7 public JungleTree createNewTree(String _name);
37
35e327577b58 added transaction
Shoshi TAMAKI
parents:
diff changeset
8 }