Interface AssemblyComponent

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AssemblyComponentImpl

public interface AssemblyComponent
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Component'.

The following features are supported:

See Also:
AssemblyPackage.getAssemblyComponent()
Generated:
Model:
  • Method Summary

    Modifier and Type Method Description
    ComponentType getComponentType()
    Returns the value of the 'Component Type' reference.
    org.eclipse.emf.common.util.EList<AssemblyComponent> getContainedComponents()
    Returns the value of the 'Contained Components' reference list.
    org.eclipse.emf.common.util.EMap<java.lang.String,​AssemblyOperation> getOperations()
    Returns the value of the 'Operations' map.
    org.eclipse.emf.common.util.EMap<java.lang.String,​AssemblyProvidedInterface> getProvidedInterfaces()
    Returns the value of the 'Provided Interfaces' map.
    org.eclipse.emf.common.util.EList<AssemblyRequiredInterface> getRequiredInterfaces()
    Returns the value of the 'Required Interfaces' containment reference list.
    java.lang.String getSignature()
    Returns the value of the 'Signature' attribute.
    org.eclipse.emf.common.util.EMap<java.lang.String,​AssemblyStorage> getStorages()
    Returns the value of the 'Storages' map.
    void setComponentType​(ComponentType value)
    Sets the value of the 'Component Type' reference.
    void setSignature​(java.lang.String value)
    Sets the value of the 'Signature' attribute.

    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.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver