|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.recommendation.compat.RecommendationQueryFilter
public class RecommendationQueryFilter
This class provides a wrapper around a ProM log filter, which enables it to be applied to recommendation queries as well.
Field Summary | |
---|---|
protected LogFilter |
filter
|
Constructor Summary | |
---|---|
RecommendationQueryFilter(LogFilter aFilter)
Creates a new log filter wrapper |
Method Summary | |
---|---|
RecommendationQuery |
filter(RecommendationQuery aQuery,
java.lang.String process)
Filters the audit trail inside a recommendation query with the wrapped log filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LogFilter filter
Constructor Detail |
---|
public RecommendationQueryFilter(LogFilter aFilter)
aFilter
- the log filter to be wrappedMethod Detail |
---|
public RecommendationQuery filter(RecommendationQuery aQuery, java.lang.String process)
aQuery
- recommendation query to be filtered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |