Uses of Class
pl.edu.agh.cast.model.attributes.AttributeValue

Packages that use AttributeValue
pl.edu.agh.cast.backward.command Provides commands for operating on diagrams. 
pl.edu.agh.cast.model.attributes Provides classes for representing and managing visual model's attributes. 
pl.edu.agh.cast.model.visual.backward Provides classes for visual presentation of data. 
 

Uses of AttributeValue in pl.edu.agh.cast.backward.command
 

Method parameters in pl.edu.agh.cast.backward.command with type arguments of type AttributeValue
protected  void ModifyAttributesCommand.fillAttributeHolder(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.backward.command with type arguments of type AttributeValue
ModifyAttributesCommand(AttributeValueContainer element, Collection<AttributeValue> newAttributeValues)
          Creates new instance of attribute modification command.
 

Uses of AttributeValue in pl.edu.agh.cast.model.attributes
 

Methods in pl.edu.agh.cast.model.attributes that return AttributeValue
 AttributeValue AttributeValue.copy()
          Returns a copy of this AttributeValue instance.
 

Uses of AttributeValue in pl.edu.agh.cast.model.visual.backward
 

Fields in pl.edu.agh.cast.model.visual.backward with type parameters of type AttributeValue
protected  SortedMap<Attribute,AttributeValue> ModelElement.attributeValues
           
 

Methods in pl.edu.agh.cast.model.visual.backward that return AttributeValue
 AttributeValue AttributeValueContainer.getAttributeValue(String name)
          Returns the value of the attribute named name.
 AttributeValue ModelElement.getAttributeValue(String name)
          Returns the value of the attribute named name.
 AttributeValue AttributeValueContainer.removePropertyValue(String name)
          Removes attribute value from this container.
 AttributeValue ModelElement.removePropertyValue(String name)
          Removes attribute value from this container.
 

Methods in pl.edu.agh.cast.model.visual.backward that return types with arguments of type AttributeValue
 List<AttributeValue> AttributeValueContainer.getAllValues()
          Returns complete list of attribute values in this container.
 List<AttributeValue> ModelElement.getAllValues()
          Returns complete list of attribute values in this container.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.