Uses of Class
itk.InstructionOuterClass.Instruction.Builder
Packages that use InstructionOuterClass.Instruction.Builder
-
Uses of InstructionOuterClass.Instruction.Builder in itk
Methods in itk that return InstructionOuterClass.Instruction.BuilderModifier and TypeMethodDescriptionInstructionOuterClass.SeriesOfSteps.Builder.addInstructionsBuilder()repeated .itk.Instruction instructions = 1;InstructionOuterClass.SeriesOfSteps.Builder.addInstructionsBuilder(int index) repeated .itk.Instruction instructions = 1;InstructionOuterClass.Instruction.Builder.clear()InstructionOuterClass.Instruction.Builder.clearCallAgent().itk.CallAgent call_agent = 1;InstructionOuterClass.Instruction.Builder.clearReturnResponse().itk.ReturnResponse return_response = 2;InstructionOuterClass.Instruction.Builder.clearStep()InstructionOuterClass.Instruction.Builder.clearSteps().itk.SeriesOfSteps steps = 3;InstructionOuterClass.CallAgent.Builder.getInstructionBuilder()instruction for the called agentInstructionOuterClass.SeriesOfSteps.Builder.getInstructionsBuilder(int index) repeated .itk.Instruction instructions = 1;InstructionOuterClass.Instruction.Builder.mergeCallAgent(InstructionOuterClass.CallAgent value) .itk.CallAgent call_agent = 1;InstructionOuterClass.Instruction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InstructionOuterClass.Instruction.Builder.mergeFrom(com.google.protobuf.Message other) InstructionOuterClass.Instruction.Builder.mergeFrom(InstructionOuterClass.Instruction other) InstructionOuterClass.Instruction.Builder.mergeReturnResponse(InstructionOuterClass.ReturnResponse value) .itk.ReturnResponse return_response = 2;InstructionOuterClass.Instruction.Builder.mergeSteps(InstructionOuterClass.SeriesOfSteps value) .itk.SeriesOfSteps steps = 3;InstructionOuterClass.Instruction.newBuilder()InstructionOuterClass.Instruction.newBuilder(InstructionOuterClass.Instruction prototype) InstructionOuterClass.Instruction.newBuilderForType()InstructionOuterClass.Instruction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) InstructionOuterClass.Instruction.Builder.setCallAgent(InstructionOuterClass.CallAgent value) .itk.CallAgent call_agent = 1;InstructionOuterClass.Instruction.Builder.setCallAgent(InstructionOuterClass.CallAgent.Builder builderForValue) .itk.CallAgent call_agent = 1;InstructionOuterClass.Instruction.Builder.setReturnResponse(InstructionOuterClass.ReturnResponse value) .itk.ReturnResponse return_response = 2;InstructionOuterClass.Instruction.Builder.setReturnResponse(InstructionOuterClass.ReturnResponse.Builder builderForValue) .itk.ReturnResponse return_response = 2;InstructionOuterClass.Instruction.Builder.setSteps(InstructionOuterClass.SeriesOfSteps value) .itk.SeriesOfSteps steps = 3;InstructionOuterClass.Instruction.Builder.setSteps(InstructionOuterClass.SeriesOfSteps.Builder builderForValue) .itk.SeriesOfSteps steps = 3;InstructionOuterClass.Instruction.toBuilder()Methods in itk that return types with arguments of type InstructionOuterClass.Instruction.BuilderModifier and TypeMethodDescriptionInstructionOuterClass.SeriesOfSteps.Builder.getInstructionsBuilderList()repeated .itk.Instruction instructions = 1;Methods in itk with parameters of type InstructionOuterClass.Instruction.BuilderModifier and TypeMethodDescriptionInstructionOuterClass.SeriesOfSteps.Builder.addInstructions(int index, InstructionOuterClass.Instruction.Builder builderForValue) repeated .itk.Instruction instructions = 1;InstructionOuterClass.SeriesOfSteps.Builder.addInstructions(InstructionOuterClass.Instruction.Builder builderForValue) repeated .itk.Instruction instructions = 1;InstructionOuterClass.CallAgent.Builder.setInstruction(InstructionOuterClass.Instruction.Builder builderForValue) instruction for the called agentInstructionOuterClass.SeriesOfSteps.Builder.setInstructions(int index, InstructionOuterClass.Instruction.Builder builderForValue) repeated .itk.Instruction instructions = 1;