/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package LOGIC; import java.io.Serializable; /** * * @author sarah */ public class BoolType extends Type implements Serializable{ }