Class Tag
- java.lang.Object
-
- org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree.Tag
-
public class Tag extends java.lang.ObjectATagsimply associates a numeric ID with a String description.- Version:
- $Revision: 1.5.2.1 $
- Author:
- Len Trigg
-
-
Field Summary
Fields Modifier and Type Field Description protected intm_IDThe IDprotected java.lang.Stringm_ReadableThe descriptive text
-
Constructor Summary
Constructors Constructor Description Tag(int ident, java.lang.String readable)Creates a newTaginstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetID()Gets the numeric ID of the Tag.java.lang.StringgetReadable()Gets the string description of the Tag.
-