UmlSequenceDiagramFactoryInterface.interface.php

Go to the documentation of this file.
00001 <?php
00011 interface UmlSequenceDiagramFactoryInterface
00012 {
00018         public static function getInstance();
00019 
00027     public function setUmlSequenceDiagram( UmlSequenceDiagram $objUmlSequenceDiagram );
00028 
00035     public function getUmlSequenceDiagram();
00036 
00043     public function perform();
00044 }
00045 ?>

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