Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
FlowModelProtoOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/graph/flow_problem.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.graph;
7
8@com.google.protobuf.Generated
9public interface FlowModelProtoOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.FlowModelProto)
11 com.google.protobuf.MessageOrBuilder {
12
16 java.util.List<com.google.ortools.graph.FlowNodeProto>
29 java.util.List<? extends com.google.ortools.graph.FlowNodeProtoOrBuilder>
35 int index);
36
40 java.util.List<com.google.ortools.graph.FlowArcProto>
53 java.util.List<? extends com.google.ortools.graph.FlowArcProtoOrBuilder>
59 int index);
60
65 boolean hasProblemType();
71}
java.util.List< com.google.ortools.graph.FlowArcProto > getArcsList()
com.google.ortools.graph.FlowArcProtoOrBuilder getArcsOrBuilder(int index)
com.google.ortools.graph.FlowNodeProto getNodes(int index)
com.google.ortools.graph.FlowModelProto.ProblemType getProblemType()
java.util.List< com.google.ortools.graph.FlowNodeProto > getNodesList()
java.util.List<? extends com.google.ortools.graph.FlowArcProtoOrBuilder > getArcsOrBuilderList()
java.util.List<? extends com.google.ortools.graph.FlowNodeProtoOrBuilder > getNodesOrBuilderList()
com.google.ortools.graph.FlowNodeProtoOrBuilder getNodesOrBuilder(int index)
com.google.ortools.graph.FlowArcProto getArcs(int index)