Documentation

COTag documentation

COTag : COGroup

COTag represents a tag attached to every object that belongs to it.

AuthorsGenerated by qmathe
Declared inCOTag.h

Overview

The content is ordered (to ensure the tagged object order is stable in the UI).

To access and change the tagged objects, use COCollection API. For example, -content returns the tagged objects.

A tag belongs to a COTagLibrary and can also belong to multiple COTagGroup.


Type Querying

- (BOOL) isTag

Returns YES.

    Tagging

    - (NSString *) tagString

    Returns the tag the receiver represents.

    COTag can represent a tag attached to every object that belongs to it.

    By default, returns the name in lower case.

      - (NSSet *) tagGroups

      The tag categories to which the tag belongs to.