Interface SystemIntegration
-
- 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 Subinterfaces:
CredentialSystemIntegration,DefaultSystemIntegration,NonGlobalCommunication,RoleSystemIntegration,VulnerabilitySystemIntegration
- All Known Implementing Classes:
CredentialSystemIntegrationImpl,CredentialSystemIntegrationImplGen,DefaultSystemIntegrationImpl,DefaultSystemIntegrationImplGen,NonGlobalCommunicationImpl,NonGlobalCommunicationImplGen,RoleSystemIntegrationImpl,RoleSystemIntegrationImplGen,SystemIntegrationImpl,SystemIntegrationImplGen,VulnerabilitySystemIntegrationImpl,VulnerabilitySystemIntegrationImplGen
public interface SystemIntegration extends org.palladiosimulator.pcm.core.entity.EntityA representation of the model object 'System Integration'.The following features are supported:
- See Also:
PcmIntegrationPackage.getSystemIntegration()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemIntegrationgetCopyExceptElement()de.uka.ipd.sdq.identifier.IdentifiergetIdOfContent()PCMElementgetPcmelement()Returns the value of the 'Pcmelement' containment reference.voidsetPcmelement(PCMElement value)Sets the value of the 'Pcmelement' containment 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, 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
-
-
-
-
Method Detail
-
getPcmelement
PCMElement getPcmelement()
Returns the value of the 'Pcmelement' containment reference.- Returns:
- the value of the 'Pcmelement' containment reference.
- See Also:
setPcmelement(PCMElement),PcmIntegrationPackage.getSystemIntegration_Pcmelement()- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setPcmelement
void setPcmelement(PCMElement value)
Sets the value of the 'Pcmelement' containment reference.- Parameters:
value- the new value of the 'Pcmelement' containment reference.- See Also:
getPcmelement()- Generated class or method.
-
getIdOfContent
de.uka.ipd.sdq.identifier.Identifier getIdOfContent()
- Generated class or method.
- EMF model class or method.
- kind="operation"
-
getCopyExceptElement
SystemIntegration getCopyExceptElement()
- Generated class or method.
- EMF model class or method.
- kind="operation"
-
-