|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchPattern | |
Raccoon.SE |
Uses of SearchPattern in Raccoon.SE |
Classes in Raccoon.SE that implement SearchPattern | |
class |
InstancePattern
instance based matching by giving instances of relations to be matched. |
class |
RelationPattern
Schema based matching by giving schemas of relations to be matched |
class |
SchemaPattern
Schema based matching by giving schemas of relations to be matched |
Methods in Raccoon.SE that return SearchPattern | |
SearchPattern |
SearchCriteria.getPattern()
|
Methods in Raccoon.SE with parameters of type SearchPattern | |
void |
SearchCriteria.setPattern(SearchPattern pat)
set the search pattern of this search criteria |
Constructors in Raccoon.SE with parameters of type SearchPattern | |
SearchCriteria(SearchPattern newPattern)
|
|
SearchCriteria(SearchPattern newPattern,
int newTTL,
int max)
|
|
SearchCriteria(SearchPattern newPattern,
int max)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |