Package cdc.applic.factorization.events
Class CutEvent<T>
java.lang.Object
cdc.applic.factorization.events.CutEvent<T>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static <T> CutEvent<T>newCutObjectApplicability(T object, Expression excluded, Expression included) static <T> CutEvent<T>newDegeneratedObjectApplicability(T object) static <T> CutEvent<T>newExcludeObjectApplicability(T object, Expression excluded) static <T> CutEvent<T>newIncludeObjectApplicability(T object, Expression included) toString()
-
Method Details
-
newExcludeObjectApplicability
-
newIncludeObjectApplicability
-
newCutObjectApplicability
public static <T> CutEvent<T> newCutObjectApplicability(T object, Expression excluded, Expression included) -
newDegeneratedObjectApplicability
-
getType
-
getObject
-
getExcludedApplicability
-
getIncludedApplicability
-
hashCode
public int hashCode() -
equals
-
toString
-