Skip to content

Commit

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

Expand Down

0 comments on commit 559a569

Please sign in to comment.