Uses of Interface
io.resys.hdes.client.api.ast.AstFlow
Packages that use AstFlow
Package
Description
-
Uses of AstFlow in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return AstFlowModifier and TypeMethodDescriptionHdesAstTypes.FlowAstBuilder.build()HdesClient.AstBuilder.flow()Methods in io.resys.hdes.client.api that return types with arguments of type AstFlowModifier and TypeMethodDescriptionHdesComposer.ComposerState.getFlows()com.google.common.collect.ImmutableMap<String,HdesComposer.ComposerEntity<AstFlow>> ImmutableComposerState.getFlows()Methods in io.resys.hdes.client.api with parameters of type AstFlowMethod parameters in io.resys.hdes.client.api with type arguments of type AstFlowModifier and TypeMethodDescriptionImmutableComposerState.Builder.flows(Map<String, ? extends HdesComposer.ComposerEntity<AstFlow>> entries) Sets or replaces all mappings from the specified map as entries for theflowsmap.ImmutableComposerState.Builder.putAllFlows(Map<String, ? extends HdesComposer.ComposerEntity<AstFlow>> entries) Put all mappings from the specified map as entries toflowsmap.ImmutableComposerState.Builder.putFlows(String key, HdesComposer.ComposerEntity<AstFlow> value) Put one entry to theflowsmap.ImmutableComposerState.Builder.putFlows(Map.Entry<String, ? extends HdesComposer.ComposerEntity<AstFlow>> entry) Put one entry to theflowsmap.final ImmutableComposerStateImmutableComposerState.withFlows(Map<String, ? extends HdesComposer.ComposerEntity<AstFlow>> entries) Copy the current immutable object by replacing theflowsmap with the specified map. -
Uses of AstFlow in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstFlowMethods in io.resys.hdes.client.api.ast with parameters of type AstFlowModifier and TypeMethodDescriptionstatic ImmutableAstFlowCreates an immutable copy of aAstFlowvalue.final ImmutableAstFlow.BuilderFill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstFlowinstance. -
Uses of AstFlow in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return types with arguments of type AstFlowModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> ImmutableProgramEnvir.getFlowsByName()ProgramEnvir.getFlowsByName()Method parameters in io.resys.hdes.client.api.programs with type arguments of type AstFlowModifier 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 AstFlow in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return AstFlow -
Uses of AstFlow in io.resys.hdes.client.spi.flow
Methods in io.resys.hdes.client.spi.flow that return AstFlowMethods in io.resys.hdes.client.spi.flow with parameters of type AstFlow -
Uses of AstFlow in io.resys.hdes.client.spi.flow.validators
Constructors in io.resys.hdes.client.spi.flow.validators with parameters of type AstFlow