org.cogroo.entities.impl
Class ChunkTag

java.lang.Object
  extended by org.cogroo.entities.Tag
      extended by org.cogroo.entities.impl.ChunkTag
All Implemented Interfaces:
Serializable

public class ChunkTag
extends Tag

Implements a Tag for chunk annotation

Author:
William Colen
See Also:
Serialized Form

Constructor Summary
ChunkTag()
           
 
Method Summary
 boolean equals(Object obj)
           
 TagMask.ChunkFunction getChunkFunction()
           
 int hashCode()
           
 boolean match(Tag tag)
           
 boolean match(TagMask tagMask)
           
 void setChunkFunction(TagMask.ChunkFunction chankFunction)
           
 String toString()
           
 String toVerboseString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChunkTag

public ChunkTag()
Method Detail

getChunkFunction

public TagMask.ChunkFunction getChunkFunction()

setChunkFunction

public void setChunkFunction(TagMask.ChunkFunction chankFunction)

match

public boolean match(TagMask tagMask)
Specified by:
match in class Tag

match

public boolean match(Tag tag)
Overrides:
match in class Tag

toVerboseString

public String toVerboseString()
Specified by:
toVerboseString in class Tag

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012-2013 CoGrOO. All Rights Reserved.