소스 검색

add missing hierarchical types

Martin Kunz 1 년 전
부모
커밋
4a8533a118
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/ua/UABaseNode.ts

+ 2 - 0
src/ua/UABaseNode.ts

@@ -33,9 +33,11 @@ export class UABaseNode implements IToXML{
             }
             switch(ref.referenceType) {
                 case 'HasComponent':
+                case 'HasOrderedComponent':
                 case 'Organizes':
                 case 'HasProperty':
                 case 'HasSubtype':
+                case 'HasAddIn':
                     if(ref.isForward) {
                         if(!this.children.includes(node))
                             this.children.push(node);