package org.whole.lang.testentities.model; import java.util.Map; /** * @generator Whole */ public interface MapTestEntity extends ITestEntitiesEntity, Map<ITestEntity, IStructuralEntity>, ICompositeEntity, IStructuralEntity, ITestEntity { }