Uses of Interface
org.opentrafficsim.aimsun.proto.AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
-
-
Uses of AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder in org.opentrafficsim.aimsun.proto
Classes in org.opentrafficsim.aimsun.proto that implement AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder Modifier and Type Class Description static class
AimsunControlProtoBuf.GTUPositions.GTUPosition
Protobuf typeorg.opentrafficsim.aimsun.proto.GTUPositions.GTUPosition
static class
AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder
Protobuf typeorg.opentrafficsim.aimsun.proto.GTUPositions.GTUPosition
Methods in org.opentrafficsim.aimsun.proto that return AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder Modifier and Type Method Description AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
AimsunControlProtoBuf.GTUPositions.Builder. getGtuPosOrBuilder(int index)
repeated .org.opentrafficsim.aimsun.proto.GTUPositions.GTUPosition gtuPos = 1;
AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
AimsunControlProtoBuf.GTUPositions. getGtuPosOrBuilder(int index)
repeated .org.opentrafficsim.aimsun.proto.GTUPositions.GTUPosition gtuPos = 1;
AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
AimsunControlProtoBuf.GTUPositionsOrBuilder. getGtuPosOrBuilder(int index)
repeated .org.opentrafficsim.aimsun.proto.GTUPositions.GTUPosition gtuPos = 1;
Methods in org.opentrafficsim.aimsun.proto that return types with arguments of type AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder Modifier and Type Method Description List<? extends AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder>
AimsunControlProtoBuf.GTUPositions.Builder. getGtuPosOrBuilderList()
repeated .org.opentrafficsim.aimsun.proto.GTUPositions.GTUPosition gtuPos = 1;
List<? extends AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder>
AimsunControlProtoBuf.GTUPositions. getGtuPosOrBuilderList()
repeated .org.opentrafficsim.aimsun.proto.GTUPositions.GTUPosition gtuPos = 1;
List<? extends AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder>
AimsunControlProtoBuf.GTUPositionsOrBuilder. getGtuPosOrBuilderList()
repeated .org.opentrafficsim.aimsun.proto.GTUPositions.GTUPosition gtuPos = 1;
-