UmlSequenceDiagramPrinterInterface.interface.php

Go to the documentation of this file.
00001 <?php
00012 interface UmlSequenceDiagramPrinterInterface
00013 {
00019         public static function getInstance();   
00020 
00027     public  function setConfiguration( UmlSequenceDiagramPrinterConfigurationInterface $objConfiguration );
00028 
00034     public  function getConfiguration();
00035 
00036 
00043         public function perform( UmlSequenceDiagram $objUmlSequenceDiagram );
00044 
00048     public function getHeader();
00049 }
00050 ?>

Generated on Sat Apr 7 14:19:10 2012 for CodeToDiagram by  doxygen 1.5.9