GraphOperator
Last updated
Last updated
Any object passed to the operate
method of must be an instance of a class derived from the GraphOperator class.
operate( elem )
Called for each graph element the
flags
parameter of the ’soperate
method. Derived classes should override this method. Reminder: Your derived class needs to includeself
as the first parameter, withelem
as the second.