Uses of Class
com.solibri.smc.api.checking.Decision
Package | Description |
---|---|
com.solibri.smc.api.checking |
-
Uses of Decision in com.solibri.smc.api.checking
Methods in com.solibri.smc.api.checking that return Decision Modifier and Type Method Description Decision
Result. getDecision()
Returns the decision of the result: ACCEPTED, REJECTED or UNDEFINED.Decision
ResultCategory. getDecision()
Returns theDecision
of this result category If any result in this ResultCategory is UNDEFINED, then UNDEFINED is returned.static Decision
Decision. valueOf(String name)
Returns the enum constant of this type with the specified name.static Decision[]
Decision. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.solibri.smc.api.checking that return types with arguments of type Decision Modifier and Type Method Description Map<Component,Decision>
Result. getComponentDecisions()
Get decisions related to components in checking results.Methods in com.solibri.smc.api.checking with parameters of type Decision Modifier and Type Method Description void
Result. setDecision(Decision decision)
Sets theDecision
for this result.void
ResultCategory. setDecision(Decision decision)
Sets theDecision
for all results in this ResultCategory.