JWS-109 & JWS-116 Regenerated the JABAWS JavaDoc (with eclipse java 8) and moved...
[jabaws.git] / website / docs / full_javadoc / compbio / runner / msa / GLprobs.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!-- NewPage -->
3 <html lang="en">
4 <head>
5 <!-- Generated by javadoc (1.8.0_121) on Fri Apr 21 15:32:50 BST 2017 -->
6 <title>GLprobs</title>
7 <meta name="date" content="2017-04-21">
8 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
9 <script type="text/javascript" src="../../../script.js"></script>
10 </head>
11 <body>
12 <script type="text/javascript"><!--
13     try {
14         if (location.href.indexOf('is-external=true') == -1) {
15             parent.document.title="GLprobs";
16         }
17     }
18     catch(err) {
19     }
20 //-->
21 var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
22 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
23 var altColor = "altColor";
24 var rowColor = "rowColor";
25 var tableTab = "tableTab";
26 var activeTableTab = "activeTableTab";
27 </script>
28 <noscript>
29 <div>JavaScript is disabled on your browser.</div>
30 </noscript>
31 <!-- ========= START OF TOP NAVBAR ======= -->
32 <div class="topNav"><a name="navbar.top">
33 <!--   -->
34 </a>
35 <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36 <a name="navbar.top.firstrow">
37 <!--   -->
38 </a>
39 <ul class="navList" title="Navigation">
40 <li><a href="../../../overview-summary.html">Overview</a></li>
41 <li><a href="package-summary.html">Package</a></li>
42 <li class="navBarCell1Rev">Class</li>
43 <li><a href="class-use/GLprobs.html">Use</a></li>
44 <li><a href="package-tree.html">Tree</a></li>
45 <li><a href="../../../deprecated-list.html">Deprecated</a></li>
46 <li><a href="../../../index-files/index-1.html">Index</a></li>
47 <li><a href="../../../help-doc.html">Help</a></li>
48 </ul>
49 </div>
50 <div class="subNav">
51 <ul class="navList">
52 <li><a href="../../../compbio/runner/msa/ClustalW.html" title="class in compbio.runner.msa"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
53 <li><a href="../../../compbio/runner/msa/Mafft.html" title="class in compbio.runner.msa"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
54 </ul>
55 <ul class="navList">
56 <li><a href="../../../index.html?compbio/runner/msa/GLprobs.html" target="_top">Frames</a></li>
57 <li><a href="GLprobs.html" target="_top">No&nbsp;Frames</a></li>
58 </ul>
59 <ul class="navList" id="allclasses_navbar_top">
60 <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
61 </ul>
62 <div>
63 <script type="text/javascript"><!--
64   allClassesLink = document.getElementById("allclasses_navbar_top");
65   if(window==top) {
66     allClassesLink.style.display = "block";
67   }
68   else {
69     allClassesLink.style.display = "none";
70   }
71   //-->
72 </script>
73 </div>
74 <div>
75 <ul class="subNavList">
76 <li>Summary:&nbsp;</li>
77 <li>Nested&nbsp;|&nbsp;</li>
78 <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
79 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
80 <li><a href="#method.summary">Method</a></li>
81 </ul>
82 <ul class="subNavList">
83 <li>Detail:&nbsp;</li>
84 <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
85 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
86 <li><a href="#method.detail">Method</a></li>
87 </ul>
88 </div>
89 <a name="skip.navbar.top">
90 <!--   -->
91 </a></div>
92 <!-- ========= END OF TOP NAVBAR ========= -->
93 <!-- ======== START OF CLASS DATA ======== -->
94 <div class="header">
95 <div class="subTitle">compbio.runner.msa</div>
96 <h2 title="Class GLprobs" class="title">Class GLprobs</h2>
97 </div>
98 <div class="contentContainer">
99 <ul class="inheritance">
100 <li>java.lang.Object</li>
101 <li>
102 <ul class="inheritance">
103 <li><a href="../../../compbio/engine/client/SkeletalExecutable.html" title="class in compbio.engine.client">compbio.engine.client.SkeletalExecutable</a>&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;</li>
104 <li>
105 <ul class="inheritance">
106 <li>compbio.runner.msa.GLprobs</li>
107 </ul>
108 </li>
109 </ul>
110 </li>
111 </ul>
112 <div class="description">
113 <ul class="blockList">
114 <li class="blockList">
115 <dl>
116 <dt>All Implemented Interfaces:</dt>
117 <dd><a href="../../../compbio/engine/client/Executable.html" title="interface in compbio.engine.client">Executable</a>&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;, <a href="../../../compbio/engine/client/PipedExecutable.html" title="interface in compbio.engine.client">PipedExecutable</a>&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;</dd>
118 </dl>
119 <hr>
120 <br>
121 <pre>public class <span class="typeNameLabel">GLprobs</span>
122 extends <a href="../../../compbio/engine/client/SkeletalExecutable.html" title="class in compbio.engine.client">SkeletalExecutable</a>&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;
123 implements <a href="../../../compbio/engine/client/PipedExecutable.html" title="interface in compbio.engine.client">PipedExecutable</a>&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;</pre>
124 </li>
125 </ul>
126 </div>
127 <div class="summary">
128 <ul class="blockList">
129 <li class="blockList">
130 <!-- ======== NESTED CLASS SUMMARY ======== -->
131 <ul class="blockList">
132 <li class="blockList"><a name="nested.class.summary">
133 <!--   -->
134 </a>
135 <h3>Nested Class Summary</h3>
136 <ul class="blockList">
137 <li class="blockList"><a name="nested.classes.inherited.from.class.compbio.engine.client.Executable">
138 <!--   -->
139 </a>
140 <h3>Nested classes/interfaces inherited from interface&nbsp;compbio.engine.client.<a href="../../../compbio/engine/client/Executable.html" title="interface in compbio.engine.client">Executable</a></h3>
141 <code><a href="../../../compbio/engine/client/Executable.ExecProvider.html" title="enum in compbio.engine.client">Executable.ExecProvider</a></code></li>
142 </ul>
143 </li>
144 </ul>
145 <!-- =========== FIELD SUMMARY =========== -->
146 <ul class="blockList">
147 <li class="blockList"><a name="field.summary">
148 <!--   -->
149 </a>
150 <h3>Field Summary</h3>
151 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
152 <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
153 <tr>
154 <th class="colFirst" scope="col">Modifier and Type</th>
155 <th class="colLast" scope="col">Field and Description</th>
156 </tr>
157 <tr class="altColor">
158 <td class="colFirst"><code>private static java.lang.String</code></td>
159 <td class="colLast"><code><span class="memberNameLink"><a href="../../../compbio/runner/msa/GLprobs.html#ANNOTATION">ANNOTATION</a></span></code>&nbsp;</td>
160 </tr>
161 <tr class="rowColor">
162 <td class="colFirst"><code>static java.lang.String</code></td>
163 <td class="colLast"><code><span class="memberNameLink"><a href="../../../compbio/runner/msa/GLprobs.html#KEY_VALUE_SEPARATOR">KEY_VALUE_SEPARATOR</a></span></code>&nbsp;</td>
164 </tr>
165 <tr class="altColor">
166 <td class="colFirst"><code>private static org.apache.log4j.Logger</code></td>
167 <td class="colLast"><code><span class="memberNameLink"><a href="../../../compbio/runner/msa/GLprobs.html#log">log</a></span></code>&nbsp;</td>
168 </tr>
169 </table>
170 <ul class="blockList">
171 <li class="blockList"><a name="fields.inherited.from.class.compbio.engine.client.SkeletalExecutable">
172 <!--   -->
173 </a>
174 <h3>Fields inherited from class&nbsp;compbio.engine.client.<a href="../../../compbio/engine/client/SkeletalExecutable.html" title="class in compbio.engine.client">SkeletalExecutable</a></h3>
175 <code><a href="../../../compbio/engine/client/SkeletalExecutable.html#cbuilder">cbuilder</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#ERROR">ERROR</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#errorFile">errorFile</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#INPUT">INPUT</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#inputFile">inputFile</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#OUTPUT">OUTPUT</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#outputFile">outputFile</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#ph">ph</a></code></li>
176 </ul>
177 </li>
178 </ul>
179 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
180 <ul class="blockList">
181 <li class="blockList"><a name="constructor.summary">
182 <!--   -->
183 </a>
184 <h3>Constructor Summary</h3>
185 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
186 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
187 <tr>
188 <th class="colOne" scope="col">Constructor and Description</th>
189 </tr>
190 <tr class="altColor">
191 <td class="colOne"><code><span class="memberNameLink"><a href="../../../compbio/runner/msa/GLprobs.html#GLprobs--">GLprobs</a></span>()</code>&nbsp;</td>
192 </tr>
193 </table>
194 </li>
195 </ul>
196 <!-- ========== METHOD SUMMARY =========== -->
197 <ul class="blockList">
198 <li class="blockList"><a name="method.summary">
199 <!--   -->
200 </a>
201 <h3>Method Summary</h3>
202 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
203 <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
204 <tr>
205 <th class="colFirst" scope="col">Modifier and Type</th>
206 <th class="colLast" scope="col">Method and Description</th>
207 </tr>
208 <tr id="i0" class="altColor">
209 <td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
210 <td class="colLast"><code><span class="memberNameLink"><a href="../../../compbio/runner/msa/GLprobs.html#getCreatedFiles--">getCreatedFiles</a></span>()</code>
211 <div class="block">This method cannot really tell whether the files has actually been
212  created or not.</div>
213 </td>
214 </tr>
215 <tr id="i1" class="rowColor">
216 <td class="colFirst"><code><a href="../../../compbio/data/sequence/Alignment.html" title="class in compbio.data.sequence">Alignment</a></code></td>
217 <td class="colLast"><code><span class="memberNameLink"><a href="../../../compbio/runner/msa/GLprobs.html#getResults-java.lang.String-">getResults</a></span>(java.lang.String&nbsp;workDirectory)</code>&nbsp;</td>
218 </tr>
219 <tr id="i2" class="altColor">
220 <td class="colFirst"><code>java.lang.Class&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;</code></td>
221 <td class="colLast"><code><span class="memberNameLink"><a href="../../../compbio/runner/msa/GLprobs.html#getType--">getType</a></span>()</code>&nbsp;</td>
222 </tr>
223 <tr id="i3" class="rowColor">
224 <td class="colFirst"><code><a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a></code></td>
225 <td class="colLast"><code><span class="memberNameLink"><a href="../../../compbio/runner/msa/GLprobs.html#setInput-java.lang.String-">setInput</a></span>(java.lang.String&nbsp;inFile)</code>&nbsp;</td>
226 </tr>
227 </table>
228 <ul class="blockList">
229 <li class="blockList"><a name="methods.inherited.from.class.compbio.engine.client.SkeletalExecutable">
230 <!--   -->
231 </a>
232 <h3>Methods inherited from class&nbsp;compbio.engine.client.<a href="../../../compbio/engine/client/SkeletalExecutable.html" title="class in compbio.engine.client">SkeletalExecutable</a></h3>
233 <code><a href="../../../compbio/engine/client/SkeletalExecutable.html#addParameters-java.util.List-">addParameters</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#equals-java.lang.Object-">equals</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#getClusterCpuNum-java.lang.Class-">getClusterCpuNum</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#getClusterJobSettings--">getClusterJobSettings</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#getError--">getError</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#getInput--">getInput</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#getLimit-java.lang.String-">getLimit</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#getLimits--">getLimits</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#getOutput--">getOutput</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#getParameters-compbio.engine.client.Executable.ExecProvider-">getParameters</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#hashCode--">hashCode</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#isErrorSet--">isErrorSet</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#isInputSet--">isInputSet</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#isOutputSet--">isOutputSet</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#loadRunConfiguration-compbio.engine.client.RunConfiguration-">loadRunConfiguration</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#setError-java.lang.String-">setError</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#setOutput-java.lang.String-">setOutput</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#setParameter-java.lang.String-">setParameter</a>, <a href="../../../compbio/engine/client/SkeletalExecutable.html#toString--">toString</a></code></li>
234 </ul>
235 <ul class="blockList">
236 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
237 <!--   -->
238 </a>
239 <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
240 <code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
241 </ul>
242 <ul class="blockList">
243 <li class="blockList"><a name="methods.inherited.from.class.compbio.engine.client.Executable">
244 <!--   -->
245 </a>
246 <h3>Methods inherited from interface&nbsp;compbio.engine.client.<a href="../../../compbio/engine/client/Executable.html" title="interface in compbio.engine.client">Executable</a></h3>
247 <code><a href="../../../compbio/engine/client/Executable.html#addParameters-java.util.List-">addParameters</a>, <a href="../../../compbio/engine/client/Executable.html#getClusterJobSettings--">getClusterJobSettings</a>, <a href="../../../compbio/engine/client/Executable.html#getError--">getError</a>, <a href="../../../compbio/engine/client/Executable.html#getInput--">getInput</a>, <a href="../../../compbio/engine/client/Executable.html#getLimit-java.lang.String-">getLimit</a>, <a href="../../../compbio/engine/client/Executable.html#getLimits--">getLimits</a>, <a href="../../../compbio/engine/client/Executable.html#getOutput--">getOutput</a>, <a href="../../../compbio/engine/client/Executable.html#getParameters-compbio.engine.client.Executable.ExecProvider-">getParameters</a>, <a href="../../../compbio/engine/client/Executable.html#loadRunConfiguration-compbio.engine.client.RunConfiguration-">loadRunConfiguration</a></code></li>
248 </ul>
249 </li>
250 </ul>
251 </li>
252 </ul>
253 </div>
254 <div class="details">
255 <ul class="blockList">
256 <li class="blockList">
257 <!-- ============ FIELD DETAIL =========== -->
258 <ul class="blockList">
259 <li class="blockList"><a name="field.detail">
260 <!--   -->
261 </a>
262 <h3>Field Detail</h3>
263 <a name="log">
264 <!--   -->
265 </a>
266 <ul class="blockList">
267 <li class="blockList">
268 <h4>log</h4>
269 <pre>private static&nbsp;org.apache.log4j.Logger log</pre>
270 </li>
271 </ul>
272 <a name="ANNOTATION">
273 <!--   -->
274 </a>
275 <ul class="blockList">
276 <li class="blockList">
277 <h4>ANNOTATION</h4>
278 <pre>private static final&nbsp;java.lang.String ANNOTATION</pre>
279 <dl>
280 <dt><span class="seeLabel">See Also:</span></dt>
281 <dd><a href="../../../constant-values.html#compbio.runner.msa.GLprobs.ANNOTATION">Constant Field Values</a></dd>
282 </dl>
283 </li>
284 </ul>
285 <a name="KEY_VALUE_SEPARATOR">
286 <!--   -->
287 </a>
288 <ul class="blockListLast">
289 <li class="blockList">
290 <h4>KEY_VALUE_SEPARATOR</h4>
291 <pre>public static final&nbsp;java.lang.String KEY_VALUE_SEPARATOR</pre>
292 <dl>
293 <dt><span class="seeLabel">See Also:</span></dt>
294 <dd><a href="../../../constant-values.html#compbio.runner.msa.GLprobs.KEY_VALUE_SEPARATOR">Constant Field Values</a></dd>
295 </dl>
296 </li>
297 </ul>
298 </li>
299 </ul>
300 <!-- ========= CONSTRUCTOR DETAIL ======== -->
301 <ul class="blockList">
302 <li class="blockList"><a name="constructor.detail">
303 <!--   -->
304 </a>
305 <h3>Constructor Detail</h3>
306 <a name="GLprobs--">
307 <!--   -->
308 </a>
309 <ul class="blockListLast">
310 <li class="blockList">
311 <h4>GLprobs</h4>
312 <pre>public&nbsp;GLprobs()</pre>
313 </li>
314 </ul>
315 </li>
316 </ul>
317 <!-- ============ METHOD DETAIL ========== -->
318 <ul class="blockList">
319 <li class="blockList"><a name="method.detail">
320 <!--   -->
321 </a>
322 <h3>Method Detail</h3>
323 <a name="getResults-java.lang.String-">
324 <!--   -->
325 </a>
326 <ul class="blockList">
327 <li class="blockList">
328 <h4>getResults</h4>
329 <pre>public&nbsp;<a href="../../../compbio/data/sequence/Alignment.html" title="class in compbio.data.sequence">Alignment</a>&nbsp;getResults(java.lang.String&nbsp;workDirectory)
330                      throws <a href="../../../compbio/metadata/ResultNotAvailableException.html" title="class in compbio.metadata">ResultNotAvailableException</a></pre>
331 <dl>
332 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
333 <dd><code><a href="../../../compbio/engine/client/Executable.html#getResults-java.lang.String-">getResults</a></code>&nbsp;in interface&nbsp;<code><a href="../../../compbio/engine/client/Executable.html" title="interface in compbio.engine.client">Executable</a>&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;</code></dd>
334 <dt><span class="throwsLabel">Throws:</span></dt>
335 <dd><code><a href="../../../compbio/metadata/ResultNotAvailableException.html" title="class in compbio.metadata">ResultNotAvailableException</a></code></dd>
336 </dl>
337 </li>
338 </ul>
339 <a name="getCreatedFiles--">
340 <!--   -->
341 </a>
342 <ul class="blockList">
343 <li class="blockList">
344 <h4>getCreatedFiles</h4>
345 <pre>public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;getCreatedFiles()</pre>
346 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../compbio/engine/client/SkeletalExecutable.html#getCreatedFiles--">SkeletalExecutable</a></code></span></div>
347 <div class="block">This method cannot really tell whether the files has actually been
348  created or not. It must be overridden as required.</div>
349 <dl>
350 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
351 <dd><code><a href="../../../compbio/engine/client/Executable.html#getCreatedFiles--">getCreatedFiles</a></code>&nbsp;in interface&nbsp;<code><a href="../../../compbio/engine/client/Executable.html" title="interface in compbio.engine.client">Executable</a>&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;</code></dd>
352 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
353 <dd><code><a href="../../../compbio/engine/client/SkeletalExecutable.html#getCreatedFiles--">getCreatedFiles</a></code>&nbsp;in class&nbsp;<code><a href="../../../compbio/engine/client/SkeletalExecutable.html" title="class in compbio.engine.client">SkeletalExecutable</a>&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;</code></dd>
354 <dt><span class="seeLabel">See Also:</span></dt>
355 <dd><a href="../../../compbio/engine/client/Executable.html#getCreatedFiles--"><code>Executable.getCreatedFiles()</code></a></dd>
356 </dl>
357 </li>
358 </ul>
359 <a name="setInput-java.lang.String-">
360 <!--   -->
361 </a>
362 <ul class="blockList">
363 <li class="blockList">
364 <h4>setInput</h4>
365 <pre>public&nbsp;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&nbsp;setInput(java.lang.String&nbsp;inFile)</pre>
366 <dl>
367 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
368 <dd><code><a href="../../../compbio/engine/client/SkeletalExecutable.html#setInput-java.lang.String-">setInput</a></code>&nbsp;in class&nbsp;<code><a href="../../../compbio/engine/client/SkeletalExecutable.html" title="class in compbio.engine.client">SkeletalExecutable</a>&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;</code></dd>
369 </dl>
370 </li>
371 </ul>
372 <a name="getType--">
373 <!--   -->
374 </a>
375 <ul class="blockListLast">
376 <li class="blockList">
377 <h4>getType</h4>
378 <pre>public&nbsp;java.lang.Class&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;&nbsp;getType()</pre>
379 <dl>
380 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
381 <dd><code><a href="../../../compbio/engine/client/SkeletalExecutable.html#getType--">getType</a></code>&nbsp;in class&nbsp;<code><a href="../../../compbio/engine/client/SkeletalExecutable.html" title="class in compbio.engine.client">SkeletalExecutable</a>&lt;<a href="../../../compbio/runner/msa/GLprobs.html" title="class in compbio.runner.msa">GLprobs</a>&gt;</code></dd>
382 <dt><span class="returnLabel">Returns:</span></dt>
383 <dd>subclasses must return their type</dd>
384 </dl>
385 </li>
386 </ul>
387 </li>
388 </ul>
389 </li>
390 </ul>
391 </div>
392 </div>
393 <!-- ========= END OF CLASS DATA ========= -->
394 <!-- ======= START OF BOTTOM NAVBAR ====== -->
395 <div class="bottomNav"><a name="navbar.bottom">
396 <!--   -->
397 </a>
398 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
399 <a name="navbar.bottom.firstrow">
400 <!--   -->
401 </a>
402 <ul class="navList" title="Navigation">
403 <li><a href="../../../overview-summary.html">Overview</a></li>
404 <li><a href="package-summary.html">Package</a></li>
405 <li class="navBarCell1Rev">Class</li>
406 <li><a href="class-use/GLprobs.html">Use</a></li>
407 <li><a href="package-tree.html">Tree</a></li>
408 <li><a href="../../../deprecated-list.html">Deprecated</a></li>
409 <li><a href="../../../index-files/index-1.html">Index</a></li>
410 <li><a href="../../../help-doc.html">Help</a></li>
411 </ul>
412 </div>
413 <div class="subNav">
414 <ul class="navList">
415 <li><a href="../../../compbio/runner/msa/ClustalW.html" title="class in compbio.runner.msa"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
416 <li><a href="../../../compbio/runner/msa/Mafft.html" title="class in compbio.runner.msa"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
417 </ul>
418 <ul class="navList">
419 <li><a href="../../../index.html?compbio/runner/msa/GLprobs.html" target="_top">Frames</a></li>
420 <li><a href="GLprobs.html" target="_top">No&nbsp;Frames</a></li>
421 </ul>
422 <ul class="navList" id="allclasses_navbar_bottom">
423 <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
424 </ul>
425 <div>
426 <script type="text/javascript"><!--
427   allClassesLink = document.getElementById("allclasses_navbar_bottom");
428   if(window==top) {
429     allClassesLink.style.display = "block";
430   }
431   else {
432     allClassesLink.style.display = "none";
433   }
434   //-->
435 </script>
436 </div>
437 <div>
438 <ul class="subNavList">
439 <li>Summary:&nbsp;</li>
440 <li>Nested&nbsp;|&nbsp;</li>
441 <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
442 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
443 <li><a href="#method.summary">Method</a></li>
444 </ul>
445 <ul class="subNavList">
446 <li>Detail:&nbsp;</li>
447 <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
448 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
449 <li><a href="#method.detail">Method</a></li>
450 </ul>
451 </div>
452 <a name="skip.navbar.bottom">
453 <!--   -->
454 </a></div>
455 <!-- ======== END OF BOTTOM NAVBAR ======= -->
456 </body>
457 </html>