Project

General

Profile

« Previous | Next » 

Revision 9dc896c9

Added by Andreas Müller almost 7 years ago

fix #6368 rename table and class TaxonNameBase

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/SynonymType.java
114 114
	/**
115 115
	 * Returns the synonym type "is synonym of". This indicates
116 116
	 * that the reference asserting the synonym relationship does not know
117
	 * whether both {@link name.TaxonNameBase taxon names} involved are typified by the same type or
117
	 * whether both {@link name.TaxonName taxon names} involved are typified by the same type or
118 118
	 * not.
119 119
	 *
120 120
	 * @see		#HOMOTYPIC_SYNONYM_OF()
......
128 128
	 * Returns the synonym relationship type "is homotypic synonym of"
129 129
	 * ("is nomenclatural synonym of" in zoology). This indicates that the
130 130
	 * the reference asserting the synonym relationship holds that
131
	 * the {@link name.TaxonNameBase taxon name} used as a {@link Synonym synonym} and the taxon name used as the
131
	 * the {@link name.TaxonName taxon name} used as a {@link Synonym synonym} and the taxon name used as the
132 132
	 * ("accepted/correct") {@link Taxon taxon} are typified by the same type.
133 133
	 * In this case they should belong to the same {@link name.HomotypicalGroup homotypical group}.
134 134
	 *
......
143 143
	 * Returns the synonym relationship type "is heterotypic synonym of"
144 144
	 * ("is taxonomic synonym of" in zoology). This indicates that the
145 145
	 * the reference asserting the synonym relationship holds that
146
	 * the {@link name.TaxonNameBase taxon name} used as a {@link Synonym synonym} and the taxon name used as the
146
	 * the {@link name.TaxonName taxon name} used as a {@link Synonym synonym} and the taxon name used as the
147 147
	 * ("accepted/correct") {@link Taxon taxon} are not typified by the same type.
148 148
	 * In this case they should not belong to the same {@link name.HomotypicalGroup homotypical group}.
149 149
	 *

Also available in: Unified diff