Interface FlowModelProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlowModelProto
,FlowModelProto.Builder
@Generated
public interface FlowModelProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArcs
(int index) repeated .operations_research.FlowArcProto arcs = 2;
int
repeated .operations_research.FlowArcProto arcs = 2;
repeated .operations_research.FlowArcProto arcs = 2;
getArcsOrBuilder
(int index) repeated .operations_research.FlowArcProto arcs = 2;
List
<? extends FlowArcProtoOrBuilder> repeated .operations_research.FlowArcProto arcs = 2;
getNodes
(int index) repeated .operations_research.FlowNodeProto nodes = 1;
int
repeated .operations_research.FlowNodeProto nodes = 1;
repeated .operations_research.FlowNodeProto nodes = 1;
getNodesOrBuilder
(int index) repeated .operations_research.FlowNodeProto nodes = 1;
List
<? extends FlowNodeProtoOrBuilder> repeated .operations_research.FlowNodeProto nodes = 1;
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
boolean
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNodesList
List<FlowNodeProto> getNodesList()repeated .operations_research.FlowNodeProto nodes = 1;
-
getNodes
repeated .operations_research.FlowNodeProto nodes = 1;
-
getNodesCount
int getNodesCount()repeated .operations_research.FlowNodeProto nodes = 1;
-
getNodesOrBuilderList
List<? extends FlowNodeProtoOrBuilder> getNodesOrBuilderList()repeated .operations_research.FlowNodeProto nodes = 1;
-
getNodesOrBuilder
repeated .operations_research.FlowNodeProto nodes = 1;
-
getArcsList
List<FlowArcProto> getArcsList()repeated .operations_research.FlowArcProto arcs = 2;
-
getArcs
repeated .operations_research.FlowArcProto arcs = 2;
-
getArcsCount
int getArcsCount()repeated .operations_research.FlowArcProto arcs = 2;
-
getArcsOrBuilderList
List<? extends FlowArcProtoOrBuilder> getArcsOrBuilderList()repeated .operations_research.FlowArcProto arcs = 2;
-
getArcsOrBuilder
repeated .operations_research.FlowArcProto arcs = 2;
-
hasProblemType
boolean hasProblemType()optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- Returns:
- Whether the problemType field is set.
-
getProblemType
FlowModelProto.ProblemType getProblemType()optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- Returns:
- The problemType.
-