Project

General

Profile

« Previous | Next » 

Revision 0880a77c

Added by Marc Geoffroy almost 16 years ago

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/TaxonRelationship.java
10 10
package eu.etaxonomy.cdm.model.taxon;
11 11

  
12 12
import eu.etaxonomy.cdm.model.common.RelationshipBase;
13
import eu.etaxonomy.cdm.model.name.NameRelationshipType;
14
import eu.etaxonomy.cdm.model.name.NomenclaturalCode;
15
import eu.etaxonomy.cdm.model.name.TaxonNameBase;
13 16
import eu.etaxonomy.cdm.model.reference.ReferenceBase;
14 17

  
15 18
import org.apache.log4j.Logger;
......
23 26
import javax.xml.bind.annotation.XmlType;
24 27

  
25 28
/**
29
 * The class representing a relationship between two {@link Taxon ("accepted/correct") taxa}. 
30
 * This includes a {@link TaxonRelationshipType taxon relationship type} (for instance "congruent to" or
31
 * "misapplied name for").
32
 * 
26 33
 * @author m.doering
27 34
 * @version 1.0
28 35
 * @created 08-Nov-2007 13:06:58

Also available in: Unified diff