Uses of Interface
io.resys.hdes.client.api.programs.FlowProgram
Packages that use FlowProgram
Package
Description
-
Uses of FlowProgram in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return FlowProgram -
Uses of FlowProgram in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement FlowProgramMethods in io.resys.hdes.client.api.programs that return FlowProgramMethods in io.resys.hdes.client.api.programs that return types with arguments of type FlowProgramModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> ImmutableProgramEnvir.getFlowsByName()ProgramEnvir.getFlowsByName()Methods in io.resys.hdes.client.api.programs with parameters of type FlowProgramModifier and TypeMethodDescriptionstatic ImmutableFlowProgramImmutableFlowProgram.copyOf(FlowProgram instance) Creates an immutable copy of aFlowProgramvalue.ImmutableFlowProgram.Builder.from(FlowProgram instance) Fill a builder with attribute values from the providedFlowPrograminstance.Method parameters in io.resys.hdes.client.api.programs with type arguments of type FlowProgramModifier and TypeMethodDescriptionImmutableProgramEnvir.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.putAllFlowsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> entries) Put all mappings from the specified map as entries toflowsByNamemap.ImmutableProgramEnvir.Builder.putFlowsByName(String key, ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram> value) Put one entry to theflowsByNamemap.ImmutableProgramEnvir.Builder.putFlowsByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> entry) Put one entry to theflowsByNamemap.final ImmutableProgramEnvirImmutableProgramEnvir.withFlowsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> entries) Copy the current immutable object by replacing theflowsByNamemap with the specified map. -
Uses of FlowProgram in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return FlowProgram -
Uses of FlowProgram in io.resys.hdes.client.spi.flow
Methods in io.resys.hdes.client.spi.flow that return FlowProgramConstructors in io.resys.hdes.client.spi.flow with parameters of type FlowProgramModifierConstructorDescriptionFlowProgramExecutor(FlowProgram program, Program.ProgramContext context, HdesClient.HdesTypesMapper factory)