package org.whole.lang.firstorderlogic.model; /** * @generator Whole */ public interface Type extends IFirstOrderLogicEntity { }