| Package | Description |
|---|---|
| de.aristaflow.adept2.core.checks.processmodel | |
| de.aristaflow.adept2.model.processmodel.tools |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProcessInstanceCheck.performCheck(Instance instance,
NodeRelations relations,
CheckReport checkReport) |
boolean |
AbstractProcessTemplateCheck.performCheck(Template template,
NodeRelations relations,
CheckReport checkReport) |
boolean |
CompositeProcessTemplateCheck.performCheck(Template template,
NodeRelations relations,
CheckReport checkReport) |
boolean |
ProcessTemplateCheck.performCheck(Template template,
NodeRelations relations,
CheckReport checkReport)
Performs the check on the given template.
|
boolean |
ProcessTemplateCheckRunner.performCheck(Template template,
NodeRelations relations,
CheckReport checkReport) |
protected abstract void |
AbstractProcessTemplateCheck.performCheckSpi(Template template,
NodeRelations relations,
CheckReport checkReport)
This is the method that must be implemented in subclasses and its purpose
is to perform all required checks.
|
| Constructor and Description |
|---|
InducedGraph(Template template,
NodeRelations relations,
java.util.LinkedList<Node> graphNodes)
Create an induced graph, using the given node relations, topological
sorting and the graph nodes inducing the new graph.
|