gate.creole.morph
Class PatternPart

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

public class PatternPart
extends Object


Constructor Summary
PatternPart(String string, int type)
           
 
Method Summary
 String getPartString()
           
 int getType()
           
 void setPartString(String partString)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternPart

public PatternPart(String string,
                   int type)
Method Detail

getPartString

public String getPartString()

setPartString

public void setPartString(String partString)

getType

public int getType()

setType

public void setType(int type)