Package org.opentrafficsim.aimsun.proto
Interface AimsunControlProtoBuf.CreateSimulationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AimsunControlProtoBuf.CreateSimulation,AimsunControlProtoBuf.CreateSimulation.Builder
- Enclosing class:
- AimsunControlProtoBuf
public static interface AimsunControlProtoBuf.CreateSimulationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNetworkXML()required string networkXML = 3;com.google.protobuf.ByteStringgetNetworkXMLBytes()required string networkXML = 3;booleanhasNetworkXML()required string networkXML = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNetworkXML
boolean hasNetworkXML()
required string networkXML = 3;
-
getNetworkXML
String getNetworkXML()
required string networkXML = 3;
-
getNetworkXMLBytes
com.google.protobuf.ByteString getNetworkXMLBytes()
required string networkXML = 3;
-
-