Interface RuinStrategyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuinStrategy,RuinStrategy.Builder
@Generated
public interface RuinStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.operations_research.RandomWalkRuinStrategy random_walk = 2;.operations_research.RandomWalkRuinStrategy random_walk = 2;getSisr().operations_research.SISRRuinStrategy sisr = 3;.operations_research.SISRRuinStrategy sisr = 3;.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;boolean.operations_research.RandomWalkRuinStrategy random_walk = 2;booleanhasSisr().operations_research.SISRRuinStrategy sisr = 3;boolean.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSpatiallyCloseRoutes
boolean hasSpatiallyCloseRoutes().operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;- Returns:
- Whether the spatiallyCloseRoutes field is set.
-
getSpatiallyCloseRoutes
SpatiallyCloseRoutesRuinStrategy getSpatiallyCloseRoutes().operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;- Returns:
- The spatiallyCloseRoutes.
-
getSpatiallyCloseRoutesOrBuilder
SpatiallyCloseRoutesRuinStrategyOrBuilder getSpatiallyCloseRoutesOrBuilder().operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1; -
hasRandomWalk
boolean hasRandomWalk().operations_research.RandomWalkRuinStrategy random_walk = 2;- Returns:
- Whether the randomWalk field is set.
-
getRandomWalk
RandomWalkRuinStrategy getRandomWalk().operations_research.RandomWalkRuinStrategy random_walk = 2;- Returns:
- The randomWalk.
-
getRandomWalkOrBuilder
RandomWalkRuinStrategyOrBuilder getRandomWalkOrBuilder().operations_research.RandomWalkRuinStrategy random_walk = 2; -
hasSisr
boolean hasSisr().operations_research.SISRRuinStrategy sisr = 3;- Returns:
- Whether the sisr field is set.
-
getSisr
-
getSisrOrBuilder
SISRRuinStrategyOrBuilder getSisrOrBuilder().operations_research.SISRRuinStrategy sisr = 3; -
getStrategyCase
RuinStrategy.StrategyCase getStrategyCase()
-