/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.netention.link; import automenta.netention.Link.AbstractLink; /** * * @author seh */ public class In extends AbstractLink { public In() { super("in"); } }