Uses of Class
com.google.ortools.sat.AutomatonConstraintProto
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of AutomatonConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return AutomatonConstraintProto Modifier and Type Method Description AutomatonConstraintProtoAutomatonConstraintProto.Builder. build()AutomatonConstraintProtoAutomatonConstraintProto.Builder. buildPartial()AutomatonConstraintProtoConstraintProto.Builder. getAutomaton()The automaton constraint forces a sequence of variables to be accepted by an automaton.AutomatonConstraintProtoConstraintProto. getAutomaton()The automaton constraint forces a sequence of variables to be accepted by an automaton.AutomatonConstraintProtoConstraintProtoOrBuilder. getAutomaton()The automaton constraint forces a sequence of variables to be accepted by an automaton.static AutomatonConstraintProtoAutomatonConstraintProto. getDefaultInstance()AutomatonConstraintProtoAutomatonConstraintProto.Builder. getDefaultInstanceForType()AutomatonConstraintProtoAutomatonConstraintProto. getDefaultInstanceForType()static AutomatonConstraintProtoAutomatonConstraintProto. parseDelimitedFrom(java.io.InputStream input)static AutomatonConstraintProtoAutomatonConstraintProto. parseDelimitedFrom(java.io.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(java.io.InputStream input)static AutomatonConstraintProtoAutomatonConstraintProto. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutomatonConstraintProtoAutomatonConstraintProto. parseFrom(java.nio.ByteBuffer data)static AutomatonConstraintProtoAutomatonConstraintProto. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type AutomatonConstraintProto Modifier and Type Method Description com.google.protobuf.Parser<AutomatonConstraintProto>AutomatonConstraintProto. getParserForType()static com.google.protobuf.Parser<AutomatonConstraintProto>AutomatonConstraintProto. parser()Methods in com.google.ortools.sat with parameters of type AutomatonConstraintProto Modifier and Type Method Description ConstraintProto.BuilderConstraintProto.Builder. mergeAutomaton(AutomatonConstraintProto value)The automaton constraint forces a sequence of variables to be accepted by an automaton.AutomatonConstraintProto.BuilderAutomatonConstraintProto.Builder. mergeFrom(AutomatonConstraintProto other)static AutomatonConstraintProto.BuilderAutomatonConstraintProto. newBuilder(AutomatonConstraintProto prototype)ConstraintProto.BuilderConstraintProto.Builder. setAutomaton(AutomatonConstraintProto value)The automaton constraint forces a sequence of variables to be accepted by an automaton.