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, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<AimsunControlProtoBuf.OTSMessage> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public AimsunControlProtoBuf.OTSMessage.MsgCase getMsgCase()
public boolean hasCreateSimulation()
optional .org.opentrafficsim.aimsun.proto.CreateSimulation createSimulation = 1;
hasCreateSimulation
in interface AimsunControlProtoBuf.OTSMessageOrBuilder
public AimsunControlProtoBuf.CreateSimulation getCreateSimulation()
optional .org.opentrafficsim.aimsun.proto.CreateSimulation createSimulation = 1;
getCreateSimulation
in interface AimsunControlProtoBuf.OTSMessageOrBuilder
public AimsunControlProtoBuf.CreateSimulationOrBuilder getCreateSimulationOrBuilder()
optional .org.opentrafficsim.aimsun.proto.CreateSimulation createSimulation = 1;
getCreateSimulationOrBuilder
in interface AimsunControlProtoBuf.OTSMessageOrBuilder
public boolean hasSimulateUntil()
optional .org.opentrafficsim.aimsun.proto.SimulateUntil simulateUntil = 2;
hasSimulateUntil
in interface AimsunControlProtoBuf.OTSMessageOrBuilder
public AimsunControlProtoBuf.SimulateUntil getSimulateUntil()
optional .org.opentrafficsim.aimsun.proto.SimulateUntil simulateUntil = 2;
getSimulateUntil
in interface AimsunControlProtoBuf.OTSMessageOrBuilder
public AimsunControlProtoBuf.SimulateUntilOrBuilder getSimulateUntilOrBuilder()
optional .org.opentrafficsim.aimsun.proto.SimulateUntil simulateUntil = 2;
getSimulateUntilOrBuilder
in interface AimsunControlProtoBuf.OTSMessageOrBuilder
public boolean hasGtuPositions()
optional .org.opentrafficsim.aimsun.proto.GTUPositions gtuPositions = 3;
hasGtuPositions
in interface AimsunControlProtoBuf.OTSMessageOrBuilder
public AimsunControlProtoBuf.GTUPositions getGtuPositions()
optional .org.opentrafficsim.aimsun.proto.GTUPositions gtuPositions = 3;
getGtuPositions
in interface AimsunControlProtoBuf.OTSMessageOrBuilder
public AimsunControlProtoBuf.GTUPositionsOrBuilder getGtuPositionsOrBuilder()
optional .org.opentrafficsim.aimsun.proto.GTUPositions gtuPositions = 3;
getGtuPositionsOrBuilder
in interface AimsunControlProtoBuf.OTSMessageOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static AimsunControlProtoBuf.OTSMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static AimsunControlProtoBuf.OTSMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static AimsunControlProtoBuf.OTSMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static AimsunControlProtoBuf.OTSMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static AimsunControlProtoBuf.OTSMessage parseFrom(InputStream input) throws IOException
IOException
public static AimsunControlProtoBuf.OTSMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static AimsunControlProtoBuf.OTSMessage parseDelimitedFrom(InputStream input) throws IOException
IOException
public static AimsunControlProtoBuf.OTSMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static AimsunControlProtoBuf.OTSMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static AimsunControlProtoBuf.OTSMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static AimsunControlProtoBuf.OTSMessage.Builder newBuilder()
public AimsunControlProtoBuf.OTSMessage.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static AimsunControlProtoBuf.OTSMessage.Builder newBuilder(AimsunControlProtoBuf.OTSMessage prototype)
public AimsunControlProtoBuf.OTSMessage.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected AimsunControlProtoBuf.OTSMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2014–2017 Delft University of Technology. All rights reserved.