Class ActionSequence
java.lang.Object
org.palladiosimulator.dataflow.confidentiality.analysis.entity.sequence.ActionSequence
- Direct Known Subclasses:
PCMActionSequence
-
Field Summary
-
Constructor Summary
ConstructorDescriptionActionSequence
(List<AbstractActionSequenceElement<?>> elements) Create a new action sequence with the given elements -
Method Summary
Modifier and TypeMethodDescriptionabstract ActionSequence
evaluateDataFlow
(AnalysisData analysisData) Evaluate the data flow of the action sequence with the given analysis dataReturns the saved elements in the sequencetoString()
-
Field Details
-
elements
-
-
Constructor Details
-
ActionSequence
Create a new action sequence with the given elements- Parameters:
elements
- List of elements in the sequence
-
-
Method Details
-
evaluateDataFlow
Evaluate the data flow of the action sequence with the given analysis data- Parameters:
analysisData
- Analysis data needed for evaluation- Returns:
-
getElements
Returns the saved elements in the sequence- Returns:
- Returns List of sequence elements, saved in the sequence
-
toString
-