Class PCMSEFFFinderUtils
java.lang.Object
org.palladiosimulator.dataflow.confidentiality.analysis.sequence.pcm.finder.PCMSEFFFinderUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<PCMActionSequence>
findSequencesForSEFFAction
(org.palladiosimulator.pcm.seff.AbstractAction currentAction, SEFFFinderContext context, PCMActionSequence previousSequence) static List<PCMActionSequence>
returnToCaller
(AbstractPCMActionSequenceElement<?> caller, SEFFFinderContext context, PCMActionSequence previousSequence)
-
Constructor Details
-
PCMSEFFFinderUtils
public PCMSEFFFinderUtils()
-
-
Method Details
-
findSequencesForSEFFAction
public static List<PCMActionSequence> findSequencesForSEFFAction(org.palladiosimulator.pcm.seff.AbstractAction currentAction, SEFFFinderContext context, PCMActionSequence previousSequence) -
returnToCaller
public static List<PCMActionSequence> returnToCaller(AbstractPCMActionSequenceElement<?> caller, SEFFFinderContext context, PCMActionSequence previousSequence)
-