@Deprecated public class Tag extends Object implements Comparable<Tag>
AutoTagPlugin
, holding information about a particular tag, or a frequent word
appearing in a collection of documents.Constructor and Description |
---|
Tag(String tagName,
long tagSize)
Deprecated.
Default constructor, specifying both the keyword and its target size.
|
public Tag(String tagName, long tagSize)
tagName
- the keyword that's representedtagSize
- the tag sizeCopyright © 2004–2014 XWiki. All rights reserved.