Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.569 Times

Singleton Uml Diagrampdf Refer freeware
Filter: All | Freeware | Demo
 

Singleton Uml Diagrampdf Refer

1 2 3 4 5 > 
Added: April 06, 2013 | Visits: 471

Design Pattern: Singleton (Creational) Intent: Ensures a class only has one instance and provide a global point of access to it [1].Motivation: It's important for some classes to have exactly one instance. For example, it can be desirable to have only a single instance of a GUI. With a MATLABdlT« GUIDE built GUI, the driver or main... Platforms: Matlab

License: Freeware Size: 40.96 KB Download (47): Design Pattern: Singleton (Creational) Download

Released: December 12, 2001  |  Added: August 05, 2006 | Visits: 5.185

Visual Paradigm for UML Visual Paradigm for the Unified Modeling Language (VP-UML) is a UML CASE suite with teamwork capability. The suite of tools are designed for a wide range of users, including Software Engineers, System Analysts, Business Analysts, System Architects alike, who are interested in building large... Platforms: Windows, Mac, *nix

License: Freeware Size: 10 KB Download (391): Visual Paradigm for UML Download

Added: July 09, 2010 | Visits: 649

Text::Refer Text::Refer can parse Unix "refer" files. SYNOPSIS Pull in the module: use Text::Refer; Parse a refer stream from a filehandle: while ($ref = input Text::Refer *FH) { # ...do stuff with $ref... } defined($ref) or die "error parsing input"; Same, but using a parser object for more... Platforms: *nix

License: Freeware Size: 31.74 KB Download (92): Text::Refer Download

Added: April 23, 2010 | Visits: 801

UMMF::UML::MetaMetaModel UMMF::UML::MetaMetaModel is an implementation of the UML Meta-Meta-Model (M3). SYNOPSIS use UMMF::UML::MetaMetaModel; my $factory = UMMF::UML::MetaMetaModel->factory; my $model = $factory->create(Model); $factory->create(Class, name => Foo, namespace => $model); ... This package... Platforms: *nix

License: Freeware Size: 686.08 KB Download (141): UMMF::UML::MetaMetaModel Download

Added: September 21, 2010 | Visits: 1.368

UML::Sequence UML::Sequence is a Perl module to render UML sequence diagrams, often by running the code. SYNOPSIS use UML::Sequence; my $tree = UML::Sequence->new(@methods, @outline, &parse_method); print $tree->build_xml_sequence(Title); To use this package, or see how to use it, see genericseq.pl... Platforms: *nix

License: Freeware Size: 122.88 KB Download (159): UML::Sequence Download

Added: May 19, 2010 | Visits: 1.095

UML::State UML::State is an object oriented module which draws simple state diagrams. SYNOPSIS use UML::State; my $diagram = UML::State->new( $node_array, $start_list, $accept_list, $edges ); # You may change these defaults (doing so may even work): $UML::State::ROW_SPACING = 75; # all numbers... Platforms: *nix

License: Freeware Size: 55.3 KB Download (119): UML::State Download

Added: January 11, 2010 | Visits: 1.059

UML::Sequence::JavaSeq UML::Sequence::JavaSeq is a Perl module for use with genericseq.pl script, works on compiled Java programs. SYNOPSIS genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello > Hello.xml seq2svg.pl Hello.xml > Hello.svg OR genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello |... Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): UML::Sequence::JavaSeq Download

Added: February 05, 2010 | Visits: 964

Test::Singleton Test::Singleton is a test for Singleton classes. SYNOPSIS use Test::More tests => 1; use Test::Singleton; is_singleton( "Some::Class", "new", "instance" ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is asimple, basic module for checking whether a class is a... Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): Test::Singleton Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 741

EDraw UML Diagrammer EDraw UML Diagrammer is ideal for software engineers and software designers who want to draw detailed software design documentation. Edraw UML Diagram Software is a new software diagram design tool which works in the following drawing fields: UML Model Diagram, COM and OLE software diagram, Data... Platforms: Windows, XP, 2003, Windows Vista, 7, 7x64

License: Freeware Download (55): EDraw UML Diagrammer Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 819

Visual Paradigm for UML (Enterprise Edition) for Mac OS A software design tool supports Unified Modeling Language (UML), SysML and database design diagram. Visual Paradigm for UML gives system analysts all the tools needed to capture and organize requirements. System analysts can write use case step in detail by flow of event editor and capture terms... Platforms: Mac

License: Freeware Size: 164.3 MB Download (51): Visual Paradigm for UML (Enterprise Edition) for Mac OS Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 514

UML Editor UML Editor is a powerful utility designed to fuel a model driven architecture. The UML / INTERLIS editor is an attempt to facilitate the application of the model driven approach to a greater number of users. Platforms: Windows

License: Freeware Download (47): UML Editor Download

Added: May 10, 2013 | Visits: 577

Violet UML Editor Violet is a UML editor with these benefits: - Very easy to learn and use. - Draws nice-looking diagrams. - Completely free. - Cross-platform. Violet is intended for developers, students, teachers, and authors who need to produce simple UML diagrams quickly.It draws nice-looking - use case... Platforms: Windows, Java,

License: Freeware Download (52): Violet UML Editor Download

Added: May 10, 2013 | Visits: 272

Simple Singleton This script is an implementation of the singleton without using the __new__ class but by implementing the __call__ method in the metaclass. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Simple Singleton Download

Added: May 10, 2013 | Visits: 475

The Singleton Pattern implemented with Python This script contains a class that shows how to implement the singleton pattern in Python. A singleton is a class that makes sure only one instance of it is ever created. Typically such classes are used to manage resources that by their very nature can only exist once. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 274

Another Singleton Implementation This script creates a unique instance of classes that uses Singleton as their metaclass. Used as a metaclass, Singleton replaces a class with a unique class instance. Any subsequent calls to the class's constructor will result in an exception, as the constructor is overwritten immediately after... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (65): Another Singleton Implementation Download

Added: May 10, 2013 | Visits: 521

TiTaN UML TiTaN UML is a Web Application UML modeling software built in JAVA. Every web application, such as Applets or any PHP script, must pass though a modeling proccess, for it to be more effective, and more comprehensive. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (47): TiTaN UML Download

Added: August 13, 2013 | Visits: 304

PDO Singleton PDO Singleton is an instance of the PDO object that acts as a singleton is created.The PDO Singleton provides functions to access a database using the PDO object for executing queries, retrieving the results and managing transactions. Platforms: PHP

License: Freeware Size: 10 KB Download (41): PDO Singleton Download

Added: June 11, 2013 | Visits: 364

Singleton PDO Singleton PDO can be used to create a singleton instance of the PDO class.Singleton PDO provides a static function that stores a reference of the current object in a static variable. Next time the function is called, it returns a reference to the first object that was created.Additionally,... Platforms: PHP

License: Freeware Size: 10 KB Download (40): Singleton PDO Download

Released: January 04, 2003  |  Added: March 21, 2006 | Visits: 3.485

Visual Paradigm for UML Community Edition Visual Paradigm for UML is an ALL-IN-ONE visual development platform. It supports the latest UML diagram for visual modeling and code generation. VP-UML also embedded with a full-featured IDE for coding and round-trip code engineering. In addition, an obfuscator and installer are integrated... Platforms: Windows, *nix

License: Freeware Size: 104.54 MB Download (300): Visual Paradigm for UML Community Edition Download

Released: January 04, 2003  |  Added: January 04, 2006 | Visits: 3.026

Visual Paradigm for UML Community Edition (No Install Support) Visual Paradigm for UML is an ALL-IN-ONE visual development platform. It supports the latest UML diagram for visual modeling and code generation. VP-UML also embedded with a full-featured IDE for coding and round-trip code engineering. In addition, an obfuscator and installer are integrated... Platforms: Windows, *nix

License: Freeware Size: 109.52 MB Download (189): Visual Paradigm for UML Community Edition (No Install Support) Download

1 2 3 4 5 >