public interface ModelDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelData.Row |
getRow(int index)
Input Data for the simulation model
|
int |
getRowCount()
Input Data for the simulation model
|
java.util.List<ModelData.Row> |
getRowList()
Input Data for the simulation model
|
ModelData.RowOrBuilder |
getRowOrBuilder(int index)
Input Data for the simulation model
|
java.util.List<? extends ModelData.RowOrBuilder> |
getRowOrBuilderList()
Input Data for the simulation model
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<ModelData.Row> getRowList()
Input Data for the simulation model
repeated .capsisbridge.ModelData.Row row = 1;ModelData.Row getRow(int index)
Input Data for the simulation model
repeated .capsisbridge.ModelData.Row row = 1;int getRowCount()
Input Data for the simulation model
repeated .capsisbridge.ModelData.Row row = 1;java.util.List<? extends ModelData.RowOrBuilder> getRowOrBuilderList()
Input Data for the simulation model
repeated .capsisbridge.ModelData.Row row = 1;ModelData.RowOrBuilder getRowOrBuilder(int index)
Input Data for the simulation model
repeated .capsisbridge.ModelData.Row row = 1;