type = Adapter.getType(abstractSignature, constructor.getTypList().getFirst());
itemDefinition = new Mode(locusList, type, properties, redefinition);
itemType = ItemType.mode;
break;
case R :
itemDefinition = new Predicate(locusList, properties, redefinition);
itemType = ItemType.pred;
break;
case K :
type = Adapter.getType(abstractSignature, constructor.getTypList().getFirst());
itemDefinition = new Functor(locusList, type, properties, redefinition);