if (fCluster.getTyp() != null) type = Adapter.getType(abstractSignature, fCluster.getTyp());
LinkedList<org.mizartools.system.xml.Cluster> clusterList = new LinkedList<org.mizartools.system.xml.Cluster>();
if (fCluster.getCluster1() != null) clusterList.add(fCluster.getCluster1());
if (fCluster.getCluster2() != null) clusterList.add(fCluster.getCluster2());
Cluster cluster = new Cluster(Adapter.getAdjectiveList(abstractSignature, clusterList));
ItemDefinition itemDefinition = new TermAdjectiveRegistration(loci, cluster, term, type);
fCluster.getArgTypes();
ItemId itemId = new ItemId(articleId, ItemType.funcreg, fCluster.getNr());
DecodedLibraryItem decodedLibraryItem = new DecodedLibraryItem(itemId, itemDefinition);
return decodedLibraryItem;
}