diff --git a/repository/OpenPonk-ClassEditor/OPUmlAssociationEndLabel.class.st b/repository/OpenPonk-ClassEditor/OPUmlAssociationEndLabel.class.st index 2f1e31ae..d9d8f1c4 100644 --- a/repository/OpenPonk-ClassEditor/OPUmlAssociationEndLabel.class.st +++ b/repository/OpenPonk-ClassEditor/OPUmlAssociationEndLabel.class.st @@ -29,6 +29,12 @@ OPUmlAssociationEndLabel >> defaultAnchorConstraintPosition [ ifFalse: [ OPRSAnchorConstraintEndDistanceReference ]) distance: 10 ] +{ #category : #'as yet unclassified' } +OPUmlAssociationEndLabel >> defaultMinDistance [ + + ^ super defaultMinDistance negated +] + { #category : #accessing } OPUmlAssociationEndLabel >> defaultText [ diff --git a/repository/OpenPonk-ClassEditor/OPUmlAssociationLabel.class.st b/repository/OpenPonk-ClassEditor/OPUmlAssociationLabel.class.st index 45ee7b5c..b0f4ac3e 100644 --- a/repository/OpenPonk-ClassEditor/OPUmlAssociationLabel.class.st +++ b/repository/OpenPonk-ClassEditor/OPUmlAssociationLabel.class.st @@ -10,12 +10,6 @@ OPUmlAssociationLabel >> defaultAnchorConstraintPosition [ ^ OPRSAnchorConstraintBalanceReference balance: 0.5 ] -{ #category : #'as yet unclassified' } -OPUmlAssociationLabel >> defaultMinDistance [ - - ^ super defaultMinDistance negated -] - { #category : #accessing } OPUmlAssociationLabel >> defaultText [ diff --git a/repository/OpenPonk-ClassEditor/OPUmlAssociationPropertiesLabel.class.st b/repository/OpenPonk-ClassEditor/OPUmlAssociationPropertiesLabel.class.st index 95984351..edd40edd 100644 --- a/repository/OpenPonk-ClassEditor/OPUmlAssociationPropertiesLabel.class.st +++ b/repository/OpenPonk-ClassEditor/OPUmlAssociationPropertiesLabel.class.st @@ -10,12 +10,6 @@ OPUmlAssociationPropertiesLabel >> defaultAnchorConstraintPosition [ ^ OPRSAnchorConstraintBalanceReference balance: 0.5 ] -{ #category : #'as yet unclassified' } -OPUmlAssociationPropertiesLabel >> defaultMinDistance [ - - ^ 0 -] - { #category : #accessing } OPUmlAssociationPropertiesLabel >> defaultText [ diff --git a/repository/OpenPonk-ClassEditor/OPUmlAssociationStereotypesLabel.class.st b/repository/OpenPonk-ClassEditor/OPUmlAssociationStereotypesLabel.class.st index e793f7dc..6def66f0 100644 --- a/repository/OpenPonk-ClassEditor/OPUmlAssociationStereotypesLabel.class.st +++ b/repository/OpenPonk-ClassEditor/OPUmlAssociationStereotypesLabel.class.st @@ -10,6 +10,12 @@ OPUmlAssociationStereotypesLabel >> defaultAnchorConstraintPosition [ ^ OPRSAnchorConstraintBalanceReference balance: 0.5 ] +{ #category : #'as yet unclassified' } +OPUmlAssociationStereotypesLabel >> defaultMinDistance [ + + ^ 0 +] + { #category : #accessing } OPUmlAssociationStereotypesLabel >> defaultText [ diff --git a/repository/OpenPonk-ClassEditor/OPUmlExtensionRequiredLabel.class.st b/repository/OpenPonk-ClassEditor/OPUmlExtensionRequiredLabel.class.st index 10855d0f..e9c43add 100644 --- a/repository/OpenPonk-ClassEditor/OPUmlExtensionRequiredLabel.class.st +++ b/repository/OpenPonk-ClassEditor/OPUmlExtensionRequiredLabel.class.st @@ -10,6 +10,12 @@ OPUmlExtensionRequiredLabel >> defaultAnchorConstraintPosition [ ^ OPRSAnchorConstraintEndDistanceReference distance: 10 ] +{ #category : #'as yet unclassified' } +OPUmlExtensionRequiredLabel >> defaultMinDistance [ + + ^ super defaultMinDistance negated +] + { #category : #accessing } OPUmlExtensionRequiredLabel >> defaultText [ diff --git a/repository/OpenPonk-ClassEditor/OPUmlGeneralizationLabel.class.st b/repository/OpenPonk-ClassEditor/OPUmlGeneralizationLabel.class.st index 3316cf61..702eadd4 100644 --- a/repository/OpenPonk-ClassEditor/OPUmlGeneralizationLabel.class.st +++ b/repository/OpenPonk-ClassEditor/OPUmlGeneralizationLabel.class.st @@ -10,12 +10,6 @@ OPUmlGeneralizationLabel >> defaultAnchorConstraintPosition [ ^ OPRSAnchorConstraintBalanceReference balance: 0.5 ] -{ #category : #'as yet unclassified' } -OPUmlGeneralizationLabel >> defaultMinDistance [ - - ^ super defaultMinDistance negated -] - { #category : #accessing } OPUmlGeneralizationLabel >> defaultText [ diff --git a/repository/OpenPonk-ClassEditor/OPUmlMultiplicityLabel.class.st b/repository/OpenPonk-ClassEditor/OPUmlMultiplicityLabel.class.st index fb57d504..848b49ad 100644 --- a/repository/OpenPonk-ClassEditor/OPUmlMultiplicityLabel.class.st +++ b/repository/OpenPonk-ClassEditor/OPUmlMultiplicityLabel.class.st @@ -29,12 +29,6 @@ OPUmlMultiplicityLabel >> defaultAnchorConstraintPosition [ ifFalse: [ OPRSAnchorConstraintEndDistanceReference ]) distance: 10 ] -{ #category : #'as yet unclassified' } -OPUmlMultiplicityLabel >> defaultMinDistance [ - - ^ super defaultMinDistance negated -] - { #category : #accessing } OPUmlMultiplicityLabel >> defaultText [ diff --git a/repository/OpenPonk-ClassEditor/OPUmlPackageImportLabel.class.st b/repository/OpenPonk-ClassEditor/OPUmlPackageImportLabel.class.st index cbd3e173..688b92a4 100644 --- a/repository/OpenPonk-ClassEditor/OPUmlPackageImportLabel.class.st +++ b/repository/OpenPonk-ClassEditor/OPUmlPackageImportLabel.class.st @@ -10,12 +10,6 @@ OPUmlPackageImportLabel >> defaultAnchorConstraintPosition [ ^ OPRSAnchorConstraintBalanceReference balance: 0.5 ] -{ #category : #'as yet unclassified' } -OPUmlPackageImportLabel >> defaultMinDistance [ - - ^ super defaultMinDistance negated -] - { #category : #accessing } OPUmlPackageImportLabel >> defaultText [