public class AttributeTransformationPatternImpl extends Object implements AttributeTransformation
Constructor and Description |
---|
AttributeTransformationPatternImpl(Pattern attNamePattern,
Pattern attValuePattern,
String template) |
AttributeTransformationPatternImpl(String attNamePattern,
String attValuePattern,
String template) |
Modifier and Type | Method and Description |
---|---|
String |
getTemplate() |
boolean |
satisfy(String attName,
String attValue) |
public AttributeTransformationPatternImpl(Pattern attNamePattern, Pattern attValuePattern, String template)
public boolean satisfy(String attName, String attValue)
satisfy
in interface AttributeTransformation
public String getTemplate()
getTemplate
in interface AttributeTransformation
Copyright © 2006–2018. All rights reserved.