it.unitn.disi.smatch.filters
Class TopMappingFilter

java.lang.Object
  extended by it.unitn.disi.smatch.components.Configurable
      extended by it.unitn.disi.smatch.filters.BaseFilter
          extended by it.unitn.disi.smatch.filters.TopMappingFilter
All Implemented Interfaces:
IConfigurable, IMappingFilter

public class TopMappingFilter
extends BaseFilter
implements IMappingFilter

Removes links having a root node on the one or the other side from the mapping.

Author:

Field Summary
 
Fields inherited from class it.unitn.disi.smatch.filters.BaseFilter
mappingFactory
 
Fields inherited from class it.unitn.disi.smatch.components.Configurable
GLOBAL_PREFIX, globalComponents, properties
 
Constructor Summary
TopMappingFilter()
           
 
Method Summary
 IContextMapping<INode> filter(IContextMapping<INode> mapping)
          Filters the mapping.
 
Methods inherited from class it.unitn.disi.smatch.filters.BaseFilter
setProperties
 
Methods inherited from class it.unitn.disi.smatch.components.Configurable
configureComponent, getComponentProperties, getProperties, loadProperties, makeComponentPrefix, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.unitn.disi.smatch.components.IConfigurable
getProperties, setProperties, setProperties
 

Constructor Detail

TopMappingFilter

public TopMappingFilter()
Method Detail

filter

public IContextMapping<INode> filter(IContextMapping<INode> mapping)
Description copied from interface: IMappingFilter
Filters the mapping.

Specified by:
filter in interface IMappingFilter
Parameters:
mapping - source mapping
Returns:
filtered mapping


© 2010-2011 Knowdive @ DISI