public class BasicMiddlewareComponentBuilder extends BasicComponentBuilder implements IMiddlewareInteractingComponentBuilder
| Constructor and Description |
|---|
BasicMiddlewareComponentBuilder(PCMAndCompletionModelHolder models,
org.palladiosimulator.pcm.repository.OperationInterface providedIf,
org.palladiosimulator.pcm.repository.OperationInterface requiredIf,
org.palladiosimulator.pcm.repository.OperationInterface middlewareInterface,
org.palladiosimulator.pcm.resourceenvironment.ResourceContainer container,
String componentName) |
| Modifier and Type | Method and Description |
|---|---|
void |
build()
Called to perform this builders actions
|
org.palladiosimulator.pcm.repository.OperationRequiredRole |
getMiddlewareRole() |
getAssemblyContext, getComponent, getOperationProvidedRole, getOperationRequiredRoleequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssemblyContext, getComponent, getOperationProvidedRole, getOperationRequiredRolepublic BasicMiddlewareComponentBuilder(PCMAndCompletionModelHolder models, org.palladiosimulator.pcm.repository.OperationInterface providedIf, org.palladiosimulator.pcm.repository.OperationInterface requiredIf, org.palladiosimulator.pcm.repository.OperationInterface middlewareInterface, org.palladiosimulator.pcm.resourceenvironment.ResourceContainer container, String componentName)
public void build()
IBuilderbuild in interface IBuilderbuild in class BasicComponentBuilderpublic org.palladiosimulator.pcm.repository.OperationRequiredRole getMiddlewareRole()
getMiddlewareRole in interface IMiddlewareInteractingComponentBuilder