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