233234235236237238239
/** * Create an instance of {@link Term } * */ public Term createTerm() { return new Term(); }