Class: Expressir::Model::DataTypes::Generic
- Inherits:
-
ModelElement
- Object
- Lutaml::Model::Serializable
- ModelElement
- Expressir::Model::DataTypes::Generic
- Includes:
- Identifier
- Defined in:
- lib/expressir/model/data_types/generic.rb
Overview
Specified in ISO 10303-11:2004
-
section 9.5.3.2 Generic data type
Constant Summary
Constants inherited from ModelElement
ModelElement::POLYMORPHIC_CLASS_MAP, ModelElement::SKIP_ATTRIBUTES
Instance Attribute Summary
Attributes inherited from ModelElement
Instance Method Summary collapse
Methods included from Identifier
Methods inherited from ModelElement
#children_by_id, #find, #initialize, #path, #reset_children_by_id, #source, #to_s
Constructor Details
This class inherits a constructor from Expressir::Model::ModelElement
Instance Method Details
#children ⇒ Array<Declaration>
16 17 18 19 20 |
# File 'lib/expressir/model/data_types/generic.rb', line 16 def children [ *remark_items, ] end |