In Files

Parent

Goal

Author

Manuela Ruiz (mruiz@lcc.uma.es)

Abstract representation of a Goal

Attributes

name[R]

Name of the Goal

Public Instance Methods

delete() click to toggle source

Deletes the Goal

    # File lib/goals.rb, line 25
25:         def delete()

26:         end
satisfied?() click to toggle source

Returns true iff the design complies the Goal

    # File lib/goals.rb, line 19
19:         def satisfied?()

20:                 #The empty Goal always returns true

21:                 return true

22:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.