Class: Expressir::Model::SupertypeExpressions::BinarySupertypeExpression

Inherits:
ModelElement
  • Object
show all
Defined in:
lib/expressir/model/supertype_expressions/binary_supertype_expression.rb

Overview

Specified in ISO 10303-11:2004

  • section 9.2.5.3 ANDOR

  • section 9.2.5.4 AND

Constant Summary collapse

AND =
"AND".freeze
ANDOR =
"ANDOR".freeze

Constants inherited from ModelElement

ModelElement::POLYMORPHIC_CLASS_MAP, ModelElement::SKIP_ATTRIBUTES

Instance Attribute Summary

Attributes inherited from ModelElement

#parent

Method Summary

Methods inherited from ModelElement

#children, #children_by_id, #find, #initialize, #path, #reset_children_by_id, #source, #to_s

Constructor Details

This class inherits a constructor from Expressir::Model::ModelElement