org.safehaus.penrose.engine
Class EngineFilterTool

java.lang.Object
  extended byorg.safehaus.penrose.engine.EngineFilterTool

public class EngineFilterTool
extends java.lang.Object

Author:
Endi S. Dewata

Field Summary
 Engine engine
           
 
Constructor Summary
EngineFilterTool(Engine engine)
           
 
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
 

Field Detail

engine

public Engine engine
Constructor Detail

EngineFilterTool

public EngineFilterTool(Engine engine)
Method Detail

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