com.semarchy.mdm.runtime.model.logical
Interface IMatcher

All Superinterfaces:
IUniquelyNamed, Serializable
All Known Subinterfaces:
IPluginMatcher, ISemQLMatcher

public interface IMatcher
extends IUniquelyNamed, Serializable

Defines the integration matcher for an entity

Author:
skamel

Field Summary
static String MATCHER_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 List<IMatcherBinningExpression> getBinnings()
           
 IEntity getDeclaringEntity()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Field Detail

MATCHER_PREFIX

static final String MATCHER_PREFIX
See Also:
Constant Field Values
Method Detail

getDeclaringEntity

IEntity getDeclaringEntity()

getBinnings

List<IMatcherBinningExpression> getBinnings()


Copyright © 2015. All Rights Reserved.