public static final class AimsunControlProtoBuf.OTSMessage extends com.google.protobuf.GeneratedMessage implements AimsunControlProtoBuf.OTSMessageOrBuilder
org.opentrafficsim.aimsun.proto.OTSMessage| Modifier and Type | Class and Description |
|---|---|
static class |
AimsunControlProtoBuf.OTSMessage.Builder
Protobuf type
org.opentrafficsim.aimsun.proto.OTSMessage |
static class |
AimsunControlProtoBuf.OTSMessage.MsgCase |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
CREATESIMULATION_FIELD_NUMBER |
static int |
GTUPOSITIONS_FIELD_NUMBER |
static com.google.protobuf.Parser<AimsunControlProtoBuf.OTSMessage> |
PARSER |
static int |
SIMULATEUNTIL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
AimsunControlProtoBuf.CreateSimulation |
getCreateSimulation()
optional .org.opentrafficsim.aimsun.proto.CreateSimulation createSimulation = 1; |
AimsunControlProtoBuf.CreateSimulationOrBuilder |
getCreateSimulationOrBuilder()
optional .org.opentrafficsim.aimsun.proto.CreateSimulation createSimulation = 1; |
static AimsunControlProtoBuf.OTSMessage |
getDefaultInstance() |
AimsunControlProtoBuf.OTSMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
AimsunControlProtoBuf.GTUPositions |
getGtuPositions()
optional .org.opentrafficsim.aimsun.proto.GTUPositions gtuPositions = 3; |
AimsunControlProtoBuf.GTUPositionsOrBuilder |
getGtuPositionsOrBuilder()
optional .org.opentrafficsim.aimsun.proto.GTUPositions gtuPositions = 3; |
AimsunControlProtoBuf.OTSMessage.MsgCase |
getMsgCase() |
com.google.protobuf.Parser<AimsunControlProtoBuf.OTSMessage> |
getParserForType() |
int |
getSerializedSize() |
AimsunControlProtoBuf.SimulateUntil |
getSimulateUntil()
optional .org.opentrafficsim.aimsun.proto.SimulateUntil simulateUntil = 2; |
AimsunControlProtoBuf.SimulateUntilOrBuilder |
getSimulateUntilOrBuilder()
optional .org.opentrafficsim.aimsun.proto.SimulateUntil simulateUntil = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCreateSimulation()
optional .org.opentrafficsim.aimsun.proto.CreateSimulation createSimulation = 1; |
boolean |
hasGtuPositions()
optional .org.opentrafficsim.aimsun.proto.GTUPositions gtuPositions = 3; |
boolean |
hasSimulateUntil()
optional .org.opentrafficsim.aimsun.proto.SimulateUntil simulateUntil = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AimsunControlProtoBuf.OTSMessage.Builder |
newBuilder() |
static AimsunControlProtoBuf.OTSMessage.Builder |
newBuilder(AimsunControlProtoBuf.OTSMessage prototype) |
AimsunControlProtoBuf.OTSMessage.Builder |
newBuilderForType() |
protected AimsunControlProtoBuf.OTSMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AimsunControlProtoBuf.OTSMessage |
parseDelimitedFrom(InputStream input) |
static AimsunControlProtoBuf.OTSMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AimsunControlProtoBuf.OTSMessage |
parseFrom(byte[] data) |
static AimsunControlProtoBuf.OTSMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AimsunControlProtoBuf.OTSMessage |
parseFrom(com.google.protobuf.ByteString data) |
static AimsunControlProtoBuf.OTSMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AimsunControlProtoBuf.OTSMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AimsunControlProtoBuf.OTSMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AimsunControlProtoBuf.OTSMessage |
parseFrom(InputStream input) |
static AimsunControlProtoBuf.OTSMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AimsunControlProtoBuf.OTSMessage.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<AimsunControlProtoBuf.OTSMessage> PARSER
public static final int CREATESIMULATION_FIELD_NUMBER
public static final int SIMULATEUNTIL_FIELD_NUMBER
public static final int GTUPOSITIONS_FIELD_NUMBER
public static AimsunControlProtoBuf.OTSMessage getDefaultInstance()
public AimsunControlProtoBuf.OTSMessage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<AimsunControlProtoBuf.OTSMessage> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic AimsunControlProtoBuf.OTSMessage.MsgCase getMsgCase()
public boolean hasCreateSimulation()
optional .org.opentrafficsim.aimsun.proto.CreateSimulation createSimulation = 1;hasCreateSimulation in interface AimsunControlProtoBuf.OTSMessageOrBuilderpublic AimsunControlProtoBuf.CreateSimulation getCreateSimulation()
optional .org.opentrafficsim.aimsun.proto.CreateSimulation createSimulation = 1;getCreateSimulation in interface AimsunControlProtoBuf.OTSMessageOrBuilderpublic AimsunControlProtoBuf.CreateSimulationOrBuilder getCreateSimulationOrBuilder()
optional .org.opentrafficsim.aimsun.proto.CreateSimulation createSimulation = 1;getCreateSimulationOrBuilder in interface AimsunControlProtoBuf.OTSMessageOrBuilderpublic boolean hasSimulateUntil()
optional .org.opentrafficsim.aimsun.proto.SimulateUntil simulateUntil = 2;hasSimulateUntil in interface AimsunControlProtoBuf.OTSMessageOrBuilderpublic AimsunControlProtoBuf.SimulateUntil getSimulateUntil()
optional .org.opentrafficsim.aimsun.proto.SimulateUntil simulateUntil = 2;getSimulateUntil in interface AimsunControlProtoBuf.OTSMessageOrBuilderpublic AimsunControlProtoBuf.SimulateUntilOrBuilder getSimulateUntilOrBuilder()
optional .org.opentrafficsim.aimsun.proto.SimulateUntil simulateUntil = 2;getSimulateUntilOrBuilder in interface AimsunControlProtoBuf.OTSMessageOrBuilderpublic boolean hasGtuPositions()
optional .org.opentrafficsim.aimsun.proto.GTUPositions gtuPositions = 3;hasGtuPositions in interface AimsunControlProtoBuf.OTSMessageOrBuilderpublic AimsunControlProtoBuf.GTUPositions getGtuPositions()
optional .org.opentrafficsim.aimsun.proto.GTUPositions gtuPositions = 3;getGtuPositions in interface AimsunControlProtoBuf.OTSMessageOrBuilderpublic AimsunControlProtoBuf.GTUPositionsOrBuilder getGtuPositionsOrBuilder()
optional .org.opentrafficsim.aimsun.proto.GTUPositions gtuPositions = 3;getGtuPositionsOrBuilder in interface AimsunControlProtoBuf.OTSMessageOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static AimsunControlProtoBuf.OTSMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AimsunControlProtoBuf.OTSMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AimsunControlProtoBuf.OTSMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AimsunControlProtoBuf.OTSMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AimsunControlProtoBuf.OTSMessage parseFrom(InputStream input) throws IOException
IOExceptionpublic static AimsunControlProtoBuf.OTSMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AimsunControlProtoBuf.OTSMessage parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AimsunControlProtoBuf.OTSMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AimsunControlProtoBuf.OTSMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AimsunControlProtoBuf.OTSMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AimsunControlProtoBuf.OTSMessage.Builder newBuilder()
public AimsunControlProtoBuf.OTSMessage.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AimsunControlProtoBuf.OTSMessage.Builder newBuilder(AimsunControlProtoBuf.OTSMessage prototype)
public AimsunControlProtoBuf.OTSMessage.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AimsunControlProtoBuf.OTSMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2014–2017 Delft University of Technology. All rights reserved.