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

All Superinterfaces:
IMatcher, IUniquelyNamed, Serializable

public interface IPluginMatcher
extends IMatcher, Serializable

Plugin matcher

Author:
skamel

Field Summary
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IMatcher
MATCHER_PREFIX
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 List<IPluginInput> getInputs()
           
 IPluginParam getParam(String pName)
           
 List<IPluginParam> getParams()
           
 String getPluginID()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IMatcher
getBinnings, getDeclaringEntity
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Method Detail

getPluginID

String getPluginID()

getParams

List<IPluginParam> getParams()

getParam

IPluginParam getParam(String pName)
                      throws NoSuchPluginParamException
Throws:
NoSuchPluginParamException

getInputs

List<IPluginInput> getInputs()


Copyright © 2015. All Rights Reserved.