StrictReferenceBase matchable
[cdmlib.git] / cdmlib-model / src / main / java / eu / etaxonomy / cdm / model / reference / package.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <html>
3 <head>
4 <!--
5
6 @(#)package.html (reference)
7
8 Copyright (C) 2007 EDIT
9 European Distributed Institute of Taxonomy
10 http://www.e-taxonomy.eu
11
12 The contents of this file are subject to the Mozilla Public License Version 1.1
13 See LICENSE.TXT at the top of this package for the full license terms.
14
15 -->
16 </head>
17 <body bgcolor="white">
18
19 Provides classes for nomenclatural and bibliographical references
20 <ul>
21 <li>either as a complex structure of specific subclasses according to the different kind of possible references used (see StrictReferenceBase class and subclasses)</li>
22 <li>or as a flat structure (see BibTexReference class).</li>
23 </ul>
24
25 <a href="#uml_related_documentation">Related documentation</a>
26 <br/>
27 <a href="#uml_diagrams">UML Diagrams</a>
28
29
30
31
32 <a name="uml_related_documentation"/>
33 <h2>Related Documentation</h2>
34
35 <ul>
36 <li><a href="http://rs.tdwg.org/ontology/voc/PublicationCitation.rdf">TDWG PublicationCitation LSID Ontology</a></li>
37 <li><a href="http://www.tdwg.org/uploads/media/xmlspy_documentation_01.pdf">TCS schema</a></li>
38 <li><a href="http://en.wikipedia.org/wiki/BibTeX">BibTex</a></li>
39 </ul>
40
41
42 <a name="uml_diagrams"/>
43 <h2>UML Diagrams</h2>
44 <ul>
45 <li><a href="#uml_reference_base">Reference base</a></li>
46 <li><a href="#uml_reference_types">Reference types</a></li>
47 <li><a href="#uml_bibtex">BibTex</a></li>
48 </ul>
49
50 <a name="uml_reference_base"/>
51 <h3>Reference base</h3>
52 <img src="http://wp5.e-taxonomy.eu/cdmlib/site/cdmlib-model/images/uml/Reference_base.png" />
53
54 <a name="uml_reference_types"/>
55 <h3>Reference types</h3>
56 <img src="http://wp5.e-taxonomy.eu/cdmlib/site/cdmlib-model/images/uml/Reference_types.png" />
57
58 <a name="uml_bibtex"/>
59 <h3>BibTex</h3>
60 <img src="http://wp5.e-taxonomy.eu/cdmlib/site/cdmlib-model/images/uml/Reference_BibTex.png" />
61
62
63 <!-- Put @see and @since tags down here. -->
64
65 </body>
66 </html>