Uses of Class
com.google.ortools.graph.FlowNodeProto.Builder
Packages that use FlowNodeProto.Builder
-
Uses of FlowNodeProto.Builder in com.google.ortools.graph
Subclasses with type arguments of type FlowNodeProto.Builder in com.google.ortools.graphModifier and TypeClassDescriptionstatic final classProtobuf typeoperations_research.FlowNodeProtoMethods in com.google.ortools.graph that return FlowNodeProto.BuilderModifier and TypeMethodDescriptionFlowModelProto.Builder.addNodesBuilder()repeated .operations_research.FlowNodeProto nodes = 1;FlowModelProto.Builder.addNodesBuilder(int index) repeated .operations_research.FlowNodeProto nodes = 1;FlowNodeProto.Builder.clear()FlowNodeProto.Builder.clearId()The ids must be non-negative (>= 0).FlowNodeProto.Builder.clearSupply()The supply can be positive or negative in which case it means demand.FlowModelProto.Builder.getNodesBuilder(int index) repeated .operations_research.FlowNodeProto nodes = 1;FlowNodeProto.Builder.mergeFrom(FlowNodeProto other) FlowNodeProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlowNodeProto.Builder.mergeFrom(com.google.protobuf.Message other) static FlowNodeProto.BuilderFlowNodeProto.newBuilder()static FlowNodeProto.BuilderFlowNodeProto.newBuilder(FlowNodeProto prototype) FlowNodeProto.newBuilderForType()protected FlowNodeProto.BuilderFlowNodeProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FlowNodeProto.Builder.setId(long value) The ids must be non-negative (>= 0).FlowNodeProto.Builder.setSupply(long value) The supply can be positive or negative in which case it means demand.FlowNodeProto.toBuilder()Methods in com.google.ortools.graph that return types with arguments of type FlowNodeProto.BuilderModifier and TypeMethodDescriptionFlowModelProto.Builder.getNodesBuilderList()repeated .operations_research.FlowNodeProto nodes = 1;Methods in com.google.ortools.graph with parameters of type FlowNodeProto.BuilderModifier and TypeMethodDescriptionFlowModelProto.Builder.addNodes(int index, FlowNodeProto.Builder builderForValue) repeated .operations_research.FlowNodeProto nodes = 1;FlowModelProto.Builder.addNodes(FlowNodeProto.Builder builderForValue) repeated .operations_research.FlowNodeProto nodes = 1;FlowModelProto.Builder.setNodes(int index, FlowNodeProto.Builder builderForValue) repeated .operations_research.FlowNodeProto nodes = 1;