Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_Aspect.h
Finding_Aspect.m

Overview

Characteristic of an item in a domain. For example, “Shoes Size” or “Style"
might be aspects of the Men’s Shoes domain, while "Genre” and “Album Type"
could be aspects of the Music CDs domain.



This container is not returned if there are no matching aspects for the
associated domain.

@ingroup FindingServicePortType

Tasks

  •   valueHistogram

    Container that returns the name of the respective aspect value and the
    histogram (the number of available items) that share that item
    characteristic.



    This value is not returned if there are no matching aspects for the
    associated domain.

    property
  •   delimiter

    (public property)

    property
  •   any

    (public property)

    property
  •   name

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Finding_Aspect.h

delimiter

(public property)

@property (nonatomic, retain) NSString *delimiter

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_Aspect.h

name

(public property)

@property (nonatomic, retain) NSString *name

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_Aspect.h

valueHistogram

Container that returns the name of the respective aspect value and the
histogram (the number of available items) that share that item
characteristic.



This value is not returned if there are no matching aspects for the
associated domain.

@property (nonatomic, retain) NSMutableArray *valueHistogram

Discussion

Container that returns the name of the respective aspect value and the
histogram (the number of available items) that share that item
characteristic.



This value is not returned if there are no matching aspects for the
associated domain.

entry type : class Finding_AspectValueHistogram

Declared In

Finding_Aspect.h