コード例 #1
0
 protected override void Init()
 {
     _implementationList = new ImplementationList();
 }
コード例 #2
0
ファイル: Classifier.cs プロジェクト: pgenfer/YumlFrontEnd
 /// <summary>
 /// only used for test stubs, do not delete and do not use in production code
 /// </summary>
 public Classifier()
 {
     _interfaceImplementations = new ImplementationList {Root = this};
     _associations = new ClassifierAssociationList {Root = this};
 }