package org.whole.lang.firstorderlogic.model.impl; /** * @generator Whole */ public class FirstOrderLogicStrictImplEntityRegistry extends FirstOrderLogicImplEntityRegistry { protected void createPrototypes() { super.createPrototypes(); } }