Interface Source
-
- All Known Implementing Classes:
BaseJoin
,BaseSelector
,LuceneJoin
,LuceneSelector
public interface Source
- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JoinType
getJoinType()
Selector
getSelector(String name)
List<Set<String>>
getSelectorGroups(FunctionEvaluationContext functionContext)
Map<String,Selector>
getSelectors()
void
setJoinType(JoinType joinType)
-