~ubuntu-branches/ubuntu/hoary/bioperl/hoary

« back to all changes in this revision

Viewing changes to examples/root_object/vector/vector.out

  • Committer: Bazaar Package Importer
  • Author(s): Matt Hope
  • Date: 2004-04-18 14:24:11 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040418142411-gr92uexquw4w8liq
Tags: 1.4-1
* New upstream release
* Examples and working code are installed by default to usr/bin,
  this has been moved to usr/share/doc/bioperl/bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
Vector Driver.
3
 
-----------------
4
 
 
5
 
 
6
 
-----------------------------------------------------
7
 
   CREATING 10 Persons.
8
 
-----------------------------------------------------
9
 
 
10
 
PersonManager STATS FOR: Vector Tester
11
 
----------------------------------------
12
 
       TOTAL: 10          
13
 
       FIRST: joe         
14
 
        LAST: ed          
15
 
      RANKBY: order of addition
16
 
 
17
 
  Rank Name       Prev       Next      
18
 
  ---- ----       ----       ----      
19
 
  1    joe        First      pat       
20
 
  2    pat        joe        peg       
21
 
  3    peg        pat        lou       
22
 
  4    lou        peg        al        
23
 
  5    al         lou        bob       
24
 
  6    bob        al         carol     
25
 
  7    carol      bob        chris     
26
 
  8    chris      carol      nat       
27
 
  9    nat        chris      ed        
28
 
  10   ed         nat        Last      
29
 
 
30
 
 
31
 
-----------------------------------------------------
32
 
   SORTING BY NAME.
33
 
-----------------------------------------------------
34
 
 
35
 
PersonManager STATS FOR: Vector Tester
36
 
----------------------------------------
37
 
       TOTAL: 10          
38
 
       FIRST: al          
39
 
        LAST: peg         
40
 
      RANKBY: name        
41
 
 
42
 
  Rank Name       Prev       Next      
43
 
  ---- ----       ----       ----      
44
 
  1    al         First      bob       
45
 
  2    bob        al         carol     
46
 
  3    carol      bob        chris     
47
 
  4    chris      carol      ed        
48
 
  5    ed         chris      joe       
49
 
  6    joe        ed         lou       
50
 
  7    lou        joe        nat       
51
 
  8    nat        lou        pat       
52
 
  9    pat        nat        peg       
53
 
  10   peg        pat        Last      
54
 
 
55
 
 
56
 
-----------------------------------------------------
57
 
   DELETING 'bob'.
58
 
-----------------------------------------------------
59
 
 
60
 
PersonManager STATS FOR: Vector Tester
61
 
----------------------------------------
62
 
       TOTAL: 9           
63
 
       FIRST: al          
64
 
        LAST: peg         
65
 
      RANKBY: name        
66
 
 
67
 
  Rank Name       Prev       Next      
68
 
  ---- ----       ----       ----      
69
 
  1    al         First      carol     
70
 
  2    carol      al         chris     
71
 
  3    chris      carol      ed        
72
 
  4    ed         chris      joe       
73
 
  5    joe        ed         lou       
74
 
  6    lou        joe        nat       
75
 
  7    nat        lou        pat       
76
 
  8    pat        nat        peg       
77
 
  9    peg        pat        Last      
78
 
 
79
 
 
80
 
-----------------------------------------------------
81
 
   DELETING FIRST.
82
 
-----------------------------------------------------
83
 
 
84
 
PersonManager STATS FOR: Vector Tester
85
 
----------------------------------------
86
 
       TOTAL: 8           
87
 
       FIRST: carol       
88
 
        LAST: peg         
89
 
      RANKBY: name        
90
 
 
91
 
  Rank Name       Prev       Next      
92
 
  ---- ----       ----       ----      
93
 
  1    carol      First      chris     
94
 
  2    chris      carol      ed        
95
 
  3    ed         chris      joe       
96
 
  4    joe        ed         lou       
97
 
  5    lou        joe        nat       
98
 
  6    nat        lou        pat       
99
 
  7    pat        nat        peg       
100
 
  8    peg        pat        Last      
101
 
 
102
 
 
103
 
-----------------------------------------------------
104
 
   DELETING LAST.
105
 
-----------------------------------------------------
106
 
 
107
 
PersonManager STATS FOR: Vector Tester
108
 
----------------------------------------
109
 
       TOTAL: 7           
110
 
       FIRST: carol       
111
 
        LAST: pat         
112
 
      RANKBY: name        
113
 
 
114
 
  Rank Name       Prev       Next      
115
 
  ---- ----       ----       ----      
116
 
  1    carol      First      chris     
117
 
  2    chris      carol      ed        
118
 
  3    ed         chris      joe       
119
 
  4    joe        ed         lou       
120
 
  5    lou        joe        nat       
121
 
  6    nat        lou        pat       
122
 
  7    pat        nat        Last      
123
 
 
124
 
 
125
 
-----------------------------------------------------
126
 
   INSERTING 'fred' AFTER 'joe'.
127
 
-----------------------------------------------------
128
 
 
129
 
PersonManager STATS FOR: Vector Tester
130
 
----------------------------------------
131
 
       TOTAL: 8           
132
 
       FIRST: carol       
133
 
        LAST: pat         
134
 
      RANKBY: name        
135
 
 
136
 
  Rank Name       Prev       Next      
137
 
  ---- ----       ----       ----      
138
 
  1    carol      First      chris     
139
 
  2    chris      carol      ed        
140
 
  3    ed         chris      joe       
141
 
  4    joe        ed         fred      
142
 
  5    fred       joe        lou       
143
 
  6    lou        fred       nat       
144
 
  7    nat        lou        pat       
145
 
  8    pat        nat        Last      
146
 
 
147
 
 
148
 
-----------------------------------------------------
149
 
   CLONING FIRST PERSON (don't tell the NIH!).
150
 
-----------------------------------------------------
151
 
 
152
 
SIZE OF carol: 1           
153
 
Person STATS FOR: carol
154
 
----------------------------------------
155
 
  Rank Name       Prev       Next      
156
 
  ---- ----       ----       ----      
157
 
  1    carol      First      Last      
158
 
 
159
 
 
160
 
-----------------------------------------------------
161
 
   VECTOR AFTER CLONING.
162
 
-----------------------------------------------------
163
 
 
164
 
PersonManager STATS FOR: Vector Tester
165
 
----------------------------------------
166
 
       TOTAL: 8           
167
 
       FIRST: carol       
168
 
        LAST: pat         
169
 
      RANKBY: name        
170
 
 
171
 
  Rank Name       Prev       Next      
172
 
  ---- ----       ----       ----      
173
 
  1    carol      First      chris     
174
 
  2    chris      carol      ed        
175
 
  3    ed         chris      joe       
176
 
  4    joe        ed         fred      
177
 
  5    fred       joe        lou       
178
 
  6    lou        fred       nat       
179
 
  7    nat        lou        pat       
180
 
  8    pat        nat        Last      
181
 
 
182
 
Done.
183