de.tum.cit.ase.athena.protobuf.Clustering Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of athena-client Show documentation
Show all versions of athena-client Show documentation
A system to support (semi-)automated assessment of textual exercises.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: clustering.proto
package de.tum.cit.ase.athena.protobuf;
public final class Clustering {
private Clustering() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_Segment_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_Segment_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_DistanceMatrixEntry_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_DistanceMatrixEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_Cluster_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_Cluster_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_ClusterNode_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_ClusterNode_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_AtheneResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_AtheneResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\020clustering.proto\"\251\001\n\007Segment\022\n\n\002id\030\001 \001" +
"(\t\022\031\n\014submissionId\030\002 \001(\005H\000\210\001\001\022\021\n\004text\030\003 " +
"\001(\tH\001\210\001\001\022\027\n\nstartIndex\030\004 \001(\005H\002\210\001\001\022\025\n\010end" +
"Index\030\005 \001(\005H\003\210\001\001B\017\n\r_submissionIdB\007\n\005_te" +
"xtB\r\n\013_startIndexB\013\n\t_endIndex\":\n\023Distan" +
"ceMatrixEntry\022\t\n\001x\030\001 \001(\005\022\t\n\001y\030\002 \001(\005\022\r\n\005v" +
"alue\030\003 \001(\002\"c\n\007Cluster\022\016\n\006treeId\030\001 \001(\005\022\032\n" +
"\010segments\030\002 \003(\0132\010.Segment\022,\n\016distanceMat" +
"rix\030\003 \003(\0132\024.DistanceMatrixEntry\"R\n\013Clust" +
"erNode\022\016\n\006parent\030\001 \001(\005\022\r\n\005child\030\002 \001(\005\022\021\n" +
"\tlambdaVal\030\003 \001(\002\022\021\n\tchildSize\030\004 \001(\005\"\231\001\n\016" +
"AtheneResponse\022\032\n\010segments\030\001 \003(\0132\010.Segme" +
"nt\022\032\n\010clusters\030\002 \003(\0132\010.Cluster\022,\n\016distan" +
"ceMatrix\030\003 \003(\0132\024.DistanceMatrixEntry\022!\n\013" +
"clusterTree\030\004 \003(\0132\014.ClusterNodeB\"\n\036de.tu" +
"m.cit.ase.athena.protobufP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_Segment_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_Segment_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_Segment_descriptor,
new java.lang.String[] { "Id", "SubmissionId", "Text", "StartIndex", "EndIndex", "SubmissionId", "Text", "StartIndex", "EndIndex", });
internal_static_DistanceMatrixEntry_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_DistanceMatrixEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_DistanceMatrixEntry_descriptor,
new java.lang.String[] { "X", "Y", "Value", });
internal_static_Cluster_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_Cluster_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_Cluster_descriptor,
new java.lang.String[] { "TreeId", "Segments", "DistanceMatrix", });
internal_static_ClusterNode_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_ClusterNode_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_ClusterNode_descriptor,
new java.lang.String[] { "Parent", "Child", "LambdaVal", "ChildSize", });
internal_static_AtheneResponse_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_AtheneResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_AtheneResponse_descriptor,
new java.lang.String[] { "Segments", "Clusters", "DistanceMatrix", "ClusterTree", });
}
// @@protoc_insertion_point(outer_class_scope)
}