Interface ITaggable

All Known Implementing Classes:
FeatureInfo, SpecElementInfo, SpecInfo

public interface ITaggable
A (spec) element that can be tagged.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTag(Tag tag)
    Adds a tag to the element.
    Returns the element's tags.
  • Method Details

    • getTags

      List<Tag> getTags()
      Returns the element's tags.
      Returns:
      the element's tags
    • addTag

      void addTag(Tag tag)
      Adds a tag to the element.
      Parameters:
      tag - the tag to be added