/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.spacenet.plugin.comm; /** * an edge object representing extensional (?) inheritance * X in Y */ public class Contains { @Override public String toString() { return "contains"; } }