|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.creole.morph.MyPattern
public class MyPattern
Title:
Description:
Copyright: Copyright (c) 2003
Company:
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 |
---|
public MyPattern(Pattern pattern, String function, String category)
Method Detail |
---|
public int compareTo(Object obj)
compareTo
in interface Comparable
public Pattern getPattern()
public void setPattern(Pattern pattern)
public String getFunction()
public void setFunction(String function)
public String getCategory()
public boolean isSameCategory(String category)
public void setCategory(String cat)
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |