Package adams.core.tags
Interface TagProcessor
-
public interface TagProcessorInterface 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.
-