Class Pattern<E>
java.lang.Object
org.variantsync.diffdetective.editclass.Pattern<E>
- Type Parameters:
E
- Type of elements on which the pattern may be matched.
- Direct Known Subclasses:
EditClass
Abstract class for edit patterns.
A pattern has a unique name and may be matched on domain elements of a given type.
- Author:
- Sören Viegener, Paul Bittner
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
The name that uniquely identifies this pattern.
-
-
Constructor Details
-
Pattern
Create a new pattern with the given name.- Parameters:
name
- Unique identifier.
-
-
Method Details