MCPcopy Create free account

hub / github.com/MiYogurt/ts-design-pattern / functions

Functions275 in github.com/MiYogurt/ts-design-pattern

↓ 1 callersMethodprintStudentDetails
(studentName: string,studentRollNo: string)
src/MVC.ts:19
↓ 1 callersFunctionretriveStudentFromDatabase
()
src/MVC.ts:56
↓ 1 callersMethodsell
()
src/Command.ts:14
↓ 1 callersMethodsendRequest
(request: string)
src/InterceptingFilter.ts:76
↓ 1 callersMethodsetFilterManager
(filterManager: FilterManager)
src/InterceptingFilter.ts:72
↓ 1 callersMethodsetRedBorder
( decoratedShape: Shape)
src/Decorator.ts:39
↓ 1 callersMethodsetStudentName
(name: string)
src/MVC.ts:35
↓ 1 callersMethodsetTarget
(target: Target)
src/InterceptingFilter.ts:47
↓ 1 callersMethodshowMessage
(user: User, message: string)
src/Mediator.ts:2
↓ 1 callersMethodstartPlay
()
src/Template.ts:28
↓ 1 callersMethodtrackRequest
(request: string)
src/FrontController.ts:44
↓ 1 callersMethodupdate
()
src/Observer.ts:67
↓ 1 callersMethodwrite
(message: string)
src/ChainResponsibility.ts:61
Methodaccept
(computerPartVisitor: ComputerPartVisitor)
src/Visitor.ts:7
Methodaccept
(computerPartVisitor: ComputerPartVisitor)
src/Visitor.ts:14
Methodaccept
(computerPartVisitor: ComputerPartVisitor)
src/Visitor.ts:21
Methodaccept
(computerPartVisitor: ComputerPartVisitor)
src/Visitor.ts:35
Functionclone
()
src/Prototype.ts:18
Functionconstructor
(drawApi : DrawApi)
src/Bridge.ts:23
Functionconstructor
(protected decoratedShape: Shape)
src/Decorator.ts:21
Methodconstructor
(businessService: BusinessDelegate)
src/BusinessDelegate.ts:50
Methodconstructor
(name: string,rollNo: number)
src/DataAccessObject.ts:6
Methodconstructor
()
src/DataAccessObject.ts:39
Methodconstructor
(fileName: string)
src/Proxy.ts:8
Methodconstructor
(fileName: string)
src/Proxy.ts:27
Methodconstructor
(abcStock: Stock)
src/Command.ts:22
Methodconstructor
(abcStock: Stock)
src/Command.ts:34
Methodconstructor
(type)
src/Adapter.ts:25
Methodconstructor
()
src/Singleton.ts:4
Methodconstructor
()
src/Singleton.ts:15
Methodconstructor
()
src/Singleton.ts:38
Methodconstructor
()
src/ServiceLocator.ts:49
Methodconstructor
(x: number, y: number, radius: number, drawApi: DrawApi)
src/Bridge.ts:34
Methodconstructor
(color: string)
src/Flyweight.ts:10
Methodconstructor
(subject: Subject)
src/Observer.ts:33
Methodconstructor
(subject: Subject)
src/Observer.ts:47
Methodconstructor
(subject: Subject)
src/Observer.ts:61
Methodconstructor
(name: string)
src/NullObject.ts:9
Methodconstructor
(decoratedShape : Shape)
src/Decorator.ts:30
Methodconstructor
()
src/State.ts:32
Methodconstructor
(name: string, rollNo: number)
src/TransferObject.ts:10
Methodconstructor
()
src/TransferObject.ts:37
Methodconstructor
(model: Student,view: StudentView)
src/MVC.ts:30
Methodconstructor
()
src/Visitor.ts:30
Methodconstructor
(data: string)
src/Interpreter.ts:7
Methodconstructor
(expr1: Expression, expr2: Expression)
src/Interpreter.ts:22
Methodconstructor
(expr1: Expression, expr2: Expression)
src/Interpreter.ts:36
Methodconstructor
(strategy: Strategy)
src/Strategy.ts:27
Methodconstructor
(target: Target)
src/InterceptingFilter.ts:56
Methodconstructor
(public name: string, public gender: string, public maritalStatus: string)
src/Filter.ts:2
Methodconstructor
(public criteria: Criteria, public otherCriteria: Criteria)
src/Filter.ts:30
Methodconstructor
(public criteria: Criteria, public otherCriteria: Criteria)
src/Filter.ts:39
Methodconstructor
(name: string)
src/Mediator.ts:19
Methodconstructor
(state: string)
src/Memento.ts:4
Methodconstructor
()
src/Facade.ts:29
Methodconstructor
(name: string, dept: string, sal: number)
src/Composite.ts:8
Methodconstructor
(level : number)
src/ChainResponsibility.ts:30
Methodconstructor
(level: number)
src/ChainResponsibility.ts:43
Methodconstructor
(level: number)
src/ChainResponsibility.ts:56
Methodconstructor
()
src/FrontController.ts:17
Methodconstructor
()
src/FrontController.ts:35
MethoddeleteStudent
(student: Student)
src/DataAccessObject.ts:32
MethoddeleteStudent
(student: Student)
src/DataAccessObject.ts:47
MethoddeleteStudent
(student: StudentVO)
src/TransferObject.ts:44
Methoddisplay
()
src/Proxy.ts:13
Methoddisplay
()
src/Proxy.ts:31
MethoddoAction
(context: Context)
src/State.ts:7
MethoddoAction
(context: Context)
src/State.ts:19
MethoddoOperation
(num1: number, num2: number)
src/Strategy.ts:7
MethoddoOperation
(num1: number, num2: number)
src/Strategy.ts:13
MethoddoOperation
(num1: number, num2: number)
src/Strategy.ts:19
MethoddoProcessing
()
src/BusinessDelegate.ts:8
MethoddoProcessing
()
src/BusinessDelegate.ts:14
MethoddoTask
()
src/BusinessDelegate.ts:40
Functiondraw
()
src/Decorator.ts:23
Methoddraw
()
src/Prototype.ts:34
Methoddraw
()
src/Prototype.ts:41
Methoddraw
()
src/Prototype.ts:48
Methoddraw
(radius: number, x : number, y : number)
src/Bridge.ts:9
Methoddraw
(radius: number, x: number, y: number)
src/Bridge.ts:16
Methoddraw
()
src/Bridge.ts:41
Methoddraw
()
src/Flyweight.ts:2
Methoddraw
()
src/Flyweight.ts:14
Methoddraw
()
src/Decorator.ts:3
Methoddraw
()
src/Decorator.ts:8
Methoddraw
()
src/Decorator.ts:14
Methoddraw
()
src/Decorator.ts:34
Methoddraw
()
src/Facade.ts:7
Methoddraw
()
src/Facade.ts:13
Methoddraw
()
src/Facade.ts:19
MethodendPlay
()
src/Template.ts:36
Methodexecute
()
src/Command.ts:26
Methodexecute
()
src/Command.ts:38
Methodexecute
()
src/ServiceLocator.ts:13
Methodexecute
()
src/ServiceLocator.ts:23
Methodexecute
(request: string)
src/InterceptingFilter.ts:14
Methodexecute
(request: string)
src/InterceptingFilter.ts:20
Methodexecute
(request: string)
src/InterceptingFilter.ts:27
Methodexecute
(request: string)
src/InterceptingFilter.ts:40
MethodgetAllStudents
()
src/DataAccessObject.ts:54
← previousnext →101–200 of 275, ranked by callers