home
wiki
classes/clusters list
class information
+
Point of view
All features
ANY
INTERNALS_HANDLER
All features
deferred class ROUTINE [O_ ->
TUPLE
]
Summary
top
The agent's type hierarchy is composed of the following classes:
ROUTINE
,
PROCEDURE
,
FUNCTION
and
PREDICATE
. Where O_ represents open arguments (i.e. arguments which are delayed).
Direct parents
insert list:
ANY
Known children
inherit list:
FUNCTION
,
PROCEDURE
Overview
top
features
call
(o: O_)
Call feature with all its operands, using
o
for the open operands.
is_equal
(other: ROUTINE [O_ ->
TUPLE
]):
BOOLEAN
Is
other
attached to an object considered equal to current object?
call
(o: O_)
top
Call feature with all its operands, using
o
for the open operands.
is_equal
(other: ROUTINE [O_ ->
TUPLE
]):
BOOLEAN
top
Is
other
attached to an object considered equal to current object?
require
other /= Void
ensure
commutative:
generating_type = other.generating_type implies Result = other.is_equal(Current)