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.DataTypeReturns the value of the 'Data Type' reference.org.palladiosimulator.pcm.repository.OperationSignatureReturns the value of the 'Method' reference.Returns the value of the 'Reference Name' attribute.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.voidSets 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, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityNameMethods 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.
-