Class: Moea::Crowding::CrowdingFields
- Inherits:
-
Struct
- Object
- Struct
- Moea::Crowding::CrowdingFields
- Defined in:
- ../lib/crowding.rb
Instance Attribute Summary (collapse)
-
- (Object) cdist
Returns the value of attribute cdist.
-
- (Object) index
Returns the value of attribute index.
-
- (Object) original
Returns the value of attribute original.
Instance Attribute Details
- (Object) cdist
Returns the value of attribute cdist
12 13 14 |
# File '../lib/crowding.rb', line 12 def cdist @cdist end |
- (Object) index
Returns the value of attribute index
12 13 14 |
# File '../lib/crowding.rb', line 12 def index @index end |
- (Object) original
Returns the value of attribute original
12 13 14 |
# File '../lib/crowding.rb', line 12 def original @original end |