Uses of Class
de.aristaflow.adept2.model.processmodel.tools.NodeRelations
-
Packages that use NodeRelations Package Description de.aristaflow.adept2.core.checks.processmodel de.aristaflow.adept2.model.processmodel.tools -
-
Uses of NodeRelations in de.aristaflow.adept2.core.checks.processmodel
Methods in de.aristaflow.adept2.core.checks.processmodel with parameters of type NodeRelations Modifier and Type Method Description boolean
AbstractProcessTemplateCheck. performCheck(Template template, NodeRelations relations, CheckReport checkReport)
boolean
CompositeProcessTemplateCheck. performCheck(Template template, NodeRelations relations, CheckReport checkReport)
boolean
ProcessInstanceCheck. performCheck(Instance instance, 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. -
Uses of NodeRelations in de.aristaflow.adept2.model.processmodel.tools
Constructors in de.aristaflow.adept2.model.processmodel.tools with parameters of type NodeRelations Constructor Description InducedGraph(Template template, NodeRelations relations, LinkedList<Node> graphNodes)
Create an induced graph, using the given node relations, topological sorting and the graph nodes inducing the new graph.
-