Uses of Class
com.google.ortools.sat.AutomatonConstraintProto
Packages that use AutomatonConstraintProto
-
Uses of AutomatonConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return AutomatonConstraintProtoModifier and TypeMethodDescriptionAutomatonConstraintProto.Builder.build()
AutomatonConstraintProto.Builder.buildPartial()
ConstraintProto.Builder.getAutomaton()
The automaton constraint forces a sequence of variables to be accepted by an automaton.ConstraintProto.getAutomaton()
The automaton constraint forces a sequence of variables to be accepted by an automaton.ConstraintProtoOrBuilder.getAutomaton()
The automaton constraint forces a sequence of variables to be accepted by an automaton.static AutomatonConstraintProto
AutomatonConstraintProto.getDefaultInstance()
AutomatonConstraintProto.Builder.getDefaultInstanceForType()
AutomatonConstraintProto.getDefaultInstanceForType()
static AutomatonConstraintProto
AutomatonConstraintProto.parseDelimitedFrom
(InputStream input) static AutomatonConstraintProto
AutomatonConstraintProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutomatonConstraintProto
AutomatonConstraintProto.parseFrom
(byte[] data) static AutomatonConstraintProto
AutomatonConstraintProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutomatonConstraintProto
AutomatonConstraintProto.parseFrom
(com.google.protobuf.ByteString data) static AutomatonConstraintProto
AutomatonConstraintProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutomatonConstraintProto
AutomatonConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input) static AutomatonConstraintProto
AutomatonConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutomatonConstraintProto
AutomatonConstraintProto.parseFrom
(InputStream input) static AutomatonConstraintProto
AutomatonConstraintProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutomatonConstraintProto
AutomatonConstraintProto.parseFrom
(ByteBuffer data) static AutomatonConstraintProto
AutomatonConstraintProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type AutomatonConstraintProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<AutomatonConstraintProto> AutomatonConstraintProto.getParserForType()
static com.google.protobuf.Parser
<AutomatonConstraintProto> AutomatonConstraintProto.parser()
Methods in com.google.ortools.sat with parameters of type AutomatonConstraintProtoModifier and TypeMethodDescriptionConstraintProto.Builder.mergeAutomaton
(AutomatonConstraintProto value) The automaton constraint forces a sequence of variables to be accepted by an automaton.AutomatonConstraintProto.Builder.mergeFrom
(AutomatonConstraintProto other) AutomatonConstraintProto.newBuilder
(AutomatonConstraintProto prototype) ConstraintProto.Builder.setAutomaton
(AutomatonConstraintProto value) The automaton constraint forces a sequence of variables to be accepted by an automaton.