org.encog.bot.dataunit
Class TagDataUnit
- java.lang.Object
-
- org.encog.bot.dataunit.DataUnit
-
- org.encog.bot.dataunit.TagDataUnit
-
public class TagDataUnit extends DataUnit
A data unit that holds a tag.
-
-
Constructor Summary
Constructors Constructor and Description TagDataUnit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description TaggetTag()voidsetTag(Tag theTag)Set the tag that this data unit is based on.java.lang.StringtoString()
-
-
-
Method Detail
-
getTag
public final Tag getTag()
- Returns:
- The tag that this data unit is based on.
-
setTag
public final void setTag(Tag theTag)
Set the tag that this data unit is based on.- Parameters:
theTag- HTML theTag.
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-
DMelt 3.0 © DataMelt by jWork.ORG