/****************************************************************
* This file is part of CLKR - www.fernuni-hagen.de/wbs/clkr/
* 
* File       : med0027_TZellen6.cl
* Type       : KB
* Domain     : Medical
* Date       : 2023-12-06
* Version    : v1.0
* 
* Details    : Signature size        : 6
*              #Conditionals per KB  : 6
* 
* Refs       : [Osi20] A. Osiak (2020). Anwendungsbeispiele aus dem biomedizinischen Bereich für die Verarbeitung unsicheren Wissens mit qualitativen Konditionalen, Bachelor Thesis, Univ. of Hagen, Germany.
*
* Comments   : t => T-cells, h => T-helper cells, z => cytotoxic T-cells, d => with CD3-receptor, v => with CD4-receptor, a => with CD8-receptor
* 
****************************************************************/

signature
 	t,h,z,d,v,a

conditionals
TZellen6{
	(d|t),		
	(t|h),		
	(v|h),		
	(h|d,v),	
	(t|z),		
	(a|z)		
}