view m-toolbox/html_help/help/ug/class_desc_minfo_content.html @ 41:6def6533cb16 database-connection-manager

Report authentication errors to user
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Mon, 05 Dec 2011 18:04:34 +0100
parents f0afece42f48
children
line wrap: on
line source

<!-- $Id: class_desc_minfo_content.html,v 1.6 2009/03/17 16:52:04 ingo Exp $ -->

  <!-- ================================================== -->
  <!--                 BEGIN CONTENT FILE                 -->
  <!-- ================================================== -->
  <!-- ===== link box: Begin ===== -->
  <p>
    <table border="1"  width="80%">
      <tr>
        <td>
          <table border="0" cellpadding="5" class="categorylist" width="100%">
            <colgroup>
              <col width="37%"/>
              <col width="63%"/>
            </colgroup>
            <tbody>
              <tr valign="top">
                <td>
                  <a href="class_desc_minfo.html#top_properties">Properties</a>
                </td>
                <td>Properties of the class</td>
              </tr>
              <tr valign="top">
                <td>
                  <a href="class_desc_minfo.html#top_methods">Methods</a>
                </td>
                <td>All Methods of the class ordered by category.</td>
              </tr>
              <tr valign="top">
                <td>
                  <a href="constructor_examples_main.html">Examples</a>
                </td>
                <td>Some constructor examples</td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </table>
  </p>
  <!-- ===== link box: End ====== -->

  <!-- ===== Back to Class descriptions ===== -->
  <a href="class_desc_main.html">
    <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Class descriptions"/>
    Back to Class descriptions
  </a>

  <h2 class="title"><a name="top_properties"/>Properties</h2>
  <p>
    The LTPDA toolbox restrict access of the properties.<br></br>
    The get access is 'public' and thus it is possible to get the values with the dot-command (similar to structures).<br></br>
    <pre class="programlisting">For example:<br></br>val = obj.prop(2).prop;</pre>
    The set access is 'protected' and thus it is only possible to assign a value to a property with a set-method.
    <pre class="programlisting">
For example:
obj2 = obj1.setName(<span class="string">'my name'</span>) <span class="comment">% This command creates a copy of obj1 (obj1 ~= obj2)</span>
obj.setName(<span class="string">'my name'</span>);        <span class="comment">% This command applies to obj</span>    </pre>
  </p>
  <!-- ===== Properties ===== -->
  <p>
    <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
      <colgroup>
        <col width="15%"/>
        <col width="73%"/>
        <col width="12%"/>
      </colgroup>
      <thead>
        <tr valign="top">
          <th class="categorylist">Properties</th>
          <th class="categorylist">Description</th>
          <th class="categorylist">Defined in class</th>
        </tr>
      </thead>
      <tbody>
        <!-- Property: 'mname' -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><tt>mname</tt></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>Method name where the minfo object is defined</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'mclass' -->
        <tr valign="top">
          <td>
            <p><tt>mclass</tt></p>
          </td>
          <td>
            <p>Class name  where the minfo object is defined</p>
          </td>
          <td>
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'mpackage' -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><tt>mpackage</tt></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>Package name  where the minfo object is defined</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'mcategory' -->
        <tr valign="top">
          <td>
            <p><tt>mcategory</tt></p>
          </td>
          <td>
            <p>Category of the of the method where the minfo object is defined</p>
          </td>
          <td>
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'mversion' -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><tt>mversion</tt></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>Version string of the method where the minfo object is defined</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'sets' -->
        <tr valign="top">
          <td>
            <p><tt>sets</tt></p>
          </td>
          <td>
            <p>Possible set name for the different Default parameter lists</p>
          </td>
          <td>
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'plists' -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><tt>plists</tt></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>All different default parameter lists</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'argsmin' -->
        <tr valign="top">
          <td>
            <p><tt>argsmin</tt></p>
          </td>
          <td>
            <p>Minimal input objects of the method</p>
          </td>
          <td>
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'argsmax' -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><tt>argsmax</tt></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>Maximal input objects of the method</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'outmin' -->
        <tr valign="top">
          <td>
            <p><tt>outmin</tt></p>
          </td>
          <td>
            <p>Minimal output objects of the method</p>
          </td>
          <td>
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'outmax' -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><tt>outmax</tt></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>Maximal input objects of the method</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'modifier' -->
        <tr valign="top">
          <td>
            <p><tt>modifier</tt></p>
          </td>
          <td>
            <p>Defines if the method can be used as a modifier</p>
          </td>
          <td>
            <p>minfo</p>
          </td>
        </tr>
        <!-- Property: 'version' -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><tt>version</tt></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>CVS version string of the constructor</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
      </tbody>
    </table>
  </p>

  <!-- ===== Top of page ===== -->
  <a href="#top_of_page">
    <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/>
    Back to Top
  </a>

  <h2 class="title"><a name="top_methods"/>Methods</h2>
  <!-- ===== link box: Begin ===== -->
  <p>
    <table border="1"  width="80%">
      <tr>
        <td>
          <table border="0" cellpadding="5" class="subcategorylist" width="100%">
            <colgroup>
              <col width="37%"/>
              <col width="63%"/>
            </colgroup>
            <tbody>
              <tr valign="top">
                <td>
                  <a href="class_desc_minfo.html#constructor">Constructor</a>
                </td>
                <td>Constructor of this class</td>
              </tr>
              <tr valign="top">
                <td>
                  <a href="class_desc_minfo.html#helper">Helper</a>
                </td>
                <td>Helper methods only for internal usage</td>
              </tr>
              <tr valign="top">
                <td>
                  <a href="class_desc_minfo.html#internal">Internal</a>
                </td>
                <td>Internal methods only for internal usage</td>
              </tr>
              <tr valign="top">
                <td>
                  <a href="class_desc_minfo.html#output">Output</a>
                </td>
                <td>Output methods</td>
              </tr>
              <tr valign="top">
                <td>
                  <a href="class_desc_minfo.html#relational_operator">Relational Operator</a>
                </td>
                <td>Relational operator methods</td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </table>
  </p>
  <!-- ===== link box: End ====== -->

  <!-- ===== Top of page ===== -->
  <a href="#top_of_page">
    <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/>
    Back to Top
  </a>

  <!-- ===== Methods Category: Constructor ===== -->
  <h3 class="title"><a name="constructor"/>Constructor</h3>
  <p>
    <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
      <colgroup>
        <col width="15%"/>
        <col width="73%"/>
        <col width="12%"/>
      </colgroup>
      <thead>
        <tr valign="top">
          <th class="categorylist">Methods</th>
          <th class="categorylist">Description</th>
          <th class="categorylist">Defined in class</th>
        </tr>
      </thead>
      <tbody>
        <!-- minfo/minfo -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><a href="matlab:doc('minfo')">minfo</a></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>MINFO a helper class for LTPDA methods.</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
      </tbody>
    </table>
    <!-- ===== Back to Top of Methods ===== -->
    <a href="#top_methods">
      <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
      Back to Top of Section
    </a>

  </p>

  <!-- ===== Methods Category: Helper ===== -->
  <h3 class="title"><a name="helper"/>Helper</h3>
  <p>
    <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
      <colgroup>
        <col width="15%"/>
        <col width="73%"/>
        <col width="12%"/>
      </colgroup>
      <thead>
        <tr valign="top">
          <th class="categorylist">Methods</th>
          <th class="categorylist">Description</th>
          <th class="categorylist">Defined in class</th>
        </tr>
      </thead>
      <tbody>
        <!-- ltpda_obj/get -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><a href="matlab:doc('ltpda_obj/get')">get</a></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>GET get a property of a object.</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>ltpda_obj</p>
          </td>
        </tr>
        <!-- ltpda_obj/isprop -->
        <tr valign="top">
          <td>
            <p><a href="matlab:doc('ltpda_obj/isprop')">isprop</a></p>
          </td>
          <td>
            <p>ISPROP tests if the given field is one of the object properties.</p>
          </td>
          <td>
            <p>ltpda_obj</p>
          </td>
        </tr>
      </tbody>
    </table>
    <!-- ===== Back to Top of Methods ===== -->
    <a href="#top_methods">
      <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
      Back to Top of Section
    </a>

  </p>

  <!-- ===== Methods Category: Internal ===== -->
  <h3 class="title"><a name="internal"/>Internal</h3>
  <p>
    <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
      <colgroup>
        <col width="15%"/>
        <col width="73%"/>
        <col width="12%"/>
      </colgroup>
      <thead>
        <tr valign="top">
          <th class="categorylist">Methods</th>
          <th class="categorylist">Description</th>
          <th class="categorylist">Defined in class</th>
        </tr>
      </thead>
      <tbody>
        <!-- minfo/setArgsmax -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><a href="matlab:doc('minfo/setArgsmax')">setArgsmax</a></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>SETARGSMAX Set the property 'argsmax'.</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
        <!-- minfo/setArgsmin -->
        <tr valign="top">
          <td>
            <p><a href="matlab:doc('minfo/setArgsmin')">setArgsmin</a></p>
          </td>
          <td>
            <p>SETARGSMIN Set the property 'argsmin'.</p>
          </td>
          <td>
            <p>minfo</p>
          </td>
        </tr>
        <!-- minfo/setModifier -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><a href="matlab:doc('minfo/setModifier')">setModifier</a></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>SETMODIFIER Set the property 'modifier'.</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
        <!-- minfo/setMversion -->
        <tr valign="top">
          <td>
            <p><a href="matlab:doc('minfo/setMversion')">setMversion</a></p>
          </td>
          <td>
            <p>SETMVERSION Set the property 'mversion'.</p>
          </td>
          <td>
            <p>minfo</p>
          </td>
        </tr>
        <!-- minfo/setOutmax -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><a href="matlab:doc('minfo/setOutmax')">setOutmax</a></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>SETOUTMAX Set the property 'outmax'.</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
        <!-- minfo/setOutmin -->
        <tr valign="top">
          <td>
            <p><a href="matlab:doc('minfo/setOutmin')">setOutmin</a></p>
          </td>
          <td>
            <p>SETOUTMIN Set the property 'outmin'.</p>
          </td>
          <td>
            <p>minfo</p>
          </td>
        </tr>
      </tbody>
    </table>
    <!-- ===== Back to Top of Methods ===== -->
    <a href="#top_methods">
      <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
      Back to Top of Section
    </a>

  </p>

  <!-- ===== Methods Category: Output ===== -->
  <h3 class="title"><a name="output"/>Output</h3>
  <p>
    <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
      <colgroup>
        <col width="15%"/>
        <col width="73%"/>
        <col width="12%"/>
      </colgroup>
      <thead>
        <tr valign="top">
          <th class="categorylist">Methods</th>
          <th class="categorylist">Description</th>
          <th class="categorylist">Defined in class</th>
        </tr>
      </thead>
      <tbody>
        <!-- minfo/char -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><a href="matlab:doc('minfo/char')">char</a></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>CHAR convert an minfo object into a string.</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>minfo</p>
          </td>
        </tr>
        <!-- minfo/display -->
        <tr valign="top">
          <td>
            <p><a href="matlab:doc('minfo/display')">display</a></p>
          </td>
          <td>
            <p>DISPLAY display an minfo object.</p>
          </td>
          <td>
            <p>minfo</p>
          </td>
        </tr>
      </tbody>
    </table>
    <!-- ===== Back to Top of Methods ===== -->
    <a href="#top_methods">
      <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
      Back to Top of Section
    </a>

  </p>

  <!-- ===== Methods Category: Relational_Operator ===== -->
  <h3 class="title"><a name="relational_operator"/>Relational Operator</h3>
  <p>
    <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
      <colgroup>
        <col width="15%"/>
        <col width="73%"/>
        <col width="12%"/>
      </colgroup>
      <thead>
        <tr valign="top">
          <th class="categorylist">Methods</th>
          <th class="categorylist">Description</th>
          <th class="categorylist">Defined in class</th>
        </tr>
      </thead>
      <tbody>
        <!-- ltpda_obj/eq -->
        <tr valign="top">
          <td bgcolor="#f3f4f5">
            <p><a href="matlab:doc('ltpda_obj/eq')">eq</a></p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>EQ overloads the == operator for ltpda objects.</p>
          </td>
          <td bgcolor="#f3f4f5">
            <p>ltpda_obj</p>
          </td>
        </tr>
        <!-- ltpda_obj/ne -->
        <tr valign="top">
          <td>
            <p><a href="matlab:doc('ltpda_obj/ne')">ne</a></p>
          </td>
          <td>
            <p>NE overloads the ~= operator for ltpda objects.</p>
          </td>
          <td>
            <p>ltpda_obj</p>
          </td>
        </tr>
      </tbody>
    </table>
    <!-- ===== Back to Top of Methods ===== -->
    <a href="#top_methods">
      <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
      Back to Top of Section
    </a>

  </p>

  <!-- ================================================== -->
  <!--                  END CONTENT FILE                  -->
  <!-- ================================================== -->