COPath class documentation
COPath : NSObject <NSCopying>Initialization
- + (COPath *) pathWithPersistentRoot: (ETUUID *)aRoot
Returns a new path that implicitly points to the root object of the current branch.
- + (COPath *) pathWithPersistentRoot: (ETUUID *)aRoot branch: (ETUUID *)aBranch
Returns a new path that implicitly points to the root object.
Reference Properties
- - (ETUUID *) branch
The UUID of the referenced branch.
May be nil, which indicates that the path points to whatever the current branch of persistentRoot is.
Persistent String Representation
- + (COPath *) pathWithString: (NSString *)pathString
Returns a new path from a string representation such as -stringValue .