package org.whole.lang.frames.model; import java.util.Collection; /** * @generator Whole */ public interface MutuallyExclude extends IFramesEntity, Collection<FeatureName>, Relation { }