Interface SurfaceAttacker
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.palladiosimulator.pcm.core.entity.Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,org.palladiosimulator.pcm.core.entity.NamedElement,Notifier,org.palladiosimulator.pcm.PCMBaseClass,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
SurfaceAttackerImpl
public interface SurfaceAttacker extends org.palladiosimulator.pcm.core.entity.EntityA representation of the model object 'Surface Attacker'.The following features are supported:
- See Also:
AttackerPackage.getSurfaceAttacker()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttackergetAttacker()Returns the value of the 'Attacker' reference.EList<FilterCriterion>getFiltercriteria()Returns the value of the 'Filtercriteria' containment reference list.PCMElementgetTargetedElement()Returns the value of the 'Targeted Element' reference.voidsetAttacker(Attacker value)Sets the value of the 'Attacker' reference.voidsetTargetedElement(PCMElement value)Sets the value of the 'Targeted Element' reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getTargetedElement
PCMElement getTargetedElement()
Returns the value of the 'Targeted Element' reference.- Returns:
- the value of the 'Targeted Element' reference.
- See Also:
setTargetedElement(PCMElement),AttackerPackage.getSurfaceAttacker_TargetedElement()- Generated class or method.
- EMF model class or method.
- required="true"
-
setTargetedElement
void setTargetedElement(PCMElement value)
Sets the value of the 'Targeted Element' reference.- Parameters:
value- the new value of the 'Targeted Element' reference.- See Also:
getTargetedElement()- Generated class or method.
-
getFiltercriteria
EList<FilterCriterion> getFiltercriteria()
Returns the value of the 'Filtercriteria' containment reference list. The list contents are of typeFilterCriterion.- Returns:
- the value of the 'Filtercriteria' containment reference list.
- See Also:
AttackerPackage.getSurfaceAttacker_Filtercriteria()- Generated class or method.
- EMF model class or method.
- containment="true"
-
getAttacker
Attacker getAttacker()
Returns the value of the 'Attacker' reference.- Returns:
- the value of the 'Attacker' reference.
- See Also:
setAttacker(Attacker),AttackerPackage.getSurfaceAttacker_Attacker()- Generated class or method.
- EMF model class or method.
- required="true"
-
setAttacker
void setAttacker(Attacker value)
Sets the value of the 'Attacker' reference.- Parameters:
value- the new value of the 'Attacker' reference.- See Also:
getAttacker()- Generated class or method.
-
-