Interface DatamodelAttacker
-
- 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:
DatamodelAttackerImpl
public interface DatamodelAttacker extends org.palladiosimulator.pcm.core.entity.EntityA representation of the model object 'Datamodel Attacker'.The following features are supported:
- See Also:
AttackerPackage.getDatamodelAttacker()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<org.palladiosimulator.pcm.core.composition.AssemblyContext>getContext()Returns the value of the 'Context' reference list.org.palladiosimulator.pcm.repository.DataTypegetDataType()Returns the value of the 'Data Type' reference.org.palladiosimulator.pcm.repository.OperationSignaturegetMethod()Returns the value of the 'Method' reference.StringgetReferenceName()Returns the value of the 'Reference Name' attribute.EObjectgetSource()Returns the value of the 'Source' reference.voidsetDataType(org.palladiosimulator.pcm.repository.DataType value)Sets the value of the 'Data Type' reference.voidsetMethod(org.palladiosimulator.pcm.repository.OperationSignature value)Sets the value of the 'Method' reference.voidsetReferenceName(String value)Sets the value of the 'Reference Name' attribute.voidsetSource(EObject value)Sets the value of the 'Source' 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
-
getDataType
org.palladiosimulator.pcm.repository.DataType getDataType()
Returns the value of the 'Data Type' reference.- Returns:
- the value of the 'Data Type' reference.
- See Also:
setDataType(DataType),AttackerPackage.getDatamodelAttacker_DataType()- Generated class or method.
- EMF model class or method.
-
setDataType
void setDataType(org.palladiosimulator.pcm.repository.DataType value)
Sets the value of the 'Data Type' reference.- Parameters:
value- the new value of the 'Data Type' reference.- See Also:
getDataType()- Generated class or method.
-
getReferenceName
String getReferenceName()
Returns the value of the 'Reference Name' attribute.- Returns:
- the value of the 'Reference Name' attribute.
- See Also:
setReferenceName(String),AttackerPackage.getDatamodelAttacker_ReferenceName()- Generated class or method.
- EMF model class or method.
-
setReferenceName
void setReferenceName(String value)
Sets the value of the 'Reference Name' attribute.- Parameters:
value- the new value of the 'Reference Name' attribute.- See Also:
getReferenceName()- Generated class or method.
-
getSource
EObject getSource()
Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
setSource(EObject),AttackerPackage.getDatamodelAttacker_Source()- Generated class or method.
- EMF model class or method.
-
setSource
void setSource(EObject value)
Sets the value of the 'Source' reference.- Parameters:
value- the new value of the 'Source' reference.- See Also:
getSource()- Generated class or method.
-
getMethod
org.palladiosimulator.pcm.repository.OperationSignature getMethod()
Returns the value of the 'Method' reference.- Returns:
- the value of the 'Method' reference.
- See Also:
setMethod(OperationSignature),AttackerPackage.getDatamodelAttacker_Method()- Generated class or method.
- EMF model class or method.
-
setMethod
void setMethod(org.palladiosimulator.pcm.repository.OperationSignature value)
Sets the value of the 'Method' reference.- Parameters:
value- the new value of the 'Method' reference.- See Also:
getMethod()- Generated class or method.
-
getContext
EList<org.palladiosimulator.pcm.core.composition.AssemblyContext> getContext()
Returns the value of the 'Context' reference list. The list contents are of typeAssemblyContext.- Returns:
- the value of the 'Context' reference list.
- See Also:
AttackerPackage.getDatamodelAttacker_Context()- Generated class or method.
- EMF model class or method.
-
-