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 Type
    Method
    Description
    getAffixTypes(int index)
    repeated string affixTypes = 1;
    com.google.protobuf.ByteString
    getAffixTypesBytes(int index)
    repeated string affixTypes = 1;
    int
    repeated string affixTypes = 1;
    repeated string affixTypes = 1;
    long
    int64 relativeFrequency = 2;

    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

    • getAffixTypesList

      List<String> getAffixTypesList()
      repeated string affixTypes = 1;
      Returns:
      A list containing the affixTypes.
    • getAffixTypesCount

      int getAffixTypesCount()
      repeated string affixTypes = 1;
      Returns:
      The count of affixTypes.
    • getAffixTypes

      String getAffixTypes(int index)
      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.