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.Entity
A representation of the model object 'Datamodel Attacker'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.Entity
copyright
-
Method Summary
Modifier and TypeMethodDescriptionEList<org.palladiosimulator.pcm.core.composition.AssemblyContext>
Returns the value of the 'Context' reference list.org.palladiosimulator.pcm.repository.DataType
Returns the value of the 'Data Type' reference.org.palladiosimulator.pcm.repository.OperationSignature
Returns the value of the 'Method' reference.Returns the value of the 'Reference Name' attribute.Returns the value of the 'Source' reference.void
setDataType
(org.palladiosimulator.pcm.repository.DataType value) Sets the value of the 'Data Type
' reference.void
setMethod
(org.palladiosimulator.pcm.repository.OperationSignature value) Sets the value of the 'Method
' reference.void
setReferenceName
(String value) Sets the value of the 'Reference Name
' attribute.void
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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
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 Details
-
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:
- 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:
- 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:
- Generated class or method.
- EMF model class or method.
-
setReferenceName
Sets the value of the 'Reference Name
' attribute.- Parameters:
value
- the new value of the 'Reference Name' attribute.- See Also:
- Generated class or method.
-
getSource
EObject getSource()Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setSource
Sets the value of the 'Source
' reference.- Parameters:
value
- the new value of the 'Source' reference.- See Also:
- 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:
- 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:
- 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:
- Generated class or method.
- EMF model class or method.
-