Skip to content

Commit

Permalink
Corrected the note that informs the user that guards without semantic…
Browse files Browse the repository at this point in the history
…s are currently not supported.
  • Loading branch information
thomasfruehwirth committed Nov 24, 2020
1 parent 016c33f commit 8a7cd89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ mapping UML::Constraint::constraint2HasGuard(inout nodeset : OPCUA::UANodeSetTyp
log("Processing constraint/guard without specification/semantics");
guardVariable._references.reference += object OPCUA::Reference{referenceType := getId("HasTypeDefinition"); value := getId("GuardVariableType")};
} else { // guard with semantics
log("Processing constraint/guard with specification/semantics is currently not supported. No guard will be added.");
log("Processing constraint/guard with specification/semantics is currently not supported. No guard semantics will be added.");

};

Expand Down

0 comments on commit 8a7cd89

Please sign in to comment.