com.zepben.protobuf.hc.opendss.ModelOrBuilder 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/Model.proto
package com.zepben.protobuf.hc.opendss;
public interface ModelOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.Model)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The SYF this model represents. Also contains metadata to be passed into the results processor.
*
*
* .zepben.protobuf.hc.Syf syf = 1;
* @return Whether the syf field is set.
*/
boolean hasSyf();
/**
*
**
* The SYF this model represents. Also contains metadata to be passed into the results processor.
*
*
* .zepben.protobuf.hc.Syf syf = 1;
* @return The syf.
*/
com.zepben.protobuf.hc.Syf getSyf();
/**
*
**
* The SYF this model represents. Also contains metadata to be passed into the results processor.
*
*
* .zepben.protobuf.hc.Syf syf = 1;
*/
com.zepben.protobuf.hc.SyfOrBuilder getSyfOrBuilder();
/**
*
**
* The OpenDSS model commands to run before creating the load shapes.
*
*
* repeated string preLoadShapeCommand = 2;
* @return A list containing the preLoadShapeCommand.
*/
java.util.List
getPreLoadShapeCommandList();
/**
*
**
* The OpenDSS model commands to run before creating the load shapes.
*
*
* repeated string preLoadShapeCommand = 2;
* @return The count of preLoadShapeCommand.
*/
int getPreLoadShapeCommandCount();
/**
*
**
* The OpenDSS model commands to run before creating the load shapes.
*
*
* repeated string preLoadShapeCommand = 2;
* @param index The index of the element to return.
* @return The preLoadShapeCommand at the given index.
*/
java.lang.String getPreLoadShapeCommand(int index);
/**
*
**
* The OpenDSS model commands to run before creating the load shapes.
*
*
* repeated string preLoadShapeCommand = 2;
* @param index The index of the value to return.
* @return The bytes of the preLoadShapeCommand at the given index.
*/
com.google.protobuf.ByteString
getPreLoadShapeCommandBytes(int index);
/**
*
**
* Definition of the load shapes that needs to be mapped into OpenDSS
*
*
* repeated .zepben.protobuf.hc.opendss.LoadShape loadShapes = 3;
*/
java.util.List
getLoadShapesList();
/**
*
**
* Definition of the load shapes that needs to be mapped into OpenDSS
*
*
* repeated .zepben.protobuf.hc.opendss.LoadShape loadShapes = 3;
*/
com.zepben.protobuf.hc.opendss.LoadShape getLoadShapes(int index);
/**
*
**
* Definition of the load shapes that needs to be mapped into OpenDSS
*
*
* repeated .zepben.protobuf.hc.opendss.LoadShape loadShapes = 3;
*/
int getLoadShapesCount();
/**
*
**
* Definition of the load shapes that needs to be mapped into OpenDSS
*
*
* repeated .zepben.protobuf.hc.opendss.LoadShape loadShapes = 3;
*/
java.util.List extends com.zepben.protobuf.hc.opendss.LoadShapeOrBuilder>
getLoadShapesOrBuilderList();
/**
*
**
* Definition of the load shapes that needs to be mapped into OpenDSS
*
*
* repeated .zepben.protobuf.hc.opendss.LoadShape loadShapes = 3;
*/
com.zepben.protobuf.hc.opendss.LoadShapeOrBuilder getLoadShapesOrBuilder(
int index);
/**
*
**
* The OpenDSS model commands to run after mapping the load shapes.
*
*
* repeated string postLoadShapeCommand = 4;
* @return A list containing the postLoadShapeCommand.
*/
java.util.List
getPostLoadShapeCommandList();
/**
*
**
* The OpenDSS model commands to run after mapping the load shapes.
*
*
* repeated string postLoadShapeCommand = 4;
* @return The count of postLoadShapeCommand.
*/
int getPostLoadShapeCommandCount();
/**
*
**
* The OpenDSS model commands to run after mapping the load shapes.
*
*
* repeated string postLoadShapeCommand = 4;
* @param index The index of the element to return.
* @return The postLoadShapeCommand at the given index.
*/
java.lang.String getPostLoadShapeCommand(int index);
/**
*
**
* The OpenDSS model commands to run after mapping the load shapes.
*
*
* repeated string postLoadShapeCommand = 4;
* @param index The index of the value to return.
* @return The bytes of the postLoadShapeCommand at the given index.
*/
com.google.protobuf.ByteString
getPostLoadShapeCommandBytes(int index);
}