Class CompositeTaggableItem

  • All Implemented Interfaces:
    TaggableItem, java.lang.Cloneable
    Direct Known Subclasses:
    CompositeIndexedItem, EquivItem

    public abstract class CompositeTaggableItem
    extends CompositeItem
    implements TaggableItem
    Common implementation for Item classes implementing the TaggableItem interface. Note that this file exist in 3 copies that should be kept in sync: CompositeTaggableItem.java SimpleTaggableItem.java TaggableSegmentItem.java These should only have trivial differences. (multiple inheritance or mixins would have been nice).
    Author:
    arnej27959
    • Constructor Detail

      • CompositeTaggableItem

        public CompositeTaggableItem()