Uses of Interface
io.resys.hdes.client.api.ast.AstDecision.AstDecisionRow
Packages that use AstDecision.AstDecisionRow
-
Uses of AstDecision.AstDecisionRow in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstDecision.AstDecisionRowModifier and TypeClassDescriptionfinal classImmutable implementation ofAstDecision.AstDecisionRow.Methods in io.resys.hdes.client.api.ast that return types with arguments of type AstDecision.AstDecisionRowModifier and TypeMethodDescriptionAstDecision.getRows()com.google.common.collect.ImmutableList<AstDecision.AstDecisionRow>ImmutableAstDecision.getRows()Methods in io.resys.hdes.client.api.ast with parameters of type AstDecision.AstDecisionRowModifier and TypeMethodDescriptionImmutableAstDecision.Builder.addRows(AstDecision.AstDecisionRow element) Adds one element torowslist.ImmutableAstDecision.Builder.addRows(AstDecision.AstDecisionRow... elements) Adds elements torowslist.static ImmutableAstDecisionRowImmutableAstDecisionRow.copyOf(AstDecision.AstDecisionRow instance) Creates an immutable copy of aAstDecision.AstDecisionRowvalue.ImmutableAstDecisionRow.Builder.from(AstDecision.AstDecisionRow instance) Fill a builder with attribute values from the providedAstDecisionRowinstance.final ImmutableAstDecisionImmutableAstDecision.withRows(AstDecision.AstDecisionRow... elements) Copy the current immutable object with elements that replace the content ofrows.Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstDecision.AstDecisionRowModifier and TypeMethodDescriptionImmutableAstDecision.Builder.addAllRows(Iterable<? extends AstDecision.AstDecisionRow> elements) Adds elements torowslist.ImmutableAstDecision.Builder.rows(Iterable<? extends AstDecision.AstDecisionRow> elements) Sets or replaces all elements forrowslist.final ImmutableAstDecisionImmutableAstDecision.withRows(Iterable<? extends AstDecision.AstDecisionRow> elements) Copy the current immutable object with elements that replace the content ofrows. -
Uses of AstDecision.AstDecisionRow in io.resys.hdes.client.spi.decision
Method parameters in io.resys.hdes.client.spi.decision with type arguments of type AstDecision.AstDecisionRowModifier and TypeMethodDescriptionprotected static voidDecisionCSVBuilder.print(org.apache.commons.csv.CSVPrinter csvPrinter, Iterator<AstDecision.AstDecisionRow> it, List<String> headerNames)