Interface CredentialChange
-
- All Superinterfaces:
edu.kit.ipd.sdq.kamp.model.modificationmarks.AbstractChangePropagationStep,edu.kit.ipd.sdq.kamp.model.modificationmarks.ChangePropagationStep,EObject,Notifier
- All Known Implementing Classes:
CredentialChangeImpl
public interface CredentialChange extends edu.kit.ipd.sdq.kamp.model.modificationmarks.ChangePropagationStepA representation of the model object 'Credential Change'.The following features are supported:
- See Also:
KAMP4attackModificationmarksPackage.getCredentialChange()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<CompromisedAssembly>getCompromisedassembly()Returns the value of the 'Compromisedassembly' containment reference list.EList<CompromisedLinkingResource>getCompromisedlinkingresource()Returns the value of the 'Compromisedlinkingresource' containment reference list.EList<CompromisedResource>getCompromisedresource()Returns the value of the 'Compromisedresource' containment reference list.EList<ContextChange>getContextchange()Returns the value of the 'Contextchange' containment reference list.booleanisChanged()Returns the value of the 'Changed' attribute.voidsetChanged(boolean value)Sets the value of the 'Changed' attribute.-
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
-
getCompromisedresource
EList<CompromisedResource> getCompromisedresource()
Returns the value of the 'Compromisedresource' containment reference list. The list contents are of typeCompromisedResource.- Returns:
- the value of the 'Compromisedresource' containment reference list.
- See Also:
KAMP4attackModificationmarksPackage.getCredentialChange_Compromisedresource()- Generated class or method.
- EMF model class or method.
- containment="true"
-
getCompromisedassembly
EList<CompromisedAssembly> getCompromisedassembly()
Returns the value of the 'Compromisedassembly' containment reference list. The list contents are of typeCompromisedAssembly.- Returns:
- the value of the 'Compromisedassembly' containment reference list.
- See Also:
KAMP4attackModificationmarksPackage.getCredentialChange_Compromisedassembly()- Generated class or method.
- EMF model class or method.
- containment="true"
-
getContextchange
EList<ContextChange> getContextchange()
Returns the value of the 'Contextchange' containment reference list. The list contents are of typeContextChange.- Returns:
- the value of the 'Contextchange' containment reference list.
- See Also:
KAMP4attackModificationmarksPackage.getCredentialChange_Contextchange()- Generated class or method.
- EMF model class or method.
- containment="true"
-
isChanged
boolean isChanged()
Returns the value of the 'Changed' attribute.- Returns:
- the value of the 'Changed' attribute.
- See Also:
setChanged(boolean),KAMP4attackModificationmarksPackage.getCredentialChange_Changed()- Generated class or method.
- EMF model class or method.
-
setChanged
void setChanged(boolean value)
Sets the value of the 'Changed' attribute.- Parameters:
value- the new value of the 'Changed' attribute.- See Also:
isChanged()- Generated class or method.
-
getCompromisedlinkingresource
EList<CompromisedLinkingResource> getCompromisedlinkingresource()
Returns the value of the 'Compromisedlinkingresource' containment reference list. The list contents are of typeCompromisedLinkingResource.- Returns:
- the value of the 'Compromisedlinkingresource' containment reference list.
- See Also:
KAMP4attackModificationmarksPackage.getCredentialChange_Compromisedlinkingresource()- Generated class or method.
- EMF model class or method.
- containment="true"
-
-