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