Uses of Interface
io.resys.hdes.client.api.ast.AstDecision.AstDecisionCell
Packages that use AstDecision.AstDecisionCell
-
Uses of AstDecision.AstDecisionCell in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstDecision.AstDecisionCellModifier and TypeClassDescriptionfinal classImmutable implementation ofAstDecision.AstDecisionCell.Methods in io.resys.hdes.client.api.ast that return types with arguments of type AstDecision.AstDecisionCellModifier and TypeMethodDescriptionAstDecision.AstDecisionRow.getCells()com.google.common.collect.ImmutableList<AstDecision.AstDecisionCell>ImmutableAstDecisionRow.getCells()Methods in io.resys.hdes.client.api.ast with parameters of type AstDecision.AstDecisionCellModifier and TypeMethodDescriptionImmutableAstDecisionRow.Builder.addCells(AstDecision.AstDecisionCell element) Adds one element tocellslist.ImmutableAstDecisionRow.Builder.addCells(AstDecision.AstDecisionCell... elements) Adds elements tocellslist.static ImmutableAstDecisionCellImmutableAstDecisionCell.copyOf(AstDecision.AstDecisionCell instance) Creates an immutable copy of aAstDecision.AstDecisionCellvalue.ImmutableAstDecisionCell.Builder.from(AstDecision.AstDecisionCell instance) Fill a builder with attribute values from the providedAstDecisionCellinstance.final ImmutableAstDecisionRowImmutableAstDecisionRow.withCells(AstDecision.AstDecisionCell... elements) Copy the current immutable object with elements that replace the content ofcells.Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstDecision.AstDecisionCellModifier and TypeMethodDescriptionImmutableAstDecisionRow.Builder.addAllCells(Iterable<? extends AstDecision.AstDecisionCell> elements) Adds elements tocellslist.ImmutableAstDecisionRow.Builder.cells(Iterable<? extends AstDecision.AstDecisionCell> elements) Sets or replaces all elements forcellslist.final ImmutableAstDecisionRowImmutableAstDecisionRow.withCells(Iterable<? extends AstDecision.AstDecisionCell> elements) Copy the current immutable object with elements that replace the content ofcells.