Class: Expressir::Model::Declarations::SubtypeConstraint

Inherits:
ModelElement
  • Object
show all
Includes:
Identifier
Defined in:
lib/expressir/model/declarations/subtype_constraint.rb

Overview

Specified in ISO 10303-11:2004

  • section 9.7 Subtype constraints

Constant Summary

Constants inherited from ModelElement

ModelElement::POLYMORPHIC_CLASS_MAP, ModelElement::SKIP_ATTRIBUTES

Instance Attribute Summary

Attributes inherited from ModelElement

#parent

Instance Method Summary collapse

Methods included from Identifier

included

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

#childrenArray<Declaration>

Returns:

  • (Array<Declaration>)


24
25
26
27
28
# File 'lib/expressir/model/declarations/subtype_constraint.rb', line 24

def children
  [
    *remark_items,
  ]
end