Class VerbFrames

java.lang.Object
  extended by VerbFrames

public class VerbFrames
extends java.lang.Object

Table of verb frames

Author:
Guy Lapalme, Université de Montréal, 2013

Field Summary
private  java.util.Map<java.lang.Integer,java.lang.String> frames
           
 
Constructor Summary
VerbFrames(java.lang.String fileName)
          Parse the XML file to create the frame map
 
Method Summary
(package private)  java.lang.String getFrame(int no)
          Return the frame for a given number
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frames

private java.util.Map<java.lang.Integer,java.lang.String> frames
Constructor Detail

VerbFrames

VerbFrames(java.lang.String fileName)
Parse the XML file to create the frame map

Parameters:
fileName -
Method Detail

getFrame

java.lang.String getFrame(int no)
Return the frame for a given number

Parameters:
no -
Returns:
string of the frame