Automatic generation produced by ISE Eiffel
class BI_LINKABLE [G] General cluster: elks description: "Linkable cells with a reference to the left and right neighbors" create: put Ancestors LINKABLE [G] Queries item: G left: [detachable like Current] detachable BI_LINKABLE [G] right: [detachable like Current] detachable BI_LINKABLE [G] Commands replace (v: [like item] G) Constraints right symmetry left symmetry -- Generated by ISE Eiffel --
For more details: www.eiffel.com