diff --git a/Behavioral/ChainOfResponsibilities/uml/uml.svg b/Behavioral/ChainOfResponsibilities/uml/uml.svg deleted file mode 100644 index 38dd1af..0000000 --- a/Behavioral/ChainOfResponsibilities/uml/uml.svg +++ /dev/null @@ -1,363 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - successor - - - - - - - - - - - - append(handler) - - - - - - - - - handle(req) - - - - - - - - - processing(req) - - - - - - - - - - - - - Handler - - - Handler - - - - - - - - - - - - - - - - - - - data - - - - - - - - - - - - __construct(data) - - - - - - - - - - - - processing(req) - - - - - - - - - - - - - FastStorage - - - FastStorage - - - - - - - - - - - - - - - - - - - data - - - - - - - - - - - - __construct(data) - - - - - - - - - - - - processing(req) - - - - - - - - - - - - - SlowStorage - - - SlowStorage - - - - - - - - - - - - - - - - Request - - - Request - - - - - - - - - - - diff --git a/Behavioral/Command/uml/uml.svg b/Behavioral/Command/uml/uml.svg deleted file mode 100644 index 94e72d0..0000000 --- a/Behavioral/Command/uml/uml.svg +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - command - - - - - - - - - - - - setCommand(cmd) - - - - - - - - - run() - - - - - - - - - - - - - Invoker - - - Invoker - - - - - - - - - - - - - - - - - - - output - - - - - - - - - - - - __construct(console) - - - - - - - - - - - - execute() - - - - - - - - - - - - - HelloCommand - - - HelloCommand - - - - - - - - - - - - - - - - - - execute() - - - - - - - - - - - - - CommandInterface - - - CommandInterface - - - - - - - - - - - - - - - - - - write(str) - - - - - - - - - - - - - Receiver - - - Receiver - - - - - - - - - diff --git a/Behavioral/Iterator/uml/uml.svg b/Behavioral/Iterator/uml/uml.svg deleted file mode 100644 index d72d5b8..0000000 --- a/Behavioral/Iterator/uml/uml.svg +++ /dev/null @@ -1,638 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bookList - - - - - - - - - - currentBook - - - - - - - - - - - - __construct(bookList) - - - - - - - - - - - - next() - - - - - - - - - valid() - - - - - - - - - - - - - BookListReverseIterator - - - BookListReverseIterator - - - - - - - - - - - - - - - - - - - - - - - - - books - - - - - - - - - - - - getBook(bookNumberToGet) - - - - - - - - - addBook(book) - - - - - - - - - removeBook(bookToRemove) - - - - - - - - - count() - - - - - - - - - - - - - BookList - - - BookList - - - - - - - - - - - - - - - - - - - bookList - - - - - - - - - - currentBook - - - - - - - - - - - - __construct(bookList) - - - - - - - - - - - - current() - - - - - - - - - next() - - - - - - - - - key() - - - - - - - - - valid() - - - - - - - - - rewind() - - - - - - - - - - - - - BookListIterator - - - BookListIterator - - - - - - - - - - - - - - - - - - - author - - - - - - - - - - title - - - - - - - - - - - - __construct(title, author) - - - - - - - - - - - - getAuthor() - - - - - - - - - getTitle() - - - - - - - - - getAuthorAndTitle() - - - - - - - - - - - - - Book - - - Book - - - - - - - - - diff --git a/Behavioral/Mediator/uml/uml.svg b/Behavioral/Mediator/uml/uml.svg deleted file mode 100644 index 6934436..0000000 --- a/Behavioral/Mediator/uml/uml.svg +++ /dev/null @@ -1,651 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - getData() - - - - - - - - - - - - - Database - - - Database - - - - - - - - - - - - - - - - - - - - - - - - sendResponse(content) - - - - - - - - - makeRequest() - - - - - - - - - queryDb() - - - - - - - - - - - - - MediatorInterface - - - MediatorInterface - - - - - - - - - - - - - - - - - - request() - - - - - - - - - output(content) - - - - - - - - - - - - - Client - - - Client - - - - - - - - - - - - - - - - - - - - - - - - - server - - - - - - - - - - database - - - - - - - - - - client - - - - - - - - - - - - setColleague(db, cl, srv) - - - - - - - - - makeRequest() - - - - - - - - - queryDb() - - - - - - - - - sendResponse(content) - - - - - - - - - - - - - Mediator - - - Mediator - - - - - - - - - - - - - - - - - - - - - process() - - - - - - - - - - - - - Server - - - Server - - - - - - - - - - - - - - - - - - - - - - - - - mediator - - - - - - - - - - - - __construct(medium) - - - - - - - - - - - - getMediator() - - - - - - - - - - - - - Colleague - - - Colleague - - - - - - - - - - - - - - - diff --git a/Behavioral/Memento/uml/uml.svg b/Behavioral/Memento/uml/uml.svg deleted file mode 100644 index aeb665a..0000000 --- a/Behavioral/Memento/uml/uml.svg +++ /dev/null @@ -1,952 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - validStates - - - - - - - - - - - - - - - - state - - - - - - - - - - - - - - - - - - - STATE_CREATED - - - - - - - - - - - - - - - - STATE_OPENED - - - - - - - - - - - - - - - - STATE_ASSIGNED - - - - - - - - - - - - - - - - STATE_CLOSED - - - - - - - - - - - - - - - - ensureIsValidState(state) - - - - - - - - - - - - - __toString() - - - - - - - - - - - - - State - - - State - - - - - - - - - - - - - - - - - - - - - - - - - validStates - - - - - - - - - - - - - - - - state - - - - - - - - - - - - - - - - - - - STATE_CREATED - - - - - - - - - - - - - - - - STATE_OPENED - - - - - - - - - - - - - - - - STATE_ASSIGNED - - - - - - - - - - - - - - - - STATE_CLOSED - - - - - - - - - - - - - - - - - - - - - - ensureIsValidState(state) - - - - - - - - - - - - - - - - __toString() - - - - - - - - - - - - - State - - - State - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - state - - - - - - - - - - - - - - - - getState() - - - - - - - - - - - - - Memento - - - Memento - - - - - - - - - - - - - - - - - - - - - - state - - - - - - - - - - - - - - - - - - - getState() - - - - - - - - - - - - - Memento - - - Memento - - - - - - - - - - - - - - - - - - - - - - - - - currentState - - - - - - - - - - - - - - - - open() - - - - - - - - - - - - - assign() - - - - - - - - - - - - - close() - - - - - - - - - - - - - saveToMemento() - - - - - - - - - - - - - restoreFromMemento(memento) - - - - - - - - - - - - - getState() - - - - - - - - - - - - - Ticket - - - Ticket - - - - - - - - - - - - - - - - - - - - - - currentState - - - - - - - - - - - - - - - - - - - open() - - - - - - - - - - - - - - - - assign() - - - - - - - - - - - - - - - - close() - - - - - - - - - - - - - - - - saveToMemento() - - - - - - - - - - - - - - - - restoreFromMemento(memento) - - - - - - - - - - - - - - - - getState() - - - - - - - - - - - - - Ticket - - - Ticket - - - diff --git a/Behavioral/NullObject/uml/uml.svg b/Behavioral/NullObject/uml/uml.svg deleted file mode 100644 index 12273b4..0000000 --- a/Behavioral/NullObject/uml/uml.svg +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - log(str) - - - - - - - - - - - - - NullLogger - - - NullLogger - - - - - - - - - - - - - - - - - - log(str) - - - - - - - - - - - - - PrintLogger - - - PrintLogger - - - - - - - - - - - - - - - - - - log(str) - - - - - - - - - - - - - LoggerInterface - - - LoggerInterface - - - - - - - - - - - - - - - - - - - logger - - - - - - - - - - - - __construct(log) - - - - - - - - - - - - doSomething() - - - - - - - - - - - - - Service - - - Service - - - - - - - - - - - diff --git a/Behavioral/Observer/uml/uml.svg b/Behavioral/Observer/uml/uml.svg deleted file mode 100644 index 44f3c60..0000000 --- a/Behavioral/Observer/uml/uml.svg +++ /dev/null @@ -1,649 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - changedUsers - - - - - - - - - - - - - - - - update(subject) - - - - - - - - - - - - - getChangedUsers() - - - - - - - - - - - - - UserObserver - - - UserObserver - - - - - - - - - - - - - - - - - - - - - - changedUsers - - - - - - - - - - - - - - - - - - - update(subject) - - - - - - - - - - - - - - - - getChangedUsers() - - - - - - - - - - - - - UserObserver - - - UserObserver - - - - - - - - - - - - - - - - - - - - - - update(subject) - - - - - - - - - - - - - SplObserver - - - SplObserver - - - - - - - - - - - - - - - - - - - - - - update(subject) - - - - - - - - - - - - - SplObserver - - - SplObserver - - - - - - - - - - - - - - - - - - - - - - - - - email - - - - - - - - - - - - - - - - observers - - - - - - - - - - - - - - - - attach(observer) - - - - - - - - - - - - - detach(observer) - - - - - - - - - - - - - changeEmail(email) - - - - - - - - - - - - - notify() - - - - - - - - - - - - - User - - - User - - - - - - - - - - - - - - - - - - - - - - email - - - - - - - - - - - - - - - - observers - - - - - - - - - - - - - - - - - - - attach(observer) - - - - - - - - - - - - - - - - detach(observer) - - - - - - - - - - - - - - - - changeEmail(email) - - - - - - - - - - - - - - - - notify() - - - - - - - - - - - - - User - - - User - - - - - - - - - diff --git a/Behavioral/Specification/uml/uml.svg b/Behavioral/Specification/uml/uml.svg deleted file mode 100644 index 90e205c..0000000 --- a/Behavioral/Specification/uml/uml.svg +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Behavioral/State/uml/uml.svg b/Behavioral/State/uml/uml.svg deleted file mode 100644 index 7cffe9c..0000000 --- a/Behavioral/State/uml/uml.svg +++ /dev/null @@ -1,665 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - __construct() - - - - - - - - - - - - - done() - - - - - - - - - - - - - ShippingOrder - - - ShippingOrder - - - - - - - - - - - - - - - - __construct() - - - - - - - - - - - - - done() - - - - - - - - - - - - - ShippingOrder - - - ShippingOrder - - - - - - - - - - - - - - - - - - - __construct() - - - - - - - - - - - - - done() - - - - - - - - - - - - - CreateOrder - - - CreateOrder - - - - - - - - - - - - - - - - __construct() - - - - - - - - - - - - - done() - - - - - - - - - - - - - CreateOrder - - - CreateOrder - - - - - - - - - - - - - - - - - - - details - - - - - - - - - - - state - - - - - - - - - - - - - done() - - - - - - - - - - setStatus(status) - - - - - - - - - - getStatus() - - - - - - - - - - - - - StateOrder - - - StateOrder - - - - - - - - - - - - - - - - details - - - - - - - - - - - state - - - - - - - - - - - - - done() - - - - - - - - - - setStatus(status) - - - - - - - - - - getStatus() - - - - - - - - - - - - - StateOrder - - - StateOrder - - - - - - - - - - - - - - - - - - - getState() - - - - - - - - - - setState(state) - - - - - - - - - - done() - - - - - - - - - - getStatus() - - - - - - - - - - - - - ContextOrder - - - ContextOrder - - - - - - - - - - - - - - - - getState() - - - - - - - - - - setState(state) - - - - - - - - - - done() - - - - - - - - - - getStatus() - - - - - - - - - - - - - ContextOrder - - - ContextOrder - - - - - - - - - - - - - diff --git a/Behavioral/Strategy/uml/uml.svg b/Behavioral/Strategy/uml/uml.svg deleted file mode 100644 index b441390..0000000 --- a/Behavioral/Strategy/uml/uml.svg +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - elements - - - - - - - - - - comparator - - - - - - - - - - - - __construct(elements) - - - - - - - - - - - - sort() - - - - - - - - - setComparator(comparator) - - - - - - - - - - - - - ObjectCollection - - - ObjectCollection - - - - - - - - - - - - - - - - - - compare(a, b) - - - - - - - - - - - - - DateComparator - - - DateComparator - - - - - - - - - - - - - - - - - - compare(a, b) - - - - - - - - - - - - - ComparatorInterface - - - ComparatorInterface - - - - - - - - - - - - - - - - - - compare(a, b) - - - - - - - - - - - - - IdComparator - - - IdComparator - - - - - - - - - - - diff --git a/Behavioral/TemplateMethod/uml/uml.svg b/Behavioral/TemplateMethod/uml/uml.svg deleted file mode 100644 index 6f7f555..0000000 --- a/Behavioral/TemplateMethod/uml/uml.svg +++ /dev/null @@ -1,636 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - enjoyVacation() - - - - - - - - - - - - - BeachJourney - - - BeachJourney - - - - - - - - - - - - - - - - - - - - - - enjoyVacation() - - - - - - - - - - - - - BeachJourney - - - BeachJourney - - - - - - - - - - - - - - - - - - - - - - - - - thingsToDo - - - - - - - - - - - - - - - - takeATrip() - - - - - - - - - - - - - enjoyVacation() - - - - - - - - - - - - - buyGift() - - - - - - - - - - - - - buyAFlight() - - - - - - - - - - - - - takePlane() - - - - - - - - - - - - - getThingsToDo() - - - - - - - - - - - - - Journey - - - Journey - - - - - - - - - - - - - - - - - - - - - - thingsToDo - - - - - - - - - - - - - - - - - - - - - - takeATrip() - - - - - - - - - - - - - - - - enjoyVacation() - - - - - - - - - - - - - - - - buyGift() - - - - - - - - - - - - - - - - buyAFlight() - - - - - - - - - - - - - - - - takePlane() - - - - - - - - - - - - - - - - getThingsToDo() - - - - - - - - - - - - - Journey - - - Journey - - - - - - - - - - - - - - - - - - - - - - enjoyVacation() - - - - - - - - - - - - - buyGift() - - - - - - - - - - - - - CityJourney - - - CityJourney - - - - - - - - - - - - - - - - - - - - - - enjoyVacation() - - - - - - - - - - - - - - - - buyGift() - - - - - - - - - - - - - CityJourney - - - CityJourney - - - - - - - - - - - diff --git a/Behavioral/Visitor/uml/uml.svg b/Behavioral/Visitor/uml/uml.svg deleted file mode 100644 index b2a6945..0000000 --- a/Behavioral/Visitor/uml/uml.svg +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - accept(visitor) - - - - - - - - - - - - - Role - - - Role - - - - - - - - - - - - - - - - - - - - - - - - visitGroup(role) - - - - - - - - - visitUser(role) - - - - - - - - - - - - - RolePrintVisitor - - - RolePrintVisitor - - - - - - - - - - - - - - - - - - - name - - - - - - - - - - - - __construct(name) - - - - - - - - - - - - getName() - - - - - - - - - - - - - Group - - - Group - - - - - - - - - - - - - - - - - - - - - - - - visitUser(role) - - - - - - - - - visitGroup(role) - - - - - - - - - - - - - RoleVisitorInterface - - - RoleVisitorInterface - - - - - - - - - - - - - - - - - - - name - - - - - - - - - - - - __construct(name) - - - - - - - - - - - - getName() - - - - - - - - - - - - - User - - - User - - - - - - - - - - - - - diff --git a/Creational/AbstractFactory/uml/uml.svg b/Creational/AbstractFactory/uml/uml.svg deleted file mode 100644 index 4b448a1..0000000 --- a/Creational/AbstractFactory/uml/uml.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Creational/Builder/uml/uml.svg b/Creational/Builder/uml/uml.svg deleted file mode 100644 index 59fb923..0000000 --- a/Creational/Builder/uml/uml.svg +++ /dev/null @@ -1,832 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Door - - - Door - - - - - - - - - - - - - - - - - - - - - - Engine - - - Engine - - - - - - - - - - - - - - - - - - - - - - - - - car - - - - - - - - - - - - addDoors() - - - - - - - - - addEngine() - - - - - - - - - addWheel() - - - - - - - - - createVehicle() - - - - - - - - - getVehicle() - - - - - - - - - - - - - CarBuilder - - - CarBuilder - - - - - - - - - - - - - - - - Bike - - - Bike - - - - - - - - - - - - - - - - Wheel - - - Wheel - - - - - - - - - - - - - - - - - - - - - - - - - bike - - - - - - - - - - - - addDoors() - - - - - - - - - addEngine() - - - - - - - - - addWheel() - - - - - - - - - createVehicle() - - - - - - - - - getVehicle() - - - - - - - - - - - - - BikeBuilder - - - BikeBuilder - - - - - - - - - - - - - - - - Car - - - Car - - - - - - - - - - - - - - - - - - - - - - - - - data - - - - - - - - - - - - setPart(key, value) - - - - - - - - - - - - - Vehicle - - - Vehicle - - - - - - - - - - - - - - - - - - - - - - - - createVehicle() - - - - - - - - - addWheel() - - - - - - - - - addEngine() - - - - - - - - - addDoors() - - - - - - - - - getVehicle() - - - - - - - - - - - - - BuilderInterface - - - BuilderInterface - - - - - - - - - - - - - - - - - - - - - - - - build(builder) - - - - - - - - - - - - - Director - - - Director - - - - - - - - - - - - - - - diff --git a/Creational/FactoryMethod/uml/uml.svg b/Creational/FactoryMethod/uml/uml.svg deleted file mode 100644 index 5463cb1..0000000 --- a/Creational/FactoryMethod/uml/uml.svg +++ /dev/null @@ -1,50 +0,0 @@ - - - PHP - \DesignPatterns\Creational\FactoryMethod\StdoutLoggerFactory - - \DesignPatterns\Creational\FactoryMethod\LoggerFactory - \DesignPatterns\Creational\FactoryMethod\StdoutLoggerFactory - \DesignPatterns\Creational\FactoryMethod\FileLogger - \DesignPatterns\Creational\FactoryMethod\FileLoggerFactory - \DesignPatterns\Creational\FactoryMethod\StdoutLogger - \DesignPatterns\Creational\FactoryMethod\Logger - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fields - Constants - Constructors - Methods - - private - - diff --git a/Creational/Multiton/uml/uml.svg b/Creational/Multiton/uml/uml.svg deleted file mode 100644 index fe459ab..0000000 --- a/Creational/Multiton/uml/uml.svg +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - instances - - - - - - - - - - - - - INSTANCE_1 - - - - - - - - - - INSTANCE_2 - - - - - - - - - - - - __construct() - - - - - - - - - - - - getInstance(instanceName) - - - - - - - - - __clone() - - - - - - - - - __wakeup() - - - - - - - - - - - - - Multiton - - - Multiton - - - diff --git a/Creational/Pool/uml/uml.svg b/Creational/Pool/uml/uml.svg deleted file mode 100644 index 508ecf6..0000000 --- a/Creational/Pool/uml/uml.svg +++ /dev/null @@ -1,512 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - createdAt - - - - - - - - - - - - - - - - - - - __construct() - - - - - - - - - - - - - - - - - - - run(text) - - - - - - - - - - - - - StringReverseWorker - - - StringReverseWorker - - - - - - - - - - - - - - - - - - - - - - createdAt - - - - - - - - - - - - - - - - - - - __construct() - - - - - - - - - - - - - - - - - - - run(text) - - - - - - - - - - - - - StringReverseWorker - - - StringReverseWorker - - - - - - - - - - - - - - - - - - - - - - - - - occupiedWorkers - - - - - - - - - - - - - - - - freeWorkers - - - - - - - - - - - - - - - - - - - get() - - - - - - - - - - - - - - - - dispose(worker) - - - - - - - - - - - - - - - - count() - - - - - - - - - - - - - WorkerPool - - - WorkerPool - - - - - - - - - - - - - - - - - - - - - - occupiedWorkers - - - - - - - - - - - - - - - - freeWorkers - - - - - - - - - - - - - - - - - - - get() - - - - - - - - - - - - - - - - dispose(worker) - - - - - - - - - - - - - - - - count() - - - - - - - - - - - - - WorkerPool - - - WorkerPool - - - diff --git a/Creational/Prototype/uml/uml.svg b/Creational/Prototype/uml/uml.svg deleted file mode 100644 index 34844a0..0000000 --- a/Creational/Prototype/uml/uml.svg +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - category - - - - - - - - - - - - __clone() - - - - - - - - - - - - - FooBookPrototype - - - FooBookPrototype - - - - - - - - - - - - - - - - - - - title - - - - - - - - - - category - - - - - - - - - - - - __clone() - - - - - - - - - getTitle() - - - - - - - - - setTitle(title) - - - - - - - - - - - - - BookPrototype - - - BookPrototype - - - - - - - - - - - - - - - - - - - category - - - - - - - - - - - - __clone() - - - - - - - - - - - - - BarBookPrototype - - - BarBookPrototype - - - - - - - - - - - diff --git a/Creational/SimpleFactory/uml/uml.svg b/Creational/SimpleFactory/uml/uml.svg deleted file mode 100644 index 73d07c1..0000000 --- a/Creational/SimpleFactory/uml/uml.svg +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - driveTo(destination) - - - - - - - - - - - - - Bicycle - - - Bicycle - - - - - - - - - - - - - - - - - - - - - - driveTo(destination) - - - - - - - - - - - - - Bicycle - - - Bicycle - - - - - - - - - - - - - - - - - - - - - - createBicycle() - - - - - - - - - - - - - SimpleFactory - - - SimpleFactory - - - - - - - - - - - - - - - - - - - - - - createBicycle() - - - - - - - - - - - - - SimpleFactory - - - SimpleFactory - - - diff --git a/Creational/Singleton/uml/uml.svg b/Creational/Singleton/uml/uml.svg deleted file mode 100644 index f8e69cf..0000000 --- a/Creational/Singleton/uml/uml.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - instance - - - - - - - - - - - - __construct() - - - - - - - - - - - - getInstance() - - - - - - - - - __clone() - - - - - - - - - __wakeup() - - - - - - - - - - - - - Singleton - - - Singleton - - - diff --git a/Creational/StaticFactory/uml/uml.svg b/Creational/StaticFactory/uml/uml.svg deleted file mode 100644 index 2626370..0000000 --- a/Creational/StaticFactory/uml/uml.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/More/EAV/uml/uml.svg b/More/EAV/uml/uml.svg deleted file mode 100644 index 26ff3cc..0000000 --- a/More/EAV/uml/uml.svg +++ /dev/null @@ -1,668 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - getValues() - - - - - - - - - - addValue(value) - - - - - - - - - - removeValue(value) - - - - - - - - - - - - - ValueAccessInterface - - - ValueAccessInterface - - - - - - - - - - - - - - - - - - - values - - - - - - - - - - name - - - - - - - - - - - - - getValues() - - - - - - - - - - addValue(value) - - - - - - - - - - removeValue(value) - - - - - - - - - - getName() - - - - - - - - - - setName(name) - - - - - - - - - - - - - Attribute - - - Attribute - - - - - - - - - - - - - - - - - - - values - - - - - - - - - - name - - - - - - - - - - - - - getValues() - - - - - - - - - - addValue(value) - - - - - - - - - - removeValue(value) - - - - - - - - - - getName() - - - - - - - - - - setName(name) - - - - - - - - - - - - - Entity - - - Entity - - - - - - - - - - - - - - - - - - - __construct(attribute) - - - - - - - - - - - - - setAttribute(attribute) - - - - - - - - - - getAttribute() - - - - - - - - - - - - - ValueInterface - - - ValueInterface - - - - - - - - - - - - - - - - - - - attribute - - - - - - - - - - name - - - - - - - - - - - - - __construct(attribute) - - - - - - - - - - - - - setAttribute(attribute) - - - - - - - - - - getAttribute() - - - - - - - - - - getName() - - - - - - - - - - setName(name) - - - - - - - - - - - - - Value - - - Value - - - - - - - - - - - - - diff --git a/More/Repository/uml/uml.svg b/More/Repository/uml/uml.svg deleted file mode 100644 index 97e0a5c..0000000 --- a/More/Repository/uml/uml.svg +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/More/ServiceLocator/uml/uml.svg b/More/ServiceLocator/uml/uml.svg deleted file mode 100644 index 9ee2d3e..0000000 --- a/More/ServiceLocator/uml/uml.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DatabaseServiceInterface - - - DatabaseServiceInterface - - - - - - - - - - - - - - - - LogService - - - LogService - - - - - - - - - - - - - - - - - - - services - - - - - - - - - - instantiated - - - - - - - - - - shared - - - - - - - - - - - - __construct() - - - - - - - - - - - - add(interface, service, share) - - - - - - - - - has(interface) - - - - - - - - - get(interface) - - - - - - - - - - - - - ServiceLocator - - - ServiceLocator - - - - - - - - - - - - - - - - - - has(interface) - - - - - - - - - get(interface) - - - - - - - - - - - - - ServiceLocatorInterface - - - ServiceLocatorInterface - - - - - - - - - - - - - - - - LogServiceInterface - - - LogServiceInterface - - - - - - - - - - - - - - - - DatabaseService - - - DatabaseService - - - - - - - - - - - - - diff --git a/Structural/Adapter/uml/uml.svg b/Structural/Adapter/uml/uml.svg deleted file mode 100644 index 28e2b9c..0000000 --- a/Structural/Adapter/uml/uml.svg +++ /dev/null @@ -1,1158 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - page - - - - - - - - - - - - - - - - open() - - - - - - - - - - - - - turnPage() - - - - - - - - - - - - - getPage() - - - - - - - - - - - - - Book - - - Book - - - - - - - - - - - - - - - - - - - - - - page - - - - - - - - - - - - - - - - - - - open() - - - - - - - - - - - - - - - - turnPage() - - - - - - - - - - - - - - - - getPage() - - - - - - - - - - - - - Book - - - Book - - - - - - - - - - - - - - - - - - - - - - turnPage() - - - - - - - - - - - - - open() - - - - - - - - - - - - - getPage() - - - - - - - - - - - - - BookInterface - - - BookInterface - - - - - - - - - - - - - - - - - - - - - - turnPage() - - - - - - - - - - - - - - - - open() - - - - - - - - - - - - - - - - getPage() - - - - - - - - - - - - - BookInterface - - - BookInterface - - - - - - - - - - - - - - - - - - - - - - - - - eBook - - - - - - - - - - - - - - - - __construct(eBook) - - - - - - - - - - - - - - - - open() - - - - - - - - - - - - - turnPage() - - - - - - - - - - - - - getPage() - - - - - - - - - - - - - EBookAdapter - - - EBookAdapter - - - - - - - - - - - - - - - - - - - - - - eBook - - - - - - - - - - - - - - - - - - - __construct(eBook) - - - - - - - - - - - - - - - - - - - open() - - - - - - - - - - - - - - - - turnPage() - - - - - - - - - - - - - - - - getPage() - - - - - - - - - - - - - EBookAdapter - - - EBookAdapter - - - - - - - - - - - - - - - - - - - - - - unlock() - - - - - - - - - - - - - pressNext() - - - - - - - - - - - - - getPage() - - - - - - - - - - - - - EBookInterface - - - EBookInterface - - - - - - - - - - - - - - - - - - - - - - unlock() - - - - - - - - - - - - - - - - pressNext() - - - - - - - - - - - - - - - - getPage() - - - - - - - - - - - - - EBookInterface - - - EBookInterface - - - - - - - - - - - - - - - - - - - - - - - - - totalPages - - - - - - - - - - - - - - - - page - - - - - - - - - - - - - - - - pressNext() - - - - - - - - - - - - - unlock() - - - - - - - - - - - - - getPage() - - - - - - - - - - - - - Kindle - - - Kindle - - - - - - - - - - - - - - - - - - - - - - totalPages - - - - - - - - - - - - - - - - page - - - - - - - - - - - - - - - - - - - pressNext() - - - - - - - - - - - - - - - - unlock() - - - - - - - - - - - - - - - - getPage() - - - - - - - - - - - - - Kindle - - - Kindle - - - - - - - - - - - - - diff --git a/Structural/Bridge/uml/uml.svg b/Structural/Bridge/uml/uml.svg deleted file mode 100644 index 8a0b7e4..0000000 --- a/Structural/Bridge/uml/uml.svg +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Structural/Composite/uml/uml.svg b/Structural/Composite/uml/uml.svg deleted file mode 100644 index ac9c76e..0000000 --- a/Structural/Composite/uml/uml.svg +++ /dev/null @@ -1,606 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - render() - - - - - - - - - - - - - RenderableInterface - - - RenderableInterface - - - - - - - - - - - - - - - - - - - - - - render() - - - - - - - - - - - - - RenderableInterface - - - RenderableInterface - - - - - - - - - - - - - - - - - - - - - - render() - - - - - - - - - - - - - InputElement - - - InputElement - - - - - - - - - - - - - - - - - - - - - - render() - - - - - - - - - - - - - InputElement - - - InputElement - - - - - - - - - - - - - - - - - - - - - - - - - text - - - - - - - - - - - - - - - - render() - - - - - - - - - - - - - TextElement - - - TextElement - - - - - - - - - - - - - - - - - - - - - - text - - - - - - - - - - - - - - - - - - - render() - - - - - - - - - - - - - TextElement - - - TextElement - - - - - - - - - - - - - - - - - - - - - - - - - elements - - - - - - - - - - - - - - - - render() - - - - - - - - - - - - - addElement(element) - - - - - - - - - - - - - Form - - - Form - - - - - - - - - - - - - - - - - - - - - - elements - - - - - - - - - - - - - - - - - - - render() - - - - - - - - - - - - - - - - addElement(element) - - - - - - - - - - - - - Form - - - Form - - - - - - - - - - - - - diff --git a/Structural/DataMapper/uml/uml.svg b/Structural/DataMapper/uml/uml.svg deleted file mode 100644 index 612769f..0000000 --- a/Structural/DataMapper/uml/uml.svg +++ /dev/null @@ -1,680 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - adapter - - - - - - - - - - - - - - - - findById(id) - - - - - - - - - - - - - mapRowToUser(row) - - - - - - - - - - - - - UserMapper - - - UserMapper - - - - - - - - - - - - - - - - - - - - - - adapter - - - - - - - - - - - - - - - - - - - findById(id) - - - - - - - - - - - - - - - - mapRowToUser(row) - - - - - - - - - - - - - UserMapper - - - UserMapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - data - - - - - - - - - - - - - - - - find(id) - - - - - - - - - - - - - StorageAdapter - - - StorageAdapter - - - - - - - - - - - - - - - - - - - - - - data - - - - - - - - - - - - - - - - - - - find(id) - - - - - - - - - - - - - StorageAdapter - - - StorageAdapter - - - - - - - - - - - - - - - - - - - - - - - - - email - - - - - - - - - - - - - - - - username - - - - - - - - - - - - - - - - fromState(state) - - - - - - - - - - - - - getUsername() - - - - - - - - - - - - - getEmail() - - - - - - - - - - - - - User - - - User - - - - - - - - - - - - - - - - - - - - - - email - - - - - - - - - - - - - - - - username - - - - - - - - - - - - - - - - - - - - - - fromState(state) - - - - - - - - - - - - - - - - getUsername() - - - - - - - - - - - - - - - - getEmail() - - - - - - - - - - - - - User - - - User - - - diff --git a/Structural/Decorator/uml/uml.svg b/Structural/Decorator/uml/uml.svg deleted file mode 100644 index 5e20bf9..0000000 --- a/Structural/Decorator/uml/uml.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Structural/DependencyInjection/uml/uml.svg b/Structural/DependencyInjection/uml/uml.svg deleted file mode 100644 index 1e15816..0000000 --- a/Structural/DependencyInjection/uml/uml.svg +++ /dev/null @@ -1,573 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - configuration - - - - - - - - - - - - - - - - getDsn() - - - - - - - - - - - - - DatabaseConnection - - - DatabaseConnection - - - - - - - - - - - - - - - - - - - - - - configuration - - - - - - - - - - - - - - - - - - - getDsn() - - - - - - - - - - - - - DatabaseConnection - - - DatabaseConnection - - - - - - - - - - - - - - - - - - - - - - - - - password - - - - - - - - - - - - - - - - port - - - - - - - - - - - - - - - - host - - - - - - - - - - - - - - - - username - - - - - - - - - - - - - - - - getHost() - - - - - - - - - - - - - getPort() - - - - - - - - - - - - - getUsername() - - - - - - - - - - - - - getPassword() - - - - - - - - - - - - - DatabaseConfiguration - - - DatabaseConfiguration - - - - - - - - - - - - - - - - - - - - - - password - - - - - - - - - - - - - - - - port - - - - - - - - - - - - - - - - host - - - - - - - - - - - - - - - - username - - - - - - - - - - - - - - - - - - - getHost() - - - - - - - - - - - - - - - - getPort() - - - - - - - - - - - - - - - - getUsername() - - - - - - - - - - - - - - - - getPassword() - - - - - - - - - - - - - DatabaseConfiguration - - - DatabaseConfiguration - - - diff --git a/Structural/Facade/uml/uml.svg b/Structural/Facade/uml/uml.svg deleted file mode 100644 index a14db50..0000000 --- a/Structural/Facade/uml/uml.svg +++ /dev/null @@ -1,653 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - execute() - - - - - - - - - - - - - waitForKeyPress() - - - - - - - - - - - - - launch(os) - - - - - - - - - - - - - powerDown() - - - - - - - - - - - - - BiosInterface - - - BiosInterface - - - - - - - - - - - - - - - - - - - - - - execute() - - - - - - - - - - - - - - - - waitForKeyPress() - - - - - - - - - - - - - - - - launch(os) - - - - - - - - - - - - - - - - powerDown() - - - - - - - - - - - - - BiosInterface - - - BiosInterface - - - - - - - - - - - - - - - - - - - - - - - - - os - - - - - - - - - - - - - - - - bios - - - - - - - - - - - - - - - - turnOn() - - - - - - - - - - - - - turnOff() - - - - - - - - - - - - - Facade - - - Facade - - - - - - - - - - - - - - - - - - - - - - os - - - - - - - - - - - - - - - - bios - - - - - - - - - - - - - - - - - - - turnOn() - - - - - - - - - - - - - - - - turnOff() - - - - - - - - - - - - - Facade - - - Facade - - - - - - - - - - - - - - - - - - - - - - halt() - - - - - - - - - - - - - getName() - - - - - - - - - - - - - OsInterface - - - OsInterface - - - - - - - - - - - - - - - - - - - - - - halt() - - - - - - - - - - - - - - - - getName() - - - - - - - - - - - - - OsInterface - - - OsInterface - - - diff --git a/Structural/FluentInterface/uml/uml.svg b/Structural/FluentInterface/uml/uml.svg deleted file mode 100644 index 9418314..0000000 --- a/Structural/FluentInterface/uml/uml.svg +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - from - - - - - - - - - - - - - - - - where - - - - - - - - - - - - - - - - fields - - - - - - - - - - - - - - - - select(fields) - - - - - - - - - - - - - from(table, alias) - - - - - - - - - - - - - where(condition) - - - - - - - - - - - - - __toString() - - - - - - - - - - - - - Sql - - - Sql - - - - - - - - - - - - - - - - - - - - - - from - - - - - - - - - - - - - - - - where - - - - - - - - - - - - - - - - fields - - - - - - - - - - - - - - - - - - - select(fields) - - - - - - - - - - - - - - - - from(table, alias) - - - - - - - - - - - - - - - - where(condition) - - - - - - - - - - - - - - - - __toString() - - - - - - - - - - - - - Sql - - - Sql - - - diff --git a/Structural/Flyweight/uml/uml.svg b/Structural/Flyweight/uml/uml.svg deleted file mode 100644 index fc0d70b..0000000 --- a/Structural/Flyweight/uml/uml.svg +++ /dev/null @@ -1,503 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - name - - - - - - - - - - - - - - - - render(font) - - - - - - - - - - - - - CharacterFlyweight - - - CharacterFlyweight - - - - - - - - - - - - - - - - - - - - - - name - - - - - - - - - - - - - - - - - - - render(font) - - - - - - - - - - - - - CharacterFlyweight - - - CharacterFlyweight - - - - - - - - - - - - - - - - - - - - - - - - - pool - - - - - - - - - - - - - - - - get(name) - - - - - - - - - - - - - count() - - - - - - - - - - - - - FlyweightFactory - - - FlyweightFactory - - - - - - - - - - - - - - - - - - - - - - pool - - - - - - - - - - - - - - - - - - - get(name) - - - - - - - - - - - - - - - - count() - - - - - - - - - - - - - FlyweightFactory - - - FlyweightFactory - - - - - - - - - - - - - - - - - - - - - - render(extrinsicState) - - - - - - - - - - - - - FlyweightInterface - - - FlyweightInterface - - - - - - - - - - - - - - - - - - - - - - render(extrinsicState) - - - - - - - - - - - - - FlyweightInterface - - - FlyweightInterface - - - - - - - - - diff --git a/Structural/Proxy/uml/uml.svg b/Structural/Proxy/uml/uml.svg deleted file mode 100644 index a2c889f..0000000 --- a/Structural/Proxy/uml/uml.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Structural/Registry/uml/uml.svg b/Structural/Registry/uml/uml.svg deleted file mode 100644 index 7daccac..0000000 --- a/Structural/Registry/uml/uml.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - storedValues - - - - - - - - - - - - - LOGGER - - - - - - - - - - - - - - set(key, value) - - - - - - - - - - - get(key) - - - - - - - - - - - - - Registry - - - Registry - - -