public interface ISIntegrationTestCase extends ISTestCase
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISIntegrationTestCase()
Modifier and Type | Method and Description |
---|---|
org.palladiosimulator.pcm.core.composition.AssemblyConnector |
getAssemblyConnector()
Returns the value of the 'Assembly Connector' reference.
|
ISTestSpecification |
getParent()
Returns the value of the 'Parent' container reference.
|
org.palladiosimulator.pcm.repository.OperationProvidedRole |
getProvidedrole()
Returns the value of the 'Providedrole' reference.
|
void |
setAssemblyConnector(org.palladiosimulator.pcm.core.composition.AssemblyConnector value)
Sets the value of the '
Assembly Connector ' reference. |
void |
setParent(ISTestSpecification value)
Sets the value of the '
Parent ' container reference. |
void |
setProvidedrole(org.palladiosimulator.pcm.repository.OperationProvidedRole value)
Sets the value of the '
Providedrole ' reference. |
getNameOfTest, setNameOfTest
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
ISTestSpecification getParent()
Integration Test Cases
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISTestSpecification)
,
ISFieldOfActivityAnnotationsPackage.getISIntegrationTestCase_Parent()
,
ISTestSpecification.getIntegrationTestCases()
void setParent(ISTestSpecification value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
org.palladiosimulator.pcm.repository.OperationProvidedRole getProvidedrole()
If the meaning of the 'Providedrole' reference isn't clear, there really should be more of a description here...
setProvidedrole(OperationProvidedRole)
,
ISFieldOfActivityAnnotationsPackage.getISIntegrationTestCase_Providedrole()
void setProvidedrole(org.palladiosimulator.pcm.repository.OperationProvidedRole value)
Providedrole
' reference.
value
- the new value of the 'Providedrole' reference.getProvidedrole()
org.palladiosimulator.pcm.core.composition.AssemblyConnector getAssemblyConnector()
If the meaning of the 'Assembly Connector' reference isn't clear, there really should be more of a description here...
setAssemblyConnector(AssemblyConnector)
,
ISFieldOfActivityAnnotationsPackage.getISIntegrationTestCase_AssemblyConnector()
void setAssemblyConnector(org.palladiosimulator.pcm.core.composition.AssemblyConnector value)
Assembly Connector
' reference.
value
- the new value of the 'Assembly Connector' reference.getAssemblyConnector()