package edu.stanford.nlp.util; /** * * @author danielcer * */ public interface HasIntegerIdentity { int getId(); }