Logo

GitLab

Sign in

Wojciech Jaworski / ENIAM

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ENIAM
  • dependencyParser
  • mate-tools
  • src
  • is2
  • tools
  • ToolIO.java
  • Dependency Parser now outputs multiple candidate parses
    8fa0049b
    Jan Lupa authored
    2016-08-08 16:22:01 +0200  
    Browse Code ยป
ToolIO.java 161 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/**
 *
 */
package is2.tools;

/**
 * @author Bernd Bohnet, 27.10.2010
 *
 *         Interface to all tools
 */
public interface ToolIO {

	void readModel();

}