|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeValue | |
|---|---|
| pl.edu.agh.cast.command | |
| pl.edu.agh.cast.model.attributes | |
| pl.edu.agh.cast.model.visual | |
| Uses of AttributeValue in pl.edu.agh.cast.command |
|---|
| Method parameters in pl.edu.agh.cast.command with type arguments of type AttributeValue | |
|---|---|
protected void |
ModifyAttributesCommand.fillAttributeHolder(java.util.Collection<AttributeValue> newAttributeValues)
Changes attributes and it's values in attributesHolder to attributes attached in input newAttributesValues Collection. |
| Constructor parameters in pl.edu.agh.cast.command with type arguments of type AttributeValue | |
|---|---|
ModifyAttributesCommand(AttributeValueContainer element,
java.util.Collection<AttributeValue> newAttributeValues)
|
|
| Uses of AttributeValue in pl.edu.agh.cast.model.attributes |
|---|
| Methods in pl.edu.agh.cast.model.attributes that return AttributeValue | |
|---|---|
AttributeValue |
AttributeValue.copy()
|
| Uses of AttributeValue in pl.edu.agh.cast.model.visual |
|---|
| Fields in pl.edu.agh.cast.model.visual with type parameters of type AttributeValue | |
|---|---|
protected java.util.SortedMap<Attribute,AttributeValue> |
ModelElement._attributeValues
|
| Methods in pl.edu.agh.cast.model.visual that return AttributeValue | |
|---|---|
AttributeValue |
ModelElement.getAttributeValue(java.lang.String name)
|
AttributeValue |
AttributeValueContainer.getAttributeValue(java.lang.String name)
|
AttributeValue |
ModelElement.removePropertyValue(java.lang.String name)
|
AttributeValue |
AttributeValueContainer.removePropertyValue(java.lang.String name)
Removes attribute value from this container. |
| Methods in pl.edu.agh.cast.model.visual that return types with arguments of type AttributeValue | |
|---|---|
java.util.List<AttributeValue> |
ModelElement.getAllValues()
|
java.util.List<AttributeValue> |
AttributeValueContainer.getAllValues()
Returns complete list of attribute values in this container. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||