Class: Languages::Aggregation Abstract
- Inherits:
-
Object
- Object
- Languages::Aggregation
- Defined in:
- lib/kuniri/language/abstract_container/structured_and_oo/aggregation.rb
Overview
This class is abstract.
Aggregation is a container for handling aggregation among classes
Direct Known Subclasses
Instance Method Summary collapse
-
#detect_aggregation(pLine) ⇒ Object
protected
Detect if an aggregation exists.
-
#get_aggregation(pLine) ⇒ Object
Verify if line has an aggregation.
Instance Method Details
#detect_aggregation(pLine) ⇒ Object (protected)
Detect if an aggregation exists.
21 22 23 |
# File 'lib/kuniri/language/abstract_container/structured_and_oo/aggregation.rb', line 21 def detect_aggregation(pLine) raise NotImplementedError end |
#get_aggregation(pLine) ⇒ Object
Verify if line has an aggregation.
12 13 14 |
# File 'lib/kuniri/language/abstract_container/structured_and_oo/aggregation.rb', line 12 def get_aggregation(pLine) raise NotImplementedError end |