The
operations, methods and display methods constitute the behavioral feature of
a class. The methods and display methods implements the specification given
by an operation or a constructor. A method or display method must be defined
in the class in which its specification resides or in a subclass of this
class. A method or display method can be overridden in the subclasses of the
class.
A method contains actions written in the Xion language, and
may or may not have side-effects.