All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.tum.cit.ase.athena.protobuf.ClusterNodeOrBuilder Maven / Gradle / Ivy

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy