44+ (id) probabilitySetWithObjects:(
id *)objects weights:(
float *)weights count:(NSUInteger)count;
45+ (id) probabilitySetWithPropertyListRepresentation:(NSDictionary *)plist;
48- (id) initWithObjects:(
id *)objects weights:(
float *)weights count:(NSUInteger)count;
49- (id) initWithPropertyListRepresentation:(NSDictionary *)plist;
57- (float) weightForObject:(
id)object;
64@interface OOProbabilitySet (OOExtendedProbabilitySet)
66- (BOOL) containsObject:(
id)object;
68- (float) probabilityForObject:(
id)object;
75- (void) setWeight:(
float)weight forObject:(
id)object;
76- (void) removeObject:(
id)object;
NSEnumerator * objectEnumerator()
NSDictionary * propertyListRepresentation()