Class virtual Example_ocamldoc.representable


class virtual representable : object .. end
A virtual representable class.

This is a virtual class used to define all the methods needed for classes that may give objects that can be represented.


method virtual string_representation : string
Get a string representation.
Returns A string representation.