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