Uses of Class
io.resys.hdes.client.api.programs.ImmutableProgramEnvir
Packages that use ImmutableProgramEnvir
-
Uses of ImmutableProgramEnvir in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableProgramEnvirModifier and TypeMethodDescriptionImmutableProgramEnvir.Builder.build()Builds a newImmutableProgramEnvir.static ImmutableProgramEnvirImmutableProgramEnvir.copyOf(ProgramEnvir instance) Creates an immutable copy of aProgramEnvirvalue.final ImmutableProgramEnvirImmutableProgramEnvir.withBranchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Copy the current immutable object by replacing thebranchesByNamemap with the specified map.final ImmutableProgramEnvirImmutableProgramEnvir.withDecisionsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstDecision, DecisionProgram>> entries) Copy the current immutable object by replacing thedecisionsByNamemap with the specified map.final ImmutableProgramEnvirImmutableProgramEnvir.withFlowsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> entries) Copy the current immutable object by replacing theflowsByNamemap with the specified map.final ImmutableProgramEnvirImmutableProgramEnvir.withServicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Copy the current immutable object by replacing theservicesByNamemap with the specified map.final ImmutableProgramEnvirImmutableProgramEnvir.withTagName(String value) Copy the current immutable object by setting a value for thetagNameattribute.final ImmutableProgramEnvirImmutableProgramEnvir.withTagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Copy the current immutable object by replacing thetagsByNamemap with the specified map.final ImmutableProgramEnvirImmutableProgramEnvir.withValues(Map<String, ? extends ProgramEnvir.ProgramWrapper<?, ?>> entries) Copy the current immutable object by replacing thevaluesmap with the specified map.