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