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