org.annotation.wordfreak.io
Class FrameSet

java.lang.Object
  extended byorg.annotation.wordfreak.io.FrameSet

public class FrameSet
extends java.lang.Object


Field Summary
static int CHINESE
           
static int ENGLISH
           
static int KOREAN
           
 
Constructor Summary
FrameSet(java.lang.String s, int type)
           
 
Method Summary
 java.lang.String getLemma()
           
 java.lang.String[] getRoleSet(int n)
           
 java.lang.String getRoleSetName(int n)
           
 java.lang.String[] getRoleSetNumbers(int n)
           
 boolean isChinese()
           
 boolean isEnglish()
           
 boolean isKorean()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENGLISH

public static int ENGLISH

KOREAN

public static int KOREAN

CHINESE

public static int CHINESE
Constructor Detail

FrameSet

public FrameSet(java.lang.String s,
                int type)
         throws java.io.IOException
Method Detail

getLemma

public java.lang.String getLemma()

getRoleSet

public java.lang.String[] getRoleSet(int n)

getRoleSetNumbers

public java.lang.String[] getRoleSetNumbers(int n)

getRoleSetName

public java.lang.String getRoleSetName(int n)

size

public int size()

isKorean

public boolean isKorean()

isChinese

public boolean isChinese()

isEnglish

public boolean isEnglish()


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.