org.safehaus.penrose.engine
Class EngineFilterTool
java.lang.Object
org.safehaus.penrose.engine.EngineFilterTool
- public class EngineFilterTool
- extends java.lang.Object
- Author:
- Endi S. Dewata
|
Method Summary |
Filter |
toSourceFilter(AttributeValues parentValues,
EntryMapping entry,
SourceMapping sourceMapping,
AndFilter filter)
|
Filter |
toSourceFilter(AttributeValues parentValues,
EntryMapping entry,
SourceMapping sourceMapping,
Filter filter)
|
Filter |
toSourceFilter(AttributeValues parentValues,
EntryMapping entry,
SourceMapping sourceMapping,
NotFilter filter)
|
Filter |
toSourceFilter(AttributeValues parentValues,
EntryMapping entry,
SourceMapping sourceMapping,
OrFilter filter)
|
Filter |
toSourceFilter(AttributeValues parentValues,
EntryMapping entryMapping,
SourceMapping sourceMapping,
SimpleFilter filter)
|
Filter |
toSourceFilter(AttributeValues parentValues,
EntryMapping entryMapping,
SourceMapping sourceMapping,
SubstringFilter filter)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
engine
public Engine engine
EngineFilterTool
public EngineFilterTool(Engine engine)
toSourceFilter
public Filter toSourceFilter(AttributeValues parentValues,
EntryMapping entry,
SourceMapping sourceMapping,
Filter filter)
throws java.lang.Exception
- Throws:
java.lang.Exception
toSourceFilter
public Filter toSourceFilter(AttributeValues parentValues,
EntryMapping entryMapping,
SourceMapping sourceMapping,
SimpleFilter filter)
throws java.lang.Exception
- Throws:
java.lang.Exception
toSourceFilter
public Filter toSourceFilter(AttributeValues parentValues,
EntryMapping entryMapping,
SourceMapping sourceMapping,
SubstringFilter filter)
throws java.lang.Exception
- Throws:
java.lang.Exception
toSourceFilter
public Filter toSourceFilter(AttributeValues parentValues,
EntryMapping entry,
SourceMapping sourceMapping,
NotFilter filter)
throws java.lang.Exception
- Throws:
java.lang.Exception
toSourceFilter
public Filter toSourceFilter(AttributeValues parentValues,
EntryMapping entry,
SourceMapping sourceMapping,
AndFilter filter)
throws java.lang.Exception
- Throws:
java.lang.Exception
toSourceFilter
public Filter toSourceFilter(AttributeValues parentValues,
EntryMapping entry,
SourceMapping sourceMapping,
OrFilter filter)
throws java.lang.Exception
- Throws:
java.lang.Exception