public abstract class AbstractPattern
extends java.lang.Object
Constructor and Description |
---|
AbstractPattern() |
Modifier and Type | Method and Description |
---|---|
void |
constructMapping()
Construct the mapping using the pattern.
|
boolean |
constructSignature()
Construct the input and output signatures for the expanded component.
|
boolean |
validate(java.util.List result,
boolean debug,
Mapping topLevelMapping)
Validates the object.
|
public void constructMapping() throws MappingException
MappingException
public boolean constructSignature() throws MappingException
MappingException
public boolean validate(java.util.List result, boolean debug, Mapping topLevelMapping)
result
- debug
- topLevelMapping
-