Class: Ea::Ocl::Nodes::CollectionForAll
- Inherits:
-
Struct
- Object
- Struct
- Ea::Ocl::Nodes::CollectionForAll
- Defined in:
- lib/ea/ocl/nodes.rb
Overview
<collection>->forAll(var | <pred>) — true if all match.
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
19 20 21 |
# File 'lib/ea/ocl/nodes.rb', line 19 def collection @collection end |
#predicate ⇒ Object
Returns the value of attribute predicate
19 20 21 |
# File 'lib/ea/ocl/nodes.rb', line 19 def predicate @predicate end |
#var ⇒ Object
Returns the value of attribute var
19 20 21 |
# File 'lib/ea/ocl/nodes.rb', line 19 def var @var end |