Uses of Class
nl.zerofiftyit.mdepunit.model.NegateNext
-
Packages that use NegateNext Package Description nl.zerofiftyit.mdepunit.core.validation Core validation package for the POM analysis tool.nl.zerofiftyit.mdepunit.dsl Domain-Specific Language (DSL) package for the POM analysis tool. -
-
Uses of NegateNext in nl.zerofiftyit.mdepunit.core.validation
Constructors in nl.zerofiftyit.mdepunit.core.validation with parameters of type NegateNext Constructor Description DefaultAnalyzerImpl(String givenNode, List<PomElement> pomElements, ResultCaller resultCaller, NegateNext negateNext, List<String> errorMessages)Constructs an instance of DefaultAnalyzer with the given parameters.ModuleAnalyzer(String givenNode, List<PomElement> pomElements, ResultCaller resultCaller, NegateNext negateNext, List<String> errorMessages)Constructs a new instance ofModuleAnalyzerwith the specified parameters.PomAnalyzer(String givenNode, List<PomElement> pomElements, ResultCaller resultCaller, NegateNext negateNext, List<String> errorMessages)Constructs a new instance of thePomAnalyzerclass, which extends the functionality ofDefaultAnalyzerwith additional convenience methods for analyzing and validating. -
Uses of NegateNext in nl.zerofiftyit.mdepunit.dsl
Constructors in nl.zerofiftyit.mdepunit.dsl with parameters of type NegateNext Constructor Description Inclusion(T value, NegateNext negateNext)Constructs an Inclusion instance with the specified value and negation logic.
-