Class: Expressir::Model::Expressions::UnaryExpression
- Inherits:
-
ModelElement
- Object
- Lutaml::Model::Serializable
- ModelElement
- Expressir::Model::Expressions::UnaryExpression
- Defined in:
- lib/expressir/model/expressions/unary_expression.rb
Overview
Specified in ISO 10303-11:2004
-
section 12.1 Arithmetic operators
-
section 12.4.1 NOT operator
Constant Summary collapse
- MINUS =
"MINUS".freeze
- NOT =
"NOT".freeze
- PLUS =
"PLUS".freeze
Constants inherited from ModelElement
ModelElement::POLYMORPHIC_CLASS_MAP, ModelElement::SKIP_ATTRIBUTES
Instance Attribute Summary
Attributes inherited from ModelElement
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