Interface ExecutableRule<S,T>
public interface ExecutableRule<S,T>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
applyTo
(S source, T target, GeneratorTransformationRegistry registry) <U,
V> boolean conflictsWith
(ExecutableRule<U, V> conflictCandidate)
-
Method Details
-
applyTo
-
appliesTo
-
conflictsWith
-