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:
    AttackerPackage.getDatamodelAttacker()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • 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.
      • 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.
      • 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.
      • 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 type AssemblyContext.
        Returns:
        the value of the 'Context' reference list.
        See Also:
        AttackerPackage.getDatamodelAttacker_Context()
        Generated class or method.
        EMF model class or method.