public static DecodedLibraryItem getItemR(
org.mizartools.system.utility.AbstractSignature abstractSignature,
org.mizartools.system.xml.RCluster rCluster)
throws DliException {
ArticleId articleId = new ArticleId(rCluster.getAid());
Loci loci = Adapter.getLoci(abstractSignature, rCluster.getArgTypes());
Type type = Adapter.getType(abstractSignature, rCluster.getTyp());
LinkedList<org.mizartools.system.xml.Cluster> clusterList = new LinkedList<org.mizartools.system.xml.Cluster>();
if (rCluster.getCluster1() != null) clusterList.add(rCluster.getCluster1());
if (rCluster.getCluster2() != null) clusterList.add(rCluster.getCluster2());
Cluster cluster = new Cluster(Adapter.getAdjectiveList(abstractSignature, clusterList));