GATE
Version 3.1-2270

gate.creole.morph
Class MyPattern

java.lang.Object
  extended by gate.creole.morph.MyPattern
All Implemented Interfaces:
Comparable

public class MyPattern
extends Object
implements Comparable

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
MyPattern(Pattern pattern, String function, String category)
           
 
Method Summary
 int compareTo(Object obj)
           
 String getCategory()
           
 String getFunction()
           
 Pattern getPattern()
           
 boolean isSameCategory(String category)
           
 void setCategory(String cat)
           
 void setFunction(String function)
           
 void setPattern(Pattern pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyPattern

public MyPattern(Pattern pattern,
                 String function,
                 String category)
Method Detail

compareTo

public int compareTo(Object obj)
Specified by:
compareTo in interface Comparable

getPattern

public Pattern getPattern()

setPattern

public void setPattern(Pattern pattern)

getFunction

public String getFunction()

setFunction

public void setFunction(String function)

getCategory

public String getCategory()

isSameCategory

public boolean isSameCategory(String category)

setCategory

public void setCategory(String cat)

GATE
Version 3.1-2270