コード例 #1
0
 public UseCaseGeneralizationConnection(UseCaseGeneralization relationship, Shape firstShape, Shape secondShape)
     : base(relationship, firstShape, secondShape)
 {
     this.generalization = relationship;
 }
コード例 #2
0
ファイル: UseCaseDiagram.cs プロジェクト: xtjatswc/NClass
 public bool InsertGeneralization(UseCaseGeneralization generalization)
 {
     return(model.InsertRelationship(generalization));
 }