Class PCMActionSequenceFinder
java.lang.Object
org.palladiosimulator.dataflow.confidentiality.analysis.sequence.pcm.PCMActionSequenceFinder
- All Implemented Interfaces:
ActionSequenceFinder
-
Constructor Summary
ConstructorDescriptionPCMActionSequenceFinder
(org.palladiosimulator.pcm.usagemodel.UsageModel usageModel) -
Method Summary
Modifier and TypeMethodDescriptionFinds all seqences provided by the (otherwise) provided Resources
-
Constructor Details
-
PCMActionSequenceFinder
public PCMActionSequenceFinder(org.palladiosimulator.pcm.usagemodel.UsageModel usageModel)
-
-
Method Details
-
findAllSequences
Description copied from interface:ActionSequenceFinder
Finds all seqences provided by the (otherwise) provided Resources- Specified by:
findAllSequences
in interfaceActionSequenceFinder
- Returns:
- Returns List of action sequences that were found by the finder
-