Uses of Class
io.resys.hdes.client.api.programs.ImmutableDecisionProgram
Packages that use ImmutableDecisionProgram
-
Uses of ImmutableDecisionProgram in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableDecisionProgramModifier and TypeMethodDescriptionImmutableDecisionProgram.Builder.build()Builds a newImmutableDecisionProgram.static ImmutableDecisionProgramImmutableDecisionProgram.copyOf(DecisionProgram instance) Creates an immutable copy of aDecisionProgramvalue.final ImmutableDecisionProgramImmutableDecisionProgram.withHitPolicy(AstDecision.HitPolicy value) Copy the current immutable object by setting a value for thehitPolicyattribute.final ImmutableDecisionProgramImmutableDecisionProgram.withRows(DecisionProgram.DecisionRow... elements) Copy the current immutable object with elements that replace the content ofrows.final ImmutableDecisionProgramImmutableDecisionProgram.withRows(Iterable<? extends DecisionProgram.DecisionRow> elements) Copy the current immutable object with elements that replace the content ofrows.