/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.spacenet.plugin.comm; /** indicates that an agent retweets something */ public class Retweets { @Override public String toString() { return "retweets"; } }