Interface MarkovModelRouteMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MarkovModelRouteMessage,MarkovModelRouteMessage.Builder
public interface MarkovModelRouteMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAffixTypes(int index) repeated string affixTypes = 1;com.google.protobuf.ByteStringgetAffixTypesBytes(int index) repeated string affixTypes = 1;intrepeated string affixTypes = 1;repeated string affixTypes = 1;longint64 relativeFrequency = 2;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
-
getAffixTypesList
repeated string affixTypes = 1;- Returns:
- A list containing the affixTypes.
-
getAffixTypesCount
int getAffixTypesCount()repeated string affixTypes = 1;- Returns:
- The count of affixTypes.
-
getAffixTypes
repeated string affixTypes = 1;- Parameters:
index- The index of the element to return.- Returns:
- The affixTypes at the given index.
-
getAffixTypesBytes
com.google.protobuf.ByteString getAffixTypesBytes(int index) repeated string affixTypes = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the affixTypes at the given index.
-
getRelativeFrequency
long getRelativeFrequency()int64 relativeFrequency = 2;- Returns:
- The relativeFrequency.
-