* Tous droits réservés. */ namespace Irstea\PlantUmlBundle\Model; use Irstea\PlantUmlBundle\Writer\WritableInterface; /** * * @author Guillaume Perréal */ interface GraphInterface extends WritableInterface, ToConfigInterface { /** * @return void */ public function visitAll(); }