Class InterfaceProvidingRequiringEntityAdapter<E extends org.palladiosimulator.pcm.core.entity.InterfaceProvidingRequiringEntity>
java.lang.Object
org.palladiosimulator.protocom.model.ModelAdapter<E>
org.palladiosimulator.protocom.model.repository.InterfaceProvidingRequiringEntityAdapter<E>
- Direct Known Subclasses:
BasicComponentAdapter
,SystemAdapter
public abstract class InterfaceProvidingRequiringEntityAdapter<E extends org.palladiosimulator.pcm.core.entity.InterfaceProvidingRequiringEntity>
extends ModelAdapter<E>
Abstract base class for PCM InterfaceProvidingRequiring entity adapters.
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the infrastructure provided roles.Gets the operation provided roles.Gets the operation required roles.Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
Constructor Details
-
InterfaceProvidingRequiringEntityAdapter
-
-
Method Details
-
getOperationProvidedRoles
Gets the operation provided roles.- Returns:
- a list of adapters for the operation provided roles
-
getInfrastructureProvidedRoles
Gets the infrastructure provided roles.- Returns:
- a list of adapters for the infrastructure provided roles
-
getOperationRequiredRoles
Gets the operation required roles.- Returns:
- a list of adapters for the operation required roles
-