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

org.openlca.proto.ProtoSimpleResultOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: olca.proto

package org.openlca.proto;

public interface ProtoSimpleResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protolca.ProtoSimpleResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .protolca.ProtoFlowResult flow_results = 1;
   */
  java.util.List 
      getFlowResultsList();
  /**
   * repeated .protolca.ProtoFlowResult flow_results = 1;
   */
  org.openlca.proto.ProtoFlowResult getFlowResults(int index);
  /**
   * repeated .protolca.ProtoFlowResult flow_results = 1;
   */
  int getFlowResultsCount();
  /**
   * repeated .protolca.ProtoFlowResult flow_results = 1;
   */
  java.util.List 
      getFlowResultsOrBuilderList();
  /**
   * repeated .protolca.ProtoFlowResult flow_results = 1;
   */
  org.openlca.proto.ProtoFlowResultOrBuilder getFlowResultsOrBuilder(
      int index);

  /**
   * repeated .protolca.ProtoImpactResult impact_results = 2;
   */
  java.util.List 
      getImpactResultsList();
  /**
   * repeated .protolca.ProtoImpactResult impact_results = 2;
   */
  org.openlca.proto.ProtoImpactResult getImpactResults(int index);
  /**
   * repeated .protolca.ProtoImpactResult impact_results = 2;
   */
  int getImpactResultsCount();
  /**
   * repeated .protolca.ProtoImpactResult impact_results = 2;
   */
  java.util.List 
      getImpactResultsOrBuilderList();
  /**
   * repeated .protolca.ProtoImpactResult impact_results = 2;
   */
  org.openlca.proto.ProtoImpactResultOrBuilder getImpactResultsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy