Interface IWeavingInstruction
- All Known Implementing Classes:
BehaviourWeavingInstruction
public interface IWeavingInstruction
Interface for all weaving instructions.
-
Method Summary
Modifier and TypeMethodDescriptionPair<CompletionComponent,
List<org.palladiosimulator.pcm.repository.OperationSignature>> List<? extends IWeavingLocation>
-
Method Details
-
getWeavingLocations
List<? extends IWeavingLocation> getWeavingLocations() -
getAdvice
Advice getAdvice() -
getFccWithProvidedRole
Pair<CompletionComponent,List<org.palladiosimulator.pcm.repository.OperationSignature>> getFccWithProvidedRole() -
getInclusionMechanism
InclusionMechanism getInclusionMechanism()
-