Uses of Interface
de.uni_trier.wi2.procake.data.object.nest.utils.NESTGraphValidator
-
Packages that use NESTGraphValidator Package Description de.uni_trier.wi2.procake.data.object.nest.utils de.uni_trier.wi2.procake.data.object.nest.utils.impl -
-
Uses of NESTGraphValidator in de.uni_trier.wi2.procake.data.object.nest.utils
Subinterfaces of NESTGraphValidator in de.uni_trier.wi2.procake.data.object.nest.utils Modifier and Type Interface Description interfaceNESTSequentialWorkflowValidatorTo check if aNESTSequentialWorkflowObjectis a valid nest sequential workflow, this class can be used.interfaceNESTWorkflowValidatorTo check if aNESTWorkflowObjectis a valid nest workflow, this class can be used. -
Uses of NESTGraphValidator in de.uni_trier.wi2.procake.data.object.nest.utils.impl
Classes in de.uni_trier.wi2.procake.data.object.nest.utils.impl that implement NESTGraphValidator Modifier and Type Class Description classNESTGraphValidatorImplImplementation of theNESTGraphValidator.classNESTSequentialWorkflowValidatorImplImplementation of theNESTSequentialWorkflowValidator.classNESTWorkflowValidatorImplImplementation of theNESTWorkflowValidator.
-