SWRLObject Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SWRLObject.h SWRLObject.m |
Overview
SWRLObject is the base class for all objects returned from the platoform. All objects have an identifier, name and additional attributes.
identifier
The platform assigned internal identifier. This is globally unique.
@property (nonatomic, readonly) NSString *identifierDeclared In
SWRLObject.h
name
A human readable name if available.
@property (nonatomic, readonly) NSString *nameDeclared In
SWRLObject.h
properties
The collection of properties (including identifier and name) that were returned for this object from the platform.
@property (nonatomic, readonly) NSDictionary *propertiesDeclared In
SWRLObject.h