gate.creole.morph
Class RHS

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

public class RHS
extends Object


Field Summary
private  short methodIndex
           
private  boolean noun
           
private  String[] parameters
           
static short patIndex
           
private  short patternIndex
           
private  boolean verb
           
 
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

methodIndex

private short methodIndex

parameters

private String[] parameters

verb

private boolean verb

noun

private boolean noun

patIndex

public static short patIndex

patternIndex

private short patternIndex
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()