com.zepben.protobuf.hc.opendss.LossesTotalsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/hc/opendss/Diagnostics.proto
package com.zepben.protobuf.hc.opendss;
public interface LossesTotalsOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.LossesTotals)
com.google.protobuf.MessageOrBuilder {
/**
* double lineLosses = 1;
* @return The lineLosses.
*/
double getLineLosses();
/**
* double transformerLosses = 2;
* @return The transformerLosses.
*/
double getTransformerLosses();
/**
* double totalLosses = 3;
* @return The totalLosses.
*/
double getTotalLosses();
/**
* double totalLoadPower = 4;
* @return The totalLoadPower.
*/
double getTotalLoadPower();
/**
* double totalPctLosses = 5;
* @return The totalPctLosses.
*/
double getTotalPctLosses();
}