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 AutomatonConstraintProtoAutomatonConstraintProto.getDefaultInstance()AutomatonConstraintProto.Builder.getDefaultInstanceForType()AutomatonConstraintProto.getDefaultInstanceForType()static AutomatonConstraintProtoAutomatonConstraintProto.parseDelimitedFrom(InputStream input) static AutomatonConstraintProtoAutomatonConstraintProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutomatonConstraintProtoAutomatonConstraintProto.parseFrom(byte[] data) static AutomatonConstraintProtoAutomatonConstraintProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutomatonConstraintProtoAutomatonConstraintProto.parseFrom(com.google.protobuf.ByteString data) static AutomatonConstraintProtoAutomatonConstraintProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutomatonConstraintProtoAutomatonConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) static AutomatonConstraintProtoAutomatonConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutomatonConstraintProtoAutomatonConstraintProto.parseFrom(InputStream input) static AutomatonConstraintProtoAutomatonConstraintProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutomatonConstraintProtoAutomatonConstraintProto.parseFrom(ByteBuffer data) static AutomatonConstraintProtoAutomatonConstraintProto.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.