Interface SpatiallyCloseRoutesRuinStrategyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SpatiallyCloseRoutesRuinStrategy
,SpatiallyCloseRoutesRuinStrategy.Builder
@Generated
public interface SpatiallyCloseRoutesRuinStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
Number of spatially close routes ruined at each ruin application.boolean
Number of spatially close routes ruined at each ruin application.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
-
hasNumRuinedRoutes
boolean hasNumRuinedRoutes()Number of spatially close routes ruined at each ruin application.
optional uint32 num_ruined_routes = 3;
- Returns:
- Whether the numRuinedRoutes field is set.
-
getNumRuinedRoutes
int getNumRuinedRoutes()Number of spatially close routes ruined at each ruin application.
optional uint32 num_ruined_routes = 3;
- Returns:
- The numRuinedRoutes.
-