Skip to content

Commit

Permalink
equiDataOnly modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkopaul Sarkar committed Dec 5, 2024
1 parent 1c84519 commit 0610ea0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ontologyv2.iuml
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,12 @@ skinparam roundCorner 10
' link direction is left of $class1 by default
!unquoted procedure equiDataOnly($class1, $property, $datatype, $direction = left)
class "$datatype" #white ##[dotted]white
$class1 -$direction-> "$datatype" : $property <<only>>
!$m = getVariable($class1)
!if $m
$m -$direction-> "$datatype" : $property <<only>>
!else
$class1 -$direction-> "$datatype" : $property <<only>>
!endif
!endprocedure

' State '$class1 and $property only $datatype'
Expand Down

0 comments on commit 0610ea0

Please sign in to comment.