Class LoopActionHandler
- java.lang.Object
-
- org.palladiosimulator.solver.handler.AbstractLoopActionHandler
-
- org.palladiosimulator.solver.handler.LoopActionHandler
-
public class LoopActionHandler extends AbstractLoopActionHandler
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.solver.handler.AbstractLoopActionHandler
usageFactory, visitor
-
-
Constructor Summary
Constructors Constructor Description LoopActionHandler(SeffVisitor seffVisitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(org.palladiosimulator.pcm.seff.LoopAction loop)
-
Methods inherited from class org.palladiosimulator.solver.handler.AbstractLoopActionHandler
getUpperBound, storeToUsageContext, visitLoopBody
-
-
-
-
Constructor Detail
-
LoopActionHandler
public LoopActionHandler(SeffVisitor seffVisitor)
-
-