Skip to content

Commit 940abd9

Browse files
committed
SYSML2_-394 Updated ItemUsage::itemDefinition derivation per resolution.
1 parent f7011e0 commit 940abd9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

org.omg.sysml/src/org/omg/sysml/delegate/setting/ItemUsage_itemDefinition_SettingDelegate.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
* SysML 2 Pilot Implementation
3-
* Copyright (c) 2022 Model Driven Solutions, Inc.
3+
* Copyright (c) 2022, 2025 Model Driven Solutions, Inc.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
@@ -25,7 +25,7 @@
2525
import org.eclipse.emf.ecore.EStructuralFeature;
2626
import org.eclipse.emf.ecore.InternalEObject;
2727
import org.omg.sysml.lang.sysml.Feature;
28-
import org.omg.sysml.lang.sysml.ItemDefinition;
28+
import org.omg.sysml.lang.sysml.Structure;
2929
import org.omg.sysml.util.FeatureUtil;
3030

3131
public class ItemUsage_itemDefinition_SettingDelegate extends BasicDerivedListSettingDelegate {
@@ -35,8 +35,8 @@ public ItemUsage_itemDefinition_SettingDelegate(EStructuralFeature eStructuralFe
3535
}
3636

3737
@Override
38-
protected EList<ItemDefinition> basicGet(InternalEObject owner) {
39-
return FeatureUtil.getAllTypesOf((Feature)owner, ItemDefinition.class, eStructuralFeature.getFeatureID());
38+
protected EList<Structure> basicGet(InternalEObject owner) {
39+
return FeatureUtil.getAllTypesOf((Feature)owner, Structure.class, eStructuralFeature.getFeatureID());
4040
}
4141

4242
}

0 commit comments

Comments
 (0)