- indexing
- description: "Linkable cells containing a reference to their right ", "neighbor "
- title: "EiffelBase: library of reusable components for Eiffel. ", "Based on EiffelBase library for ISE Eiffel, ", "used with permission. "
- project: "EiffelBase Library"
- copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
- key: linkable, cell
- cluster: eiffelbase
class LINKABLE [G]
- inherit
-
CELL
[G]
-
- export
-
- {CELL, CHAIN}
- put
-
- {ANY}
- item
- end
- feature -- Access
-
right: like Current
end -- class LINKABLE