Package org.somox.gast2seff.visitors
Class VisitorUtils
java.lang.Object
org.somox.gast2seff.visitors.VisitorUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
connectActions
(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour seff) Add connections to the SEFF actions assuming the actions are stored in a sequential orderstatic final void
visitJaMoPPMethod
(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour seff, org.palladiosimulator.pcm.repository.BasicComponent basicComponent, tools.mdsd.jamopp.model.java.statements.StatementListContainer body, SourceCodeDecoratorRepository sourceCodeDecoratorModel, FunctionCallClassificationVisitor typeVisitor, InterfaceOfExternalCallFindingFactory interfaceOfExternalCallFinderFactory, MethodCallFinder methodCallFinder) static void
visitJaMoPPMethod
(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour seff, org.palladiosimulator.pcm.repository.BasicComponent basicComponent, tools.mdsd.jamopp.model.java.statements.StatementListContainer body, SourceCodeDecoratorRepository sourceCodeDecoratorModel, FunctionCallClassificationVisitor typeVisitor, InterfaceOfExternalCallFindingFactory interfaceOfExternalCallFinderFactory, ResourceDemandingBehaviourForClassMethodFinding resourceDemandingBehaviourForClassMethodFinding, MethodCallFinder methodCallFinder)
-
Method Details
-
visitJaMoPPMethod
public static final void visitJaMoPPMethod(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour seff, org.palladiosimulator.pcm.repository.BasicComponent basicComponent, tools.mdsd.jamopp.model.java.statements.StatementListContainer body, SourceCodeDecoratorRepository sourceCodeDecoratorModel, FunctionCallClassificationVisitor typeVisitor, InterfaceOfExternalCallFindingFactory interfaceOfExternalCallFinderFactory, MethodCallFinder methodCallFinder) -
visitJaMoPPMethod
public static void visitJaMoPPMethod(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour seff, org.palladiosimulator.pcm.repository.BasicComponent basicComponent, tools.mdsd.jamopp.model.java.statements.StatementListContainer body, SourceCodeDecoratorRepository sourceCodeDecoratorModel, FunctionCallClassificationVisitor typeVisitor, InterfaceOfExternalCallFindingFactory interfaceOfExternalCallFinderFactory, ResourceDemandingBehaviourForClassMethodFinding resourceDemandingBehaviourForClassMethodFinding, MethodCallFinder methodCallFinder) -
connectActions
public static void connectActions(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour seff) Add connections to the SEFF actions assuming the actions are stored in a sequential order- Parameters:
seff
- The behaviour for which connections will be created
-