public interface ISIntegrationTestCaseAggregation extends ISTestCaseAggregation
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISIntegrationTestCaseAggregation()| 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. |
getNameOfTestSuite, getNumberOfTestcases, setNameOfTestSuite, setNumberOfTestcaseseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverISTestSpecification getParent()
Integration Test Case Aggregations'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISTestSpecification),
ISFieldOfActivityAnnotationsPackage.getISIntegrationTestCaseAggregation_Parent(),
ISTestSpecification.getIntegrationTestCaseAggregations()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.getISIntegrationTestCaseAggregation_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.getISIntegrationTestCaseAggregation_AssemblyConnector()void setAssemblyConnector(org.palladiosimulator.pcm.core.composition.AssemblyConnector value)
Assembly Connector' reference.
value - the new value of the 'Assembly Connector' reference.getAssemblyConnector()