forked from prmr/DesignBook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc6-exercise3.class.jet
More file actions
1 lines (1 loc) · 1.83 KB
/
c6-exercise3.class.jet
File metadata and controls
1 lines (1 loc) · 1.83 KB
1
{"diagram":"ClassDiagram","nodes":[{"methods":"IntroducedShow(String, int, Show)","name":"IntroducedShow","x":780,"y":110,"attributes":"aSpeaker: String\naSpeechTime: int","id":0,"type":"ClassNode"},{"methods":"description(): String\nrunningTime(): int","name":"Show","x":580,"y":110,"id":1,"type":"InterfaceNode"},{"name":"There's no field for aShow because\nit's represented as an aggregation.","x":840,"y":240,"id":2,"type":"NoteNode"},{"methods":"CompositeShow(Show[])","name":"CompositeShow","x":370,"y":120,"attributes":"","id":3,"type":"ClassNode"},{"methods":"Concert(String, String, int)","name":"Concert","x":480,"y":230,"attributes":"aTitle: String\naPerformer: String\naRunningTime: int","id":4,"type":"ClassNode"},{"name":"I include the fields but omit\nthe getter methods (not important)\nand implemented methods\n(obviously inferred), but include the\nconstructor to clarify how objects\nare created.","x":540,"y":370,"id":5,"type":"NoteNode"},{"methods":"public Movie(String, int, int)","name":"Movie","x":650,"y":230,"attributes":"aTitle: String\naYear: int\naRunningTime: int","id":6,"type":"ClassNode"}],"edges":[{"Generalization Type":"Implementation","start":4,"end":1,"type":"GeneralizationEdge"},{"Generalization Type":"Implementation","start":6,"end":1,"type":"GeneralizationEdge"},{"Generalization Type":"Implementation","start":3,"end":1,"type":"GeneralizationEdge"},{"Generalization Type":"Implementation","start":0,"end":1,"type":"GeneralizationEdge"},{"startLabel":"","middleLabel":"aShows","start":3,"end":1,"endLabel":"*","type":"AggregationEdge","Aggregation Type":"Aggregation"},{"startLabel":"","middleLabel":"aShow","start":0,"end":1,"endLabel":"","type":"AggregationEdge","Aggregation Type":"Aggregation"},{"start":4,"end":5,"type":"NoteEdge"},{"start":6,"end":5,"type":"NoteEdge"},{"start":0,"end":2,"type":"NoteEdge"}],"version":"3.3"}