Uses of Class
cdc.applic.factorization.events.CutEvent
-
Packages that use CutEvent Package Description cdc.applic.factorization cdc.applic.factorization.events -
-
Uses of CutEvent in cdc.applic.factorization
Methods in cdc.applic.factorization that return types with arguments of type CutEvent Modifier and Type Method Description <T> List<CutEvent<T>>Cutter. cut(List<? extends T> objects, Expression targetApplicability, ApplicabilityExtractor<? super T> applicabilityExtractor, FactorizationFeatures features) -
Uses of CutEvent in cdc.applic.factorization.events
Methods in cdc.applic.factorization.events that return CutEvent Modifier and Type Method Description static <T> CutEvent<T>CutEvent. newCutObjectApplicability(T object, Expression excluded, Expression included)static <T> CutEvent<T>CutEvent. newDegeneratedObjectApplicability(T object)static <T> CutEvent<T>CutEvent. newExcludeObjectApplicability(T object, Expression excluded)static <T> CutEvent<T>CutEvent. newIncludeObjectApplicability(T object, Expression included)
-