|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GTEntity
Common interface of the matchers in model transformations.
| Red (tfeng) |
| Red (tfeng) |
| Method Summary | |
|---|---|
GTIngredientsAttribute |
getCriteriaAttribute()
Return the attribute that stores all the criteria for this matcher. |
java.lang.String |
getDefaultIconDescription()
Return a string that contains the SVG icon description ("<svg>... |
Token |
getIngredientToken(java.lang.String name)
Return a token that contains an ingredient with the given name contained by this entity, or null if the ingredient cannot be resolved. |
GTIngredientsAttribute |
getOperationsAttribute()
Return the attribute that stores all the operations for this matcher. |
PatternObjectAttribute |
getPatternObjectAttribute()
Return the attribute that stores the name of the corresponding entity in the pattern of the same TransformationRule, if this entity is in
the replacement, or null otherwise. |
java.util.Set<java.lang.String> |
labelSet()
Return the set of names of ingredients contained in this entity that can be resolved. |
void |
updateAppearance(GTIngredientsAttribute attribute)
Update appearance of this entity. |
| Methods inherited from interface ptolemy.kernel.util.Nameable |
|---|
description, getContainer, getDisplayName, getFullName, getName, getName, setName |
| Method Detail |
|---|
GTIngredientsAttribute getCriteriaAttribute()
java.lang.String getDefaultIconDescription()
Token getIngredientToken(java.lang.String name)
name - The name of the ingredient.
GTIngredientsAttribute getOperationsAttribute()
PatternObjectAttribute getPatternObjectAttribute()
TransformationRule, if this entity is in
the replacement, or null otherwise.
labelSet()java.util.Set<java.lang.String> labelSet()
getIngredientToken(String)void updateAppearance(GTIngredientsAttribute attribute)
attribute - The attribute containing ingredients of this entity.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||