Uses of Interface
io.resys.hdes.client.api.programs.ProgramEnvir.ProgramWrapper
Packages that use ProgramEnvir.ProgramWrapper
Package
Description
-
Uses of ProgramEnvir.ProgramWrapper in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement ProgramEnvir.ProgramWrapperModifier and TypeClassDescriptionfinal classImmutableProgramWrapper<A extends AstBody,P extends Program> Immutable implementation ofProgramEnvir.ProgramWrapper.Methods in io.resys.hdes.client.api.programs that return types with arguments of type ProgramEnvir.ProgramWrapperModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> ImmutableProgramEnvir.getBranchesByName()ProgramEnvir.getBranchesByName()com.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstDecision, DecisionProgram>> ImmutableProgramEnvir.getDecisionsByName()ProgramEnvir.getDecisionsByName()com.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> ImmutableProgramEnvir.getFlowsByName()ProgramEnvir.getFlowsByName()com.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> ImmutableProgramEnvir.getServicesByName()ProgramEnvir.getServicesByName()com.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> ImmutableProgramEnvir.getTagsByName()ProgramEnvir.getTagsByName()com.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<?, ?>> ImmutableProgramEnvir.getValues()ProgramEnvir.getValues()Methods in io.resys.hdes.client.api.programs with parameters of type ProgramEnvir.ProgramWrapperModifier and TypeMethodDescriptionstatic <A extends AstBody,P extends Program>
ImmutableProgramWrapper<A,P> ImmutableProgramWrapper.copyOf(ProgramEnvir.ProgramWrapper<A, P> instance) Creates an immutable copy of aProgramEnvir.ProgramWrappervalue.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.from(ProgramEnvir.ProgramWrapper<A, P> instance) Fill a builder with attribute values from the providedProgramWrapperinstance.ImmutableProgramEnvir.Builder.putBranchesByName(String key, ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram> value) Put one entry to thebranchesByNamemap.ImmutableProgramEnvir.Builder.putDecisionsByName(String key, ProgramEnvir.ProgramWrapper<AstDecision, DecisionProgram> value) Put one entry to thedecisionsByNamemap.ImmutableProgramEnvir.Builder.putFlowsByName(String key, ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram> value) Put one entry to theflowsByNamemap.ImmutableProgramEnvir.Builder.putServicesByName(String key, ProgramEnvir.ProgramWrapper<AstService, ServiceProgram> value) Put one entry to theservicesByNamemap.ImmutableProgramEnvir.Builder.putTagsByName(String key, ProgramEnvir.ProgramWrapper<AstTag, TagProgram> value) Put one entry to thetagsByNamemap.ImmutableProgramEnvir.Builder.putValues(String key, ProgramEnvir.ProgramWrapper<?, ?> value) Put one entry to thevaluesmap.Method parameters in io.resys.hdes.client.api.programs with type arguments of type ProgramEnvir.ProgramWrapperModifier and TypeMethodDescriptionImmutableProgramEnvir.Builder.branchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Sets or replaces all mappings from the specified map as entries for thebranchesByNamemap.ImmutableProgramEnvir.Builder.decisionsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstDecision, DecisionProgram>> entries) Sets or replaces all mappings from the specified map as entries for thedecisionsByNamemap.ImmutableProgramEnvir.Builder.flowsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> entries) Sets or replaces all mappings from the specified map as entries for theflowsByNamemap.ImmutableProgramEnvir.Builder.putAllBranchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Put all mappings from the specified map as entries tobranchesByNamemap.ImmutableProgramEnvir.Builder.putAllDecisionsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstDecision, DecisionProgram>> entries) Put all mappings from the specified map as entries todecisionsByNamemap.ImmutableProgramEnvir.Builder.putAllFlowsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> entries) Put all mappings from the specified map as entries toflowsByNamemap.ImmutableProgramEnvir.Builder.putAllServicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Put all mappings from the specified map as entries toservicesByNamemap.ImmutableProgramEnvir.Builder.putAllTagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Put all mappings from the specified map as entries totagsByNamemap.ImmutableProgramEnvir.Builder.putAllValues(Map<String, ? extends ProgramEnvir.ProgramWrapper<?, ?>> entries) Put all mappings from the specified map as entries tovaluesmap.ImmutableProgramEnvir.Builder.putBranchesByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entry) Put one entry to thebranchesByNamemap.ImmutableProgramEnvir.Builder.putDecisionsByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstDecision, DecisionProgram>> entry) Put one entry to thedecisionsByNamemap.ImmutableProgramEnvir.Builder.putFlowsByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> entry) Put one entry to theflowsByNamemap.ImmutableProgramEnvir.Builder.putServicesByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entry) Put one entry to theservicesByNamemap.ImmutableProgramEnvir.Builder.putTagsByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entry) Put one entry to thetagsByNamemap.ImmutableProgramEnvir.Builder.putValues(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<?, ?>> entry) Put one entry to thevaluesmap.ImmutableProgramEnvir.Builder.servicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Sets or replaces all mappings from the specified map as entries for theservicesByNamemap.ImmutableProgramEnvir.Builder.tagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Sets or replaces all mappings from the specified map as entries for thetagsByNamemap.ImmutableProgramEnvir.Builder.values(Map<String, ? extends ProgramEnvir.ProgramWrapper<?, ?>> entries) Sets or replaces all mappings from the specified map as entries for thevaluesmap.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.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. -
Uses of ProgramEnvir.ProgramWrapper in io.resys.hdes.client.spi.composer
Methods in io.resys.hdes.client.spi.composer with parameters of type ProgramEnvir.ProgramWrapperModifier and TypeMethodDescriptionstatic voidComposerEntityMapper.toComposer(ImmutableComposerState.Builder builder, ProgramEnvir.ProgramWrapper<?, ?> wrapper) Constructors in io.resys.hdes.client.spi.composer with parameters of type ProgramEnvir.ProgramWrapperModifierConstructorDescriptionDebugCSVVisitor(HdesClient client, ProgramEnvir.ProgramWrapper<?, ?> wrapper, ProgramEnvir envir) -
Uses of ProgramEnvir.ProgramWrapper in io.resys.hdes.client.spi.envir
Methods in io.resys.hdes.client.spi.envir that return types with arguments of type ProgramEnvir.ProgramWrapperMethods in io.resys.hdes.client.spi.envir with parameters of type ProgramEnvir.ProgramWrapperModifier and TypeMethodDescriptionAssociationVisitor.add(ProgramEnvir.ProgramWrapper<?, ?> wrapper) voidProgramEnvirFactory.visitTreeLog(ProgramEnvir.ProgramWrapper<?, ?> wrapper) -
Uses of ProgramEnvir.ProgramWrapper in io.resys.hdes.client.spi.flow.validators
Methods in io.resys.hdes.client.spi.flow.validators that return ProgramEnvir.ProgramWrapperMethods in io.resys.hdes.client.spi.flow.validators with parameters of type ProgramEnvir.ProgramWrapperModifier and TypeMethodDescriptionvoidFlowAssociationValidator.visitStep(FlowProgram.FlowProgramStep step, ProgramEnvir.ProgramWrapper<?, ?> wrapper)