- Enclosing class:
- BDDFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Saturation callback with simple information.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(int transition) The callback function that is invoked after every transition application performed by saturation.
-
Method Details
-
invoke
void invoke(int transition) The callback function that is invoked after every transition application performed by saturation.- Parameters:
transition- The index of the transition that was applied.
-