Open gflima opened 9 months ago
This could be a good place to start refactoring the pattern objects. For example, an annotation could be matched via a AnnotationRecordPattern consisting of a SnakSetPattern, ReferenceRecordSetPattern and RankPattern.
AnnotationRecordPattern
SnakSetPattern
ReferenceRecordSetPattern
RankPattern
Superseded by the pattern API.
This could be a good place to start refactoring the pattern objects. For example, an annotation could be matched via a
AnnotationRecordPattern
consisting of aSnakSetPattern
,ReferenceRecordSetPattern
andRankPattern
.