web pages updates to point to new download location also the redirect servlet
[jabaws.git] / website / dm_javadoc / compbio / metadata / class-use / Preset.html
index 7da25a6..49a12b9 100644 (file)
@@ -2,12 +2,12 @@
 <!--NewPage-->\r
 <HTML>\r
 <HEAD>\r
-<!-- Generated by javadoc (build 1.6.0_14) on Wed Feb 17 16:46:28 GMT 2010 -->\r
+<!-- Generated by javadoc (build 1.6.0_24) on Fri Aug 12 14:32:04 BST 2011 -->\r
 <TITLE>\r
 Uses of Class compbio.metadata.Preset\r
 </TITLE>\r
 \r
-<META NAME="date" CONTENT="2010-02-17">\r
+<META NAME="date" CONTENT="2011-08-12">\r
 \r
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">\r
 \r
@@ -90,6 +90,14 @@ function windowTitle()
 Packages that use <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A></FONT></TH>\r
 </TR>\r
 <TR BGCOLOR="white" CLASS="TableRowColor">\r
+<TD><A HREF="#compbio.data.msa"><B>compbio.data.msa</B></A></TD>\r
+<TD>Web Service interfaces for JAva Bioinformatics Analysis Web Services.&nbsp;</TD>\r
+</TR>\r
+<TR BGCOLOR="white" CLASS="TableRowColor">\r
+<TD><A HREF="#compbio.data.msa.jaxws"><B>compbio.data.msa.jaxws</B></A></TD>\r
+<TD>&nbsp;&nbsp;</TD>\r
+</TR>\r
+<TR BGCOLOR="white" CLASS="TableRowColor">\r
 <TD><A HREF="#compbio.metadata"><B>compbio.metadata</B></A></TD>\r
 <TD>A meta-data model for multiple sequence alignment web services 
  Classes in this package have no dependencies to other sources in the project.&nbsp;</TD>\r
@@ -97,6 +105,98 @@ Packages that use <A HREF="../../../compbio/metadata/Preset.html" title="class i
 </TABLE>\r
 &nbsp;\r
 <P>\r
+<A NAME="compbio.data.msa"><!-- --></A>\r
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">\r
+Uses of <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A> in <A HREF="../../../compbio/data/msa/package-summary.html">compbio.data.msa</A></FONT></TH>\r
+</TR>\r
+</TABLE>\r
+&nbsp;\r
+<P>\r
+\r
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">\r
+<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../compbio/data/msa/package-summary.html">compbio.data.msa</A> with parameters of type <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A></FONT></TH>\r
+</TR>\r
+<TR BGCOLOR="white" CLASS="TableRowColor">\r
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
+<CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>\r
+<TD><CODE><B>MsaWS.</B><B><A HREF="../../../compbio/data/msa/MsaWS.html#presetAlign(java.util.List, compbio.metadata.Preset)">presetAlign</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../compbio/data/sequence/FastaSequence.html" title="class in compbio.data.sequence">FastaSequence</A>&gt;&nbsp;sequences,\r
+            <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A>&lt;<A HREF="../../../compbio/data/msa/MsaWS.html" title="type parameter in MsaWS">T</A>&gt;&nbsp;preset)</CODE>\r
+\r
+<BR>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Align a list of sequences with preset.</TD>\r
+</TR>\r
+<TR BGCOLOR="white" CLASS="TableRowColor">\r
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
+<CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>\r
+<TD><CODE><B>SequenceAnnotation.</B><B><A HREF="../../../compbio/data/msa/SequenceAnnotation.html#presetAnalize(java.util.List, compbio.metadata.Preset)">presetAnalize</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../compbio/data/sequence/FastaSequence.html" title="class in compbio.data.sequence">FastaSequence</A>&gt;&nbsp;sequences,\r
+              <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A>&lt;<A HREF="../../../compbio/data/msa/SequenceAnnotation.html" title="type parameter in SequenceAnnotation">T</A>&gt;&nbsp;preset)</CODE>\r
+\r
+<BR>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Analyse the sequences according to the preset settings.</TD>\r
+</TR>\r
+</TABLE>\r
+&nbsp;\r
+<P>\r
+<A NAME="compbio.data.msa.jaxws"><!-- --></A>\r
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">\r
+Uses of <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A> in <A HREF="../../../compbio/data/msa/jaxws/package-summary.html">compbio.data.msa.jaxws</A></FONT></TH>\r
+</TR>\r
+</TABLE>\r
+&nbsp;\r
+<P>\r
+\r
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">\r
+<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../compbio/data/msa/jaxws/package-summary.html">compbio.data.msa.jaxws</A> that return <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A></FONT></TH>\r
+</TR>\r
+<TR BGCOLOR="white" CLASS="TableRowColor">\r
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
+<CODE>&nbsp;<A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A></CODE></FONT></TD>\r
+<TD><CODE><B>PresetAnalize.</B><B><A HREF="../../../compbio/data/msa/jaxws/PresetAnalize.html#getPreset()">getPreset</A></B>()</CODE>\r
+\r
+<BR>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>\r
+</TR>\r
+<TR BGCOLOR="white" CLASS="TableRowColor">\r
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
+<CODE>&nbsp;<A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A></CODE></FONT></TD>\r
+<TD><CODE><B>PresetAlign.</B><B><A HREF="../../../compbio/data/msa/jaxws/PresetAlign.html#getPreset()">getPreset</A></B>()</CODE>\r
+\r
+<BR>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>\r
+</TR>\r
+</TABLE>\r
+&nbsp;\r
+<P>\r
+\r
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">\r
+<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../compbio/data/msa/jaxws/package-summary.html">compbio.data.msa.jaxws</A> with parameters of type <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A></FONT></TH>\r
+</TR>\r
+<TR BGCOLOR="white" CLASS="TableRowColor">\r
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
+<CODE>&nbsp;void</CODE></FONT></TD>\r
+<TD><CODE><B>PresetAnalize.</B><B><A HREF="../../../compbio/data/msa/jaxws/PresetAnalize.html#setPreset(compbio.metadata.Preset)">setPreset</A></B>(<A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A>&nbsp;preset)</CODE>\r
+\r
+<BR>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>\r
+</TR>\r
+<TR BGCOLOR="white" CLASS="TableRowColor">\r
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
+<CODE>&nbsp;void</CODE></FONT></TD>\r
+<TD><CODE><B>PresetAlign.</B><B><A HREF="../../../compbio/data/msa/jaxws/PresetAlign.html#setPreset(compbio.metadata.Preset)">setPreset</A></B>(<A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A>&nbsp;preset)</CODE>\r
+\r
+<BR>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>\r
+</TR>\r
+</TABLE>\r
+&nbsp;\r
+<P>\r
 <A NAME="compbio.metadata"><!-- --></A>\r
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
@@ -114,7 +214,7 @@ Uses of <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.
 <TR BGCOLOR="white" CLASS="TableRowColor">\r
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
 <CODE>&nbsp;<A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A>&lt;<A HREF="../../../compbio/metadata/PresetManager.html" title="type parameter in PresetManager">T</A>&gt;</CODE></FONT></TD>\r
-<TD><CODE><B>PresetManager.</B><B><A HREF="../../../compbio/metadata/PresetManager.html#getPresetByName(java.lang.String)">getPresetByName</A></B>(java.lang.String&nbsp;presetName)</CODE>\r
+<TD><CODE><B>PresetManager.</B><B><A HREF="../../../compbio/metadata/PresetManager.html#getPresetByName(java.lang.String)">getPresetByName</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;presetName)</CODE>\r
 \r
 <BR>\r
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>\r
@@ -129,7 +229,7 @@ Uses of <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.
 </TR>\r
 <TR BGCOLOR="white" CLASS="TableRowColor">\r
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A>&lt;<A HREF="../../../compbio/metadata/PresetManager.html" title="type parameter in PresetManager">T</A>&gt;&gt;</CODE></FONT></TD>\r
+<CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A>&lt;<A HREF="../../../compbio/metadata/PresetManager.html" title="type parameter in PresetManager">T</A>&gt;&gt;</CODE></FONT></TD>\r
 <TD><CODE><B>PresetManager.</B><B><A HREF="../../../compbio/metadata/PresetManager.html#getPresets()">getPresets</A></B>()</CODE>\r
 \r
 <BR>\r
@@ -146,7 +246,7 @@ Uses of <A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.
 <TR BGCOLOR="white" CLASS="TableRowColor">\r
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
 <CODE>&nbsp;void</CODE></FONT></TD>\r
-<TD><CODE><B>PresetManager.</B><B><A HREF="../../../compbio/metadata/PresetManager.html#setPresets(java.util.List)">setPresets</A></B>(java.util.List&lt;<A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A>&lt;<A HREF="../../../compbio/metadata/PresetManager.html" title="type parameter in PresetManager">T</A>&gt;&gt;&nbsp;presets)</CODE>\r
+<TD><CODE><B>PresetManager.</B><B><A HREF="../../../compbio/metadata/PresetManager.html#setPresets(java.util.List)">setPresets</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../compbio/metadata/Preset.html" title="class in compbio.metadata">Preset</A>&lt;<A HREF="../../../compbio/metadata/PresetManager.html" title="type parameter in PresetManager">T</A>&gt;&gt;&nbsp;presets)</CODE>\r
 \r
 <BR>\r
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>\r