Interface ResourceInterfaceRequiringEntity
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,NamedElement,Notifier
- All Known Subinterfaces:
BasicComponent,CompleteComponentType,ComposedProvidingRequiringEntity,CompositeComponent,ImplementationComponentType,InterfaceProvidingRequiringEntity,InterfaceRequiringEntity,ProvidesComponentType,RepositoryComponent,ResourceInterfaceProvidingRequiringEntity,SubSystem,System
- All Known Implementing Classes:
BasicComponentImpl,CompleteComponentTypeImpl,ComposedProvidingRequiringEntityImpl,CompositeComponentImpl,ImplementationComponentTypeImpl,InterfaceProvidingRequiringEntityImpl,InterfaceRequiringEntityImpl,ProvidesComponentTypeImpl,RepositoryComponentImpl,ResourceInterfaceProvidingRequiringEntityImpl,ResourceInterfaceRequiringEntityImpl,SubSystemImpl,SystemImpl
public interface ResourceInterfaceRequiringEntity extends Entity
A representation of the model object 'Resource Interface Requiring Entity'.The following features are supported:
- See Also:
EntityPackage.getResourceInterfaceRequiringEntity()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ResourceRequiredRole>getResourceRequiredRoles__ResourceInterfaceRequiringEntity()Returns the value of the 'Resource Required Roles Resource Interface Requiring Entity' containment reference list.-
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 org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
getResourceRequiredRoles__ResourceInterfaceRequiringEntity
EList<ResourceRequiredRole> getResourceRequiredRoles__ResourceInterfaceRequiringEntity()
Returns the value of the 'Resource Required Roles Resource Interface Requiring Entity' containment reference list. The list contents are of typeResourceRequiredRole. It is bidirectional and its opposite is 'Resource Interface Requiring Entity Resource Required Role'.- Returns:
- the value of the 'Resource Required Roles Resource Interface Requiring Entity' containment reference list.
- See Also:
EntityPackage.getResourceInterfaceRequiringEntity_ResourceRequiredRoles__ResourceInterfaceRequiringEntity(),ResourceRequiredRole.getResourceInterfaceRequiringEntity__ResourceRequiredRole()- Generated class or method.
- EMF model class or method.
- opposite="resourceInterfaceRequiringEntity__ResourceRequiredRole" containment="true" ordered="false"
-
-