Class: TransformerTest::CopyTransformer
- Inherits:
-
RGen::Transformer
- Object
- RGen::Transformer
- TransformerTest::CopyTransformer
- Includes:
- UML13
- Defined in:
- lib/puppet/vendor/rgen/test/transformer_test.rb
Constant Summary
Constants included from UML13
UML13::AggregationKind, UML13::CallConcurrencyKind, UML13::ChangeableKind, UML13::MessageDirectionKind, UML13::OperationDirectionKind, UML13::OrderingKind, UML13::ParameterDirectionKind, UML13::PseudostateKind, UML13::ScopeKind, UML13::VisibilityKind
Constants included from RGen::MetamodelBuilder::DataTypes
RGen::MetamodelBuilder::DataTypes::Boolean, RGen::MetamodelBuilder::DataTypes::Long
Instance Method Summary collapse
Methods included from RGen::MetamodelBuilder::ModuleExtension
#_annotations, #_constantOrder, #annotation, extended, #final_method, #method_added
Methods included from RGen::ECore::ECoreInterface
#_set_ecore_internal, clear_ecore_cache, #ecore
Methods inherited from RGen::Transformer
_methods, #_transformProperties, _transformer_blocks, copy, copy_all, #copy_features, #initialize, method, #method_missing, #trans, transform
Constructor Details
This class inherits a constructor from RGen::Transformer
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class RGen::Transformer
Instance Method Details
#transform ⇒ Object
228 229 230 |
# File 'lib/puppet/vendor/rgen/test/transformer_test.rb', line 228 def transform trans(:class => UML13::Package) end |