public abstract class GeneralizedTaggedBlockPairsMatch
extends org.eclipse.viatra.query.runtime.api.impl.BasePatternMatch
GeneralizedTaggedBlockPairsMatcher
.
Class fields correspond to parameters of the pattern. Fields with value null are considered unassigned. Each instance is a (possibly partial) substitution of pattern parameters, usable to represent a match of the pattern in the result of a query, or to specify the bound (fixed) input parameters when issuing a query.
GeneralizedTaggedBlockPairsMatcher
,
GeneralizedTaggedBlockPairsProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
get(java.lang.String parameterName) |
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property |
getChildAttribute() |
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class |
getChildBlock() |
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property |
getParentAttribute() |
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class |
getParentBlock() |
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getStereotype() |
int |
hashCode() |
static GeneralizedTaggedBlockPairsMatch |
newEmptyMatch()
Returns an empty, mutable match.
|
static GeneralizedTaggedBlockPairsMatch |
newMatch(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pParentBlock,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pChildBlock,
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pParentAttribute,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pChildAttribute)
Returns a new (partial) match.
|
static GeneralizedTaggedBlockPairsMatch |
newMutableMatch(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pParentBlock,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pChildBlock,
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pParentAttribute,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pChildAttribute)
Returns a mutable (partial) match.
|
java.util.List<java.lang.String> |
parameterNames() |
java.lang.String |
patternName() |
java.lang.String |
prettyPrint() |
boolean |
set(java.lang.String parameterName,
java.lang.Object newValue) |
void |
setChildAttribute(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pChildAttribute) |
void |
setChildBlock(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pChildBlock) |
void |
setParentAttribute(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pParentAttribute) |
void |
setParentBlock(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pParentBlock) |
void |
setStereotype(com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype) |
GeneralizedTaggedBlockPairsQuerySpecification |
specification() |
java.lang.Object[] |
toArray() |
GeneralizedTaggedBlockPairsMatch |
toImmutable() |
get, isCompatibleWith, makeImmutableList, prettyPrintFeature, prettyPrintValue, set, toString
public java.lang.Object get(java.lang.String parameterName)
public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class getParentBlock()
public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class getChildBlock()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()
public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getParentAttribute()
public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getChildAttribute()
public boolean set(java.lang.String parameterName, java.lang.Object newValue)
public void setParentBlock(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pParentBlock)
public void setChildBlock(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pChildBlock)
public void setStereotype(com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype)
public void setParentAttribute(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pParentAttribute)
public void setChildAttribute(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pChildAttribute)
public java.lang.String patternName()
patternName
in interface org.eclipse.viatra.query.runtime.api.IPatternMatch
patternName
in class org.eclipse.viatra.query.runtime.api.impl.BasePatternMatch
public java.util.List<java.lang.String> parameterNames()
parameterNames
in interface org.eclipse.viatra.query.runtime.api.IPatternMatch
parameterNames
in class org.eclipse.viatra.query.runtime.api.impl.BasePatternMatch
public java.lang.Object[] toArray()
public GeneralizedTaggedBlockPairsMatch toImmutable()
public java.lang.String prettyPrint()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public GeneralizedTaggedBlockPairsQuerySpecification specification()
public static GeneralizedTaggedBlockPairsMatch newEmptyMatch()
public static GeneralizedTaggedBlockPairsMatch newMutableMatch(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pParentBlock, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pChildBlock, com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pParentAttribute, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pChildAttribute)
pParentBlock
- the fixed value of pattern parameter parentBlock, or null if not bound.pChildBlock
- the fixed value of pattern parameter childBlock, or null if not bound.pStereotype
- the fixed value of pattern parameter stereotype, or null if not bound.pParentAttribute
- the fixed value of pattern parameter parentAttribute, or null if not bound.pChildAttribute
- the fixed value of pattern parameter childAttribute, or null if not bound.public static GeneralizedTaggedBlockPairsMatch newMatch(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pParentBlock, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pChildBlock, com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pParentAttribute, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pChildAttribute)
The returned match will be immutable. Use newEmptyMatch()
to obtain a mutable match object.
pParentBlock
- the fixed value of pattern parameter parentBlock, or null if not bound.pChildBlock
- the fixed value of pattern parameter childBlock, or null if not bound.pStereotype
- the fixed value of pattern parameter stereotype, or null if not bound.pParentAttribute
- the fixed value of pattern parameter parentAttribute, or null if not bound.pChildAttribute
- the fixed value of pattern parameter childAttribute, or null if not bound.