de.tum.cit.ase.athena.protobuf.ClusterNodeOrBuilder 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 interface ClusterNodeOrBuilder extends
// @@protoc_insertion_point(interface_extends:ClusterNode)
com.google.protobuf.MessageOrBuilder {
/**
* int32 parent = 1;
* @return The parent.
*/
int getParent();
/**
* int32 child = 2;
* @return The child.
*/
int getChild();
/**
* float lambdaVal = 3;
* @return The lambdaVal.
*/
float getLambdaVal();
/**
* int32 childSize = 4;
* @return The childSize.
*/
int getChildSize();
}