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

Packages that use Attribute
pl.edu.agh.cast.model.attributes   
pl.edu.agh.cast.model.visual   
 

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

Methods in pl.edu.agh.cast.model.attributes that return Attribute
 Attribute Attribute.copy()
           
 Attribute AttributeValue.getAttribute()
           
 Attribute AttributeManager.getAttribute(java.lang.String id)
          Returns attribute with given id (name).
 

Methods in pl.edu.agh.cast.model.attributes that return types with arguments of type Attribute
 java.util.Collection<Attribute> AttributeManager.getAttributes()
           
 java.util.List<Attribute> AttributeManager.getPermanentAttributes()
           
 

Methods in pl.edu.agh.cast.model.attributes with parameters of type Attribute
 int Attribute.compareTo(Attribute o)
           
abstract  java.lang.Object AttributeMergePolicy.mergeValues(Attribute attribute, java.lang.Object firstValue, java.lang.Object secondValue)
          Merges two Attribute values into one.
 java.lang.Object AttributeMergePolicy.MergePolicyLogicalOr.mergeValues(Attribute attribute, java.lang.Object firstValue, java.lang.Object secondValue)
           
 java.lang.Object AttributeMergePolicy.MergePolicyLogicalAnd.mergeValues(Attribute attribute, java.lang.Object firstValue, java.lang.Object secondValue)
           
 java.lang.Object AttributeMergePolicy.MergePolicyAlwaysSecond.mergeValues(Attribute attribute, java.lang.Object firstValue, java.lang.Object secondValue)
           
 java.lang.Object AttributeMergePolicy.MergePolicyAlwaysFirst.mergeValues(Attribute attribute, java.lang.Object firstValue, java.lang.Object secondValue)
           
 

Method parameters in pl.edu.agh.cast.model.attributes with type arguments of type Attribute
 void AttributeManager.init(java.util.List<Attribute> attributes)
          Initialise this manager after deserializing attributes
 

Constructors in pl.edu.agh.cast.model.attributes with parameters of type Attribute
AttributeValue(Attribute attribute, java.lang.Object value)
           
 

Uses of Attribute in pl.edu.agh.cast.model.visual
 

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



Copyright © 2007-2008 AGH University of Science and Technology. All Rights Reserved.