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 booleanAbstractProcessTemplateCheck. performCheck(Template template, NodeRelations relations, CheckReport checkReport)booleanCompositeProcessTemplateCheck. performCheck(Template template, NodeRelations relations, CheckReport checkReport)booleanProcessInstanceCheck. performCheck(Instance instance, NodeRelations relations, CheckReport checkReport)booleanProcessTemplateCheck. performCheck(Template template, NodeRelations relations, CheckReport checkReport)Performs the check on the given template.booleanProcessTemplateCheckRunner. performCheck(Template template, NodeRelations relations, CheckReport checkReport)protected abstract voidAbstractProcessTemplateCheck. 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.
-