Class: Ea::Ocl::Nodes::CollectionExists
- Inherits:
-
Struct
- Object
- Struct
- Ea::Ocl::Nodes::CollectionExists
- Defined in:
- lib/ea/ocl/nodes.rb
Overview
<collection>->exists(var | <pred>) — true if any element matches.
Instance Attribute Summary collapse
-
#collection ⇒ Object
Returns the value of attribute collection.
-
#predicate ⇒ Object
Returns the value of attribute predicate.
-
#var ⇒ Object
Returns the value of attribute var.
Instance Attribute Details
#collection ⇒ Object
Returns the value of attribute collection
15 16 17 |
# File 'lib/ea/ocl/nodes.rb', line 15 def collection @collection end |
#predicate ⇒ Object
Returns the value of attribute predicate
15 16 17 |
# File 'lib/ea/ocl/nodes.rb', line 15 def predicate @predicate end |
#var ⇒ Object
Returns the value of attribute var
15 16 17 |
# File 'lib/ea/ocl/nodes.rb', line 15 def var @var end |