Uses of Class
net.ssehub.easy.reasoning.sseReasoner.functions.FailedElements
-
Packages that use FailedElements Package Description net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other. -
-
Uses of FailedElements in net.ssehub.easy.reasoning.sseReasoner
Fields in net.ssehub.easy.reasoning.sseReasoner declared as FailedElements Modifier and Type Field Description private FailedElementsResolver. failedElementsMethods in net.ssehub.easy.reasoning.sseReasoner that return FailedElements Modifier and Type Method Description (package private) FailedElementsResolver. getFailedElements()Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type FailedElements Modifier and Type Method Description private voidEngine. analyzeProblemConstraints(FailedElements failedElements)Method for analyzing problem points - failed constraints and associated variables.private voidEngine. analyzeProblemVariables(FailedElements failedElements)Method for analyzing failed elements and creating error messages. -
Uses of FailedElements in net.ssehub.easy.reasoning.sseReasoner.model
Methods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type FailedElements Modifier and Type Method Description static voidReasoningUtils. printFailedElements(FailedElements failedElements)Method for displaying failed constraints and assignments.
-