public class CommonSubmatRules
extends java.lang.Object
public boolean methodName (SubmatData, Hashtable)
Other methods are not recognized by the rule processor. To call the rule from
the importmap the target must be defined as
smPostproc.GroupName
and the source must be defined as
Classname.Methodname
For example
smPostproc.CONSTANTS = com.highqsoft.importtool.SubmatRulesBMW.filterConstants
Constructor and Description |
---|
CommonSubmatRules()
Creates a new instance of CommonSubmatRules
|
Modifier and Type | Method and Description |
---|---|
boolean |
filterConstants(SubmatData smData,
java.util.Hashtable constants)
This method filters constants from the CONSTANTS submatrix.
|
public CommonSubmatRules()
public boolean filterConstants(SubmatData smData, java.util.Hashtable constants)
Import.applElemForConstFilter
.constants
- The constants hashtable (not used in this method)smData
- The SubmatData object containing the CONSTANTS submatrix.