All Superinterfaces:
AbstractAssignee, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
All Known Implementing Classes:
AssemblyAssigneeImpl

public interface AssemblyAssignee extends AbstractAssignee
A representation of the model object 'Assembly Assignee'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getAssemblycontext

      org.palladiosimulator.pcm.core.composition.AssemblyContext getAssemblycontext()
      Returns the value of the 'Assemblycontext' reference.
      Returns:
      the value of the 'Assemblycontext' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setAssemblycontext

      void setAssemblycontext(org.palladiosimulator.pcm.core.composition.AssemblyContext value)
      Sets the value of the 'Assemblycontext' reference.
      Parameters:
      value - the new value of the 'Assemblycontext' reference.
      See Also:
      Generated class or method.