|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.Tag
public class Tag
A Tag simply associates a numeric ID with a String description.
| Constructor Summary | |
|---|---|
Tag(int ident,
java.lang.String readable)
Creates a new Tag instance. |
|
| Method Summary | |
|---|---|
int |
getID()
Gets the numeric ID of the Tag. |
java.lang.String |
getReadable()
Gets the string description of the Tag. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tag(int ident,
java.lang.String readable)
Tag instance.
ident - the ID for the new Tag.readable - the description for the new Tag.| Method Detail |
|---|
public int getID()
public java.lang.String getReadable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||