AttributeTransformation
public class AttributeTransformationPatternImpl extends Object implements AttributeTransformation
Constructor | Description |
---|---|
AttributeTransformationPatternImpl(String attNamePattern,
String attValuePattern,
String template) |
|
AttributeTransformationPatternImpl(Pattern attNamePattern,
Pattern attValuePattern,
String template) |
Modifier and Type | Method | 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.