Package 

Interface Haplotypegraph.ReferenceRangeProtoOrBuilder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract int getId() int32 id = 1;
      abstract String getReferenceName() string referenceName = 2;
      abstract ByteString getReferenceNameBytes() string referenceName = 2;
      abstract String getChromosome() string chromosome = 3;
      abstract ByteString getChromosomeBytes() string chromosome = 3;
      abstract int getStart() int32 start = 4;
      abstract int getEnd() int32 end = 5;
      abstract List<String> getMethodsList() repeated string methods = 6;
      abstract int getMethodsCount() repeated string methods = 6;
      abstract String getMethods(int index) repeated string methods = 6;
      abstract ByteString getMethodsBytes(int index) repeated string methods = 6;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getId

         abstract int getId()

        int32 id = 1;

      • getStart

         abstract int getStart()

        int32 start = 4;

      • getEnd

         abstract int getEnd()

        int32 end = 5;

      • getMethodsCount

         abstract int getMethodsCount()

        repeated string methods = 6;

      • getMethods

         abstract String getMethods(int index)

        repeated string methods = 6;

        Parameters:
        index - The index of the element to return.
      • getMethodsBytes

         abstract ByteString getMethodsBytes(int index)

        repeated string methods = 6;

        Parameters:
        index - The index of the value to return.