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
flagsparameter of the Document’soperatemethod. Derived classes should override this method. Reminder: Your derived class needs to includeselfas the first parameter, withelemas the second.