Interface Taggable

  • All Superinterfaces:
    EntityProvider
    All Known Subinterfaces:
    TagProvideable, TagSearchable

    public interface Taggable
    extends EntityProvider
    Allows an entity to have tags associated with it which can be searched for or simply used as a way to link to this entity
    This uses the internal tag storage mechanism or a central tag storage mechanism to store the tag applications
    This is one of the capability extensions for the EntityProvider interface
    Author:
    Aaron Zeckoski (aaron@caret.cam.ac.uk)