weka.core
Class Tag

java.lang.Object
  |
  +--weka.core.Tag

public class Tag
extends java.lang.Object


Constructor Summary
Tag(int ident, java.lang.String readable)
           
 
Method Summary
 int getID()
           
 java.lang.String getReadable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag(int ident,
           java.lang.String readable)
Method Detail

getID

public int getID()

getReadable

public java.lang.String getReadable()