public abstract class PropertyAttributesProcessor extends java.lang.Object implements org.eclipse.viatra.query.runtime.api.IMatchProcessor<PropertyAttributesMatch>
Constructor and Description |
---|
PropertyAttributesProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(PropertyAttributesMatch match) |
abstract void |
process(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pProperty,
java.lang.String pName,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Type pType)
Defines the action that is to be executed on each match.
|
public abstract void process(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pProperty, java.lang.String pName, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Type pType)
pProperty
- the value of pattern parameter property in the currently processed matchpName
- the value of pattern parameter name in the currently processed matchpType
- the value of pattern parameter type in the currently processed matchpublic void process(PropertyAttributesMatch match)
process
in interface org.eclipse.viatra.query.runtime.api.IMatchProcessor<PropertyAttributesMatch>