Class: Java_collectionMapping_None
- Inherits:
-
Object
- Object
- Java_collectionMapping_None
- Includes:
- Singleton
- Defined in:
- lib/ontomde-uml2-java/collectionMapping.rb
Instance Method Summary collapse
-
#addCollectionImplem(type) ⇒ Object
return type enclosed in collection implementation declaration.
-
#addCollectionInterface(type) ⇒ Object
return type enclosed in collection interface declaration.
Instance Method Details
#addCollectionImplem(type) ⇒ Object
return type enclosed in collection implementation declaration
28 29 30 |
# File 'lib/ontomde-uml2-java/collectionMapping.rb', line 28 def addCollectionImplem(type) return type end |
#addCollectionInterface(type) ⇒ Object
return type enclosed in collection interface declaration
24 25 26 |
# File 'lib/ontomde-uml2-java/collectionMapping.rb', line 24 def addCollectionInterface(type) return type end |