gate.creole.morph
Class PatternPart

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

public class PatternPart
extends Object


Field Summary
private  String partString
           
private  int type
           
 
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
 

Field Detail

partString

private String partString

type

private int type
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)