com.zepben.protobuf.cim.iec61970.base.wires.ConductorOrBuilder 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/cim/iec61970/base/wires/Conductor.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface ConductorOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.Conductor)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* ConductingEquipment fields for this Conductor.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return Whether the ce field is set.
*/
boolean hasCe();
/**
*
**
* ConductingEquipment fields for this Conductor.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return The ce.
*/
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment getCe();
/**
*
**
* ConductingEquipment fields for this Conductor.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipmentOrBuilder getCeOrBuilder();
/**
*
**
* Segment length for calculating line section capabilities.
*
*
* double length = 2;
* @return The length.
*/
double getLength();
/**
*
**
* [ZBEX] The temperature in degrees Celsius for the network design of this conductor.
*
*
* int32 designTemperature = 3;
* @return The designTemperature.
*/
int getDesignTemperature();
/**
*
**
* [ZBEX] The current rating in Amperes at the specified design temperature that can be used without the conductor
* breaching physical network design limits.
*
*
* double designRating = 4;
* @return The designRating.
*/
double getDesignRating();
}