1 package text;2 3 public interface Sentence extends javax.jmi.reflect.RefObject {4 public java.util.List getWord();5 }6