示例#1
0
  private void buildApplicationAgnosticMetadata() {

    if (toscaParser.getServiceTemplateOfTopology() != null) {
      this.setApplicationAgnosticMetadata(
          new ApplicationAgnosticMetadata(toscaParser.getServiceTemplateOfTopology()));
    } else {
      this.setApplicationAgnosticMetadata(new ApplicationAgnosticMetadata());
    }
  }