Uses of Class
io.resys.hdes.client.api.programs.ImmutableDecisionLog
Packages that use ImmutableDecisionLog
-
Uses of ImmutableDecisionLog in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableDecisionLogModifier and TypeMethodDescriptionImmutableDecisionLog.Builder.build()Builds a newImmutableDecisionLog.static ImmutableDecisionLogImmutableDecisionLog.copyOf(DecisionProgram.DecisionLog instance) Creates an immutable copy of aDecisionProgram.DecisionLogvalue.final ImmutableDecisionLogImmutableDecisionLog.withAccepts(DecisionProgram.DecisionLogEntry... elements) Copy the current immutable object with elements that replace the content ofaccepts.final ImmutableDecisionLogImmutableDecisionLog.withAccepts(Iterable<? extends DecisionProgram.DecisionLogEntry> elements) Copy the current immutable object with elements that replace the content ofaccepts.final ImmutableDecisionLogCopy the current immutable object by setting a value for thematchattribute.final ImmutableDecisionLogCopy the current immutable object by setting a value for theorderattribute.final ImmutableDecisionLogImmutableDecisionLog.withReturns(DecisionProgram.DecisionLogEntry... elements) Copy the current immutable object with elements that replace the content ofreturns.final ImmutableDecisionLogImmutableDecisionLog.withReturns(Iterable<? extends DecisionProgram.DecisionLogEntry> elements) Copy the current immutable object with elements that replace the content ofreturns.