Package adams.core.tags
Interface TagProcessor
-
public interface TagProcessor
Interface for classes that make use of tags (seeTagHandler
).- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
TagHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<TagInfo>
getSupportedTags()
Returns the tags that are supported by this class, including an explanation of what they do.
-