| Modifier and Type | Method and Description |
|---|---|
static Collection<CheckerIssue> |
IssueWriter.createIssue(Rule rule,
CriticalityEnum classification,
ProcessVariableOperation var,
List<Path> paths,
AnomalyContainer anomaly,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Map<AnomalyContainer,List<Path>> |
ElementGraphBuilder.createInvalidPaths(Collection<Graph> graphCollection)
Create invalid paths for data flow anomalies
|
| Modifier and Type | Method and Description |
|---|---|
Collection[] |
CheckerFactory.createCheckerInstances(RuleSet ruleConf,
Collection<String> resourcesNewestVersions,
BpmnScanner bpmnScanner,
ProcessVariablesScanner scanner,
Collection<DataFlowRule> dataFlowRules,
Collection<ProcessVariable> processVariables,
Map<AnomalyContainer,List<Path>> invalidPathMap)
create checkers
|
| Constructor and Description |
|---|
ProcessVariablesModelChecker(Rule rule,
Map<AnomalyContainer,List<Path>> invalidPathsMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<BpmnElement,List<AnomalyContainer>> |
BpmnElement.getAnomalies() |
Map<BpmnElement,List<AnomalyContainer>> |
NodeDecorator.getAnomalies() |
Map<BpmnElement,List<AnomalyContainer>> |
AnalysisElement.getAnomalies() |
Map<BpmnElement,List<AnomalyContainer>> |
BpmnElementDecorator.getAnomalies() |
Map<BpmnElement,List<AnomalyContainer>> |
AbstractNode.getAnomalies() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnElement.addSourceCodeAnomaly(AnomalyContainer anomaly) |
void |
NodeDecorator.addSourceCodeAnomaly(AnomalyContainer anomalyContainer) |
void |
AnalysisElement.addSourceCodeAnomaly(AnomalyContainer anomalyContainer) |
void |
BpmnElementDecorator.addSourceCodeAnomaly(AnomalyContainer anomalyContainer) |
void |
AbstractNode.addSourceCodeAnomaly(AnomalyContainer anomalyContainer) |
| Modifier and Type | Method and Description |
|---|---|
Map<BpmnElement,List<AnomalyContainer>> |
Graph.getNodesWithAnomalies()
Get nodes with data flow anomalies
|
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
Graph.getAllInvalidPaths(BpmnElement source,
AnomalyContainer anomaly)
Search all paths with variables, which has not been set
source:
http://codereview.stackexchange.com/questions/45678/find-all-paths-from-source-to-destination
|
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.