Interface DataFlowConfidentialityAnalysis
- All Known Implementing Classes:
AbstractStandalonePCMDataFlowConfidentialityAnalysis
,LegacyStandalonePCMDataFlowConfidentialityAnalysis
,StandalonePCMDataFlowConfidentialityAnalysis
public interface DataFlowConfidentialityAnalysis
-
Method Summary
Modifier and TypeMethodDescriptionevaluateDataFlows
(List<ActionSequence> sequences) boolean
queryDataFlow
(ActionSequence sequence, Predicate<? super AbstractActionSequenceElement<?>> condition) void
setLoggerLevel
(org.apache.log4j.Level level)
-
Method Details
-
initializeAnalysis
boolean initializeAnalysis() -
findAllSequences
List<ActionSequence> findAllSequences() -
evaluateDataFlows
-
queryDataFlow
List<AbstractActionSequenceElement<?>> queryDataFlow(ActionSequence sequence, Predicate<? super AbstractActionSequenceElement<?>> condition) -
setLoggerLevel
void setLoggerLevel(org.apache.log4j.Level level)
-