Example #1
0
 public AasEntityBuilder(AasModeManager nodeMgr, AdminShellPackageEnv package,
                         IDictionary <NodeId, IList <IReference> > externalReferences, AasxUaServerOptions options)
 {
     AasEntityBuilder.nodeMgr       = nodeMgr;
     this.package                   = package;
     this.nodeMgrExternalReferences = externalReferences;
     this.aasTypes                  = new AasTypeEntities();
     this.theServerOptions          = options;
     this.aasTypes.BuildEntites(this);
 }