org.mizartools.system.utility.AbstractSignature abstractSignature,
org.mizartools.system.xml.Constructor constructor) throws DliException {
if (constructor.getRedefnr() == null) return null;
LinkedList<Adjective> adjectiveList = new LinkedList<Adjective>();
LinkedList<Term> termList = new LinkedList<Term>();
UniqueIdentifier uniqueIdentifier = null;
try {
uniqueIdentifier = UniqueIdentifier.getInstance(abstractSignature, constructor.getRedefaid() , constructor.getKind(), constructor.getRedefnr());
} catch (UniqueIdentifierException e) {
throw new DliException();
}