Uses of Interface
io.resys.hdes.client.api.programs.DecisionProgram.DecisionLog
Packages that use DecisionProgram.DecisionLog
-
Uses of DecisionProgram.DecisionLog in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement DecisionProgram.DecisionLogModifier and TypeClassDescriptionfinal classImmutable implementation ofDecisionProgram.DecisionLog.Methods in io.resys.hdes.client.api.programs that return types with arguments of type DecisionProgram.DecisionLogModifier and TypeMethodDescriptionDecisionProgram.DecisionResult.getMatches()com.google.common.collect.ImmutableList<DecisionProgram.DecisionLog>ImmutableDecisionResult.getMatches()DecisionProgram.DecisionResult.getRejections()com.google.common.collect.ImmutableList<DecisionProgram.DecisionLog>ImmutableDecisionResult.getRejections()Methods in io.resys.hdes.client.api.programs with parameters of type DecisionProgram.DecisionLogModifier and TypeMethodDescriptionImmutableDecisionResult.Builder.addMatches(DecisionProgram.DecisionLog element) Adds one element tomatcheslist.ImmutableDecisionResult.Builder.addMatches(DecisionProgram.DecisionLog... elements) Adds elements tomatcheslist.ImmutableDecisionResult.Builder.addRejections(DecisionProgram.DecisionLog element) Adds one element torejectionslist.ImmutableDecisionResult.Builder.addRejections(DecisionProgram.DecisionLog... elements) Adds elements torejectionslist.static ImmutableDecisionLogImmutableDecisionLog.copyOf(DecisionProgram.DecisionLog instance) Creates an immutable copy of aDecisionProgram.DecisionLogvalue.ImmutableDecisionLog.Builder.from(DecisionProgram.DecisionLog instance) Fill a builder with attribute values from the providedDecisionLoginstance.final ImmutableDecisionResultImmutableDecisionResult.withMatches(DecisionProgram.DecisionLog... elements) Copy the current immutable object with elements that replace the content ofmatches.final ImmutableDecisionResultImmutableDecisionResult.withRejections(DecisionProgram.DecisionLog... elements) Copy the current immutable object with elements that replace the content ofrejections.Method parameters in io.resys.hdes.client.api.programs with type arguments of type DecisionProgram.DecisionLogModifier and TypeMethodDescriptionImmutableDecisionResult.Builder.addAllMatches(Iterable<? extends DecisionProgram.DecisionLog> elements) Adds elements tomatcheslist.ImmutableDecisionResult.Builder.addAllRejections(Iterable<? extends DecisionProgram.DecisionLog> elements) Adds elements torejectionslist.ImmutableDecisionResult.Builder.matches(Iterable<? extends DecisionProgram.DecisionLog> elements) Sets or replaces all elements formatcheslist.ImmutableDecisionResult.Builder.rejections(Iterable<? extends DecisionProgram.DecisionLog> elements) Sets or replaces all elements forrejectionslist.final ImmutableDecisionResultImmutableDecisionResult.withMatches(Iterable<? extends DecisionProgram.DecisionLog> elements) Copy the current immutable object with elements that replace the content ofmatches.final ImmutableDecisionResultImmutableDecisionResult.withRejections(Iterable<? extends DecisionProgram.DecisionLog> elements) Copy the current immutable object with elements that replace the content ofrejections. -
Uses of DecisionProgram.DecisionLog in io.resys.hdes.client.spi.decision
Methods in io.resys.hdes.client.spi.decision with parameters of type DecisionProgram.DecisionLogModifier and TypeMethodDescriptionstatic Map<String,Serializable> DecisionProgramExecutor.toValues(DecisionProgram.DecisionLog decision)