Project

General

Profile

« Previous | Next » 

Revision e4c8c2c8

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/TaxonRelationshipType.java
382 382
	public static final TaxonRelationshipType CONTRADICTION(){
383 383
		return getTermByUuid(uuidContradiction);
384 384
	}
385

  
385 386
	/**
386 387
	 * Returns the (concept) taxon relationship type "is congruent to".
387 388
	 * This is a concept relationship type which means that the circumscriptions
......
398 399
	public static final TaxonRelationshipType CONGRUENT_TO(){
399 400
		return getTermByUuid(uuidCongruentTo);
400 401
	}
402

  
401 403
	/**
402 404
	 * Returns the (concept) taxon relationship type "includes".
403 405
	 * This is a concept relationship type which means that the circumscriptions
......
416 418
	public static final TaxonRelationshipType INCLUDES(){
417 419
		return getTermByUuid(uuidIncludes);
418 420
	}
421

  
419 422
	/**
420 423
	 * Returns the (concept) taxon relationship type "overlaps".
421 424
	 * This is a concept relationship type which means that the circumscriptions
......
433 436
	public static final TaxonRelationshipType OVERLAPS(){
434 437
		return getTermByUuid(uuidOverlaps);
435 438
	}
439

  
436 440
	/**
437 441
	 * Returns the (concept) taxon relationship type "excludes".
438 442
	 * This is a concept relationship type which means that the circumscriptions
......
448 452
	public static final TaxonRelationshipType EXCLUDES(){
449 453
		return getTermByUuid(uuidExcludes);
450 454
	}
455

  
451 456
	/**
452 457
	 * Returns the (concept) taxon relationship type "does not exclude".
453 458
	 * This is a concept relationship type which means that the circumscriptions

Also available in: Unified diff