Uses of Class
com.google.ortools.sat.RoutesConstraintProto.NodeExpressions
Packages that use RoutesConstraintProto.NodeExpressions
-
Uses of RoutesConstraintProto.NodeExpressions in com.google.ortools.sat
Methods in com.google.ortools.sat that return RoutesConstraintProto.NodeExpressionsModifier and TypeMethodDescriptionRoutesConstraintProto.NodeExpressions.Builder.build()RoutesConstraintProto.NodeExpressions.Builder.buildPartial()RoutesConstraintProto.NodeExpressions.getDefaultInstance()RoutesConstraintProto.NodeExpressions.Builder.getDefaultInstanceForType()RoutesConstraintProto.NodeExpressions.getDefaultInstanceForType()RoutesConstraintProto.Builder.getDimensions(int index) Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProto.getDimensions(int index) Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProtoOrBuilder.getDimensions(int index) Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProto.NodeExpressions.parseDelimitedFrom(InputStream input) RoutesConstraintProto.NodeExpressions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RoutesConstraintProto.NodeExpressions.parseFrom(byte[] data) RoutesConstraintProto.NodeExpressions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RoutesConstraintProto.NodeExpressions.parseFrom(com.google.protobuf.ByteString data) RoutesConstraintProto.NodeExpressions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RoutesConstraintProto.NodeExpressions.parseFrom(com.google.protobuf.CodedInputStream input) RoutesConstraintProto.NodeExpressions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RoutesConstraintProto.NodeExpressions.parseFrom(InputStream input) RoutesConstraintProto.NodeExpressions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RoutesConstraintProto.NodeExpressions.parseFrom(ByteBuffer data) RoutesConstraintProto.NodeExpressions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type RoutesConstraintProto.NodeExpressionsModifier and TypeMethodDescriptionRoutesConstraintProto.Builder.getDimensionsList()Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProto.getDimensionsList()Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProtoOrBuilder.getDimensionsList()Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.com.google.protobuf.Parser<RoutesConstraintProto.NodeExpressions> RoutesConstraintProto.NodeExpressions.getParserForType()static com.google.protobuf.Parser<RoutesConstraintProto.NodeExpressions> RoutesConstraintProto.NodeExpressions.parser()Methods in com.google.ortools.sat with parameters of type RoutesConstraintProto.NodeExpressionsModifier and TypeMethodDescriptionRoutesConstraintProto.Builder.addDimensions(int index, RoutesConstraintProto.NodeExpressions value) Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProto.Builder.addDimensions(RoutesConstraintProto.NodeExpressions value) Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProto.NodeExpressions.Builder.mergeFrom(RoutesConstraintProto.NodeExpressions other) RoutesConstraintProto.NodeExpressions.newBuilder(RoutesConstraintProto.NodeExpressions prototype) RoutesConstraintProto.Builder.setDimensions(int index, RoutesConstraintProto.NodeExpressions value) Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.Method parameters in com.google.ortools.sat with type arguments of type RoutesConstraintProto.NodeExpressionsModifier and TypeMethodDescriptionRoutesConstraintProto.Builder.addAllDimensions(Iterable<? extends RoutesConstraintProto.NodeExpressions> values) Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.