Add support for workflow validation
[ccsdk/apps.git] / components / core / src / main / kotlin / org / onap / ccsdk / apps / controllerblueprints / core / data / BluePrintModel.kt
index 9767b2e..663c1fe 100644 (file)
@@ -502,7 +502,7 @@ class InterfaceAssignment {
 A Node Template specifies the occurrence of a manageable software component as part of an application’s topology model which is defined in a TOSCA Service Template.  A Node template is an instance of a specified Node Type and can provide customized properties, constraints or operations which override the defaults provided by its Node Type and its implementations.\r
  */\r
 \r
-class NodeTemplate {\r
+open class NodeTemplate {
     @get:JsonIgnore\r
     var id: String? = null\r
     var description: String? = null\r