source: trunk/greenstone3-extensions/vishnu/src/vishnu/testvis/dendro/TheInt.java@ 8189

Last change on this file since 8189 was 8189, checked in by kjdon, 20 years ago

first version of Imperial College's Visualiser code

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 174 bytes
Line 
1package vishnu.testvis.dendro;
2
3public class TheInt
4{
5 public int val;
6
7 TheInt(int x)
8 {
9 val = x;
10 }
11
12 public void setInt(int i)
13 {
14 val = i;
15 }
16
17}
Note: See TracBrowser for help on using the repository browser.