Parent

Constraint

Author

Manuela Ruiz (mruiz@lcc.uma.es)

Abstract representation of a Constraint

Attributes

name[R]

Name of the Constraint

Public Instance Methods

delete() click to toggle source

Deletes the Constraint

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

26:         end
satisfied?() click to toggle source

Returns true iff the design complies the Constraint

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

20:                 #The empty Constraint 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.