Class: Expressir::Model::Declarations::InterfacedItem
- Inherits:
-
ModelElement
- Object
- Lutaml::Model::Serializable
- ModelElement
- Expressir::Model::Declarations::InterfacedItem
- Defined in:
- lib/expressir/model/declarations/interfaced_item.rb
Overview
Specified in ISO 10303-11:2004
-
section 11 Interface specification
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 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>
22 23 24 25 26 |
# File 'lib/expressir/model/declarations/interfaced_item.rb', line 22 def children [ *remark_items, ] end |