gate.creole.morph
Class RHS

java.lang.Object
  extended by gate.creole.morph.RHS

public class RHS
extends Object


Field Summary
static short patIndex
           
 
Constructor Summary
RHS(String function, String category)
           
 
Method Summary
 short getMethodIndex()
           
 String[] getParameters()
           
 short getPatternIndex()
           
 boolean isNoun()
           
 boolean isVerb()
           
 void setParameters(String[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patIndex

public static short patIndex
Constructor Detail

RHS

public RHS(String function,
           String category)
Method Detail

getMethodIndex

public short getMethodIndex()

getParameters

public String[] getParameters()

setParameters

public void setParameters(String[] parameters)

isNoun

public boolean isNoun()

isVerb

public boolean isVerb()

getPatternIndex

public short getPatternIndex()