//
// FILE: muster.java
//
//import ...;
/**
 Description in one sentence. <br>
 
 A more detailed desciption of this class (not shown in the package-overview)
 <br> 
 
 <br>
 <b>Started:</b>     <DD>dd.mm.yyyy</DD><br>
 <b>LastModified:</b><DD>dd.mm.yyyy</DD><br>
 
<br><b><u>Design-Decisions:</u></b>
<ul>
 <li></li>
</ul>

<font size=-1> 
<br><b><u>HISTORY</u></b>
<ul><b>dd.mm.yyyy</b>
 <li>developement-step discription</li>
 <li> ...</li>
<br><b>dd.mm.yyyy</b>
 <li>developement-step discription</li>
 <li></li>
</ul>
</font>

<center><b><h1><font color=red>to be compleated</font></h1></b></center>
   
<br><b><u>TODO:</u></b>
<ul>
 <li>parts still not implemented because developement is not yet compleated</li>
</ul>

<br><b><u>IDEAS FOR FURTHER EXTENSIONS:</u></b>
<ul>
 <li>not implemented extensions, that are not going to be includet in this developement-step</li>
 <li></li>
</ul>
<table border width=100%>
 <tr><td width=99%><b>threadsafe</b></td>               <th></th></tr>
 <tr><td>optimised for <b>memory economicality</b></td> <th></th></tr>
 <tr><td>optimised for <b>speed</b></td>                <th></th></tr>
 <tr><td><b>EWE-usable</b></td>                         <th></th></tr>
 <tr><td><b>Tested with JUnit-tests</b></td>            <th><font size=-2>(dd.mm.yyyy)</font></th></tr>
 <tr><td><b></b></td>                  <th><font color=green>YES</font></th></tr>
 <tr><td><b></b></td>                  <th><font color=red>NO</font></th></tr>
</table> 
 @author Folke Rinneberg (Folke_R&#64;gmx.de) <a href="http://www.Rinneberg.de/index.htm">Homepage</a>
*/
public class muster
{            

}//end-class
