package org.whole.lang.firstorderlogic.model; /** * @generator Whole */ public interface SimpleFeature extends IFirstOrderLogicEntity, FeaturePath { public String getValue(); public void setValue(String value); }