Interface MethodSpecification
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
MethodSpecificationImpl
public interface MethodSpecification extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Method Specification'.The following features are supported:
- See Also:
AssemblyPackage.getMethodSpecification()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.core.composition.Connector
getConnector()
Returns the value of the 'Connector' reference.org.palladiosimulator.pcm.repository.Signature
getSignature()
Returns the value of the 'Signature' reference.void
setConnector(org.palladiosimulator.pcm.core.composition.Connector value)
Sets the value of the 'Connector
' reference.void
setSignature(org.palladiosimulator.pcm.repository.Signature value)
Sets the value of the 'Signature
' 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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getConnector
org.palladiosimulator.pcm.core.composition.Connector getConnector()
Returns the value of the 'Connector' reference.- Returns:
- the value of the 'Connector' reference.
- See Also:
setConnector(Connector)
,AssemblyPackage.getMethodSpecification_Connector()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setConnector
void setConnector(org.palladiosimulator.pcm.core.composition.Connector value)
Sets the value of the 'Connector
' reference.- Parameters:
value
- the new value of the 'Connector' reference.- See Also:
getConnector()
- Generated class or method.
-
getSignature
org.palladiosimulator.pcm.repository.Signature getSignature()
Returns the value of the 'Signature' reference.- Returns:
- the value of the 'Signature' reference.
- See Also:
setSignature(Signature)
,AssemblyPackage.getMethodSpecification_Signature()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setSignature
void setSignature(org.palladiosimulator.pcm.repository.Signature value)
Sets the value of the 'Signature
' reference.- Parameters:
value
- the new value of the 'Signature' reference.- See Also:
getSignature()
- Generated class or method.
-
-