Uses of Class
org.optaplanner.constraint.streams.common.RetrievalSemantics
-
-
Uses of RetrievalSemantics in org.optaplanner.constraint.streams.common
Methods in org.optaplanner.constraint.streams.common that return RetrievalSemantics Modifier and Type Method Description RetrievalSemanticsAbstractConstraintStream. getRetrievalSemantics()static RetrievalSemanticsRetrievalSemantics. valueOf(String name)Returns the enum constant of this type with the specified name.static RetrievalSemantics[]RetrievalSemantics. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.optaplanner.constraint.streams.common with parameters of type RetrievalSemantics Constructor Description AbstractConstraintStream(RetrievalSemantics retrievalSemantics) -
Uses of RetrievalSemantics in org.optaplanner.constraint.streams.common.bi
Methods in org.optaplanner.constraint.streams.common.bi that return RetrievalSemantics Modifier and Type Method Description RetrievalSemanticsInnerBiConstraintStream. getRetrievalSemantics() -
Uses of RetrievalSemantics in org.optaplanner.constraint.streams.common.tri
Methods in org.optaplanner.constraint.streams.common.tri that return RetrievalSemantics Modifier and Type Method Description RetrievalSemanticsInnerTriConstraintStream. getRetrievalSemantics() -
Uses of RetrievalSemantics in org.optaplanner.constraint.streams.common.uni
Methods in org.optaplanner.constraint.streams.common.uni that return RetrievalSemantics Modifier and Type Method Description RetrievalSemanticsInnerUniConstraintStream. getRetrievalSemantics()
-