Class CompositeTaggableItem

All Implemented Interfaces:
TaggableItem, 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 exists 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