Interface KAMP4attackSeedModifications
-
- All Superinterfaces:
edu.kit.ipd.sdq.kamp.model.modificationmarks.AbstractSeedModifications
,EObject
,Notifier
- All Known Implementing Classes:
KAMP4attackSeedModificationsImpl
public interface KAMP4attackSeedModifications extends edu.kit.ipd.sdq.kamp.model.modificationmarks.AbstractSeedModifications
A representation of the model object 'KAMP 4attack Seed Modifications'.The following features are supported:
- See Also:
KAMP4attackModificationmarksPackage.getKAMP4attackSeedModifications()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AttackComponent>
getAttackcomponent()
Returns the value of the 'Attackcomponent' containment reference list.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getAttackcomponent
EList<AttackComponent> getAttackcomponent()
Returns the value of the 'Attackcomponent' containment reference list. The list contents are of typeAttackComponent
.- Returns:
- the value of the 'Attackcomponent' containment reference list.
- See Also:
KAMP4attackModificationmarksPackage.getKAMP4attackSeedModifications_Attackcomponent()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-