@@ -26,10 +26,10 @@ { @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; } -- (BOOL)calculated +- (BOOL)isCalculated { - return calculated; + return isCalculated; } @end