Model review and simulation > Reviewer > Provided PTC reviews > Correctness reviews > Interface not implemented (Reviewer Review)
Interface not implemented (Reviewer Review)
Checks that concrete classes implement their inherited abstract operations (if not already done so by superclasses).
Consequences
If this is not done then the class will not be able to be implemented.
Strategy
Make the class abstract, create the operation or uncheck the abstract option if it already exists.