|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
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 Attribute in pl.edu.agh.cast.model.attributes |
---|
Methods in pl.edu.agh.cast.model.attributes that return Attribute | |
---|---|
Attribute |
Attribute.copy()
Returns a copy of this Attribute instance. |
Attribute |
AttributeValue.getAttribute()
|
Attribute |
AttributeManager.getAttribute(String id)
Returns attribute with given id (name). |
Methods in pl.edu.agh.cast.model.attributes that return types with arguments of type Attribute | |
---|---|
Collection<Attribute> |
AttributeManager.getAttributes()
Returns a collection of registered attributes. |
List<Attribute> |
AttributeManager.getPermanentAttributes()
Returns list of permanent attributes. |
Methods in pl.edu.agh.cast.model.attributes with parameters of type Attribute | |
---|---|
int |
Attribute.compareTo(Attribute o)
|
abstract Object |
AttributeMergePolicy.mergeValues(Attribute attribute,
Object firstValue,
Object secondValue)
Merges two Attribute values into one. |
Object |
AttributeMergePolicy.MergePolicyLogicalOr.mergeValues(Attribute attribute,
Object firstValue,
Object secondValue)
Merges two Attribute values into one. |
Object |
AttributeMergePolicy.MergePolicyLogicalAnd.mergeValues(Attribute attribute,
Object firstValue,
Object secondValue)
Merges two Attribute values into one. |
Object |
AttributeMergePolicy.MergePolicyAlwaysSecond.mergeValues(Attribute attribute,
Object firstValue,
Object secondValue)
Merges two Attribute values into one. |
Object |
AttributeMergePolicy.MergePolicyAlwaysFirst.mergeValues(Attribute attribute,
Object firstValue,
Object secondValue)
Merges two Attribute values into one. |
Method parameters in pl.edu.agh.cast.model.attributes with type arguments of type Attribute | |
---|---|
void |
AttributeManager.init(List<Attribute> attributes)
Initialize this manager after deserializing attributes. |
Constructors in pl.edu.agh.cast.model.attributes with parameters of type Attribute | |
---|---|
AttributeValue(Attribute attribute,
Object value)
Constructor. |
Uses of Attribute in pl.edu.agh.cast.model.visual.backward |
---|
Fields in pl.edu.agh.cast.model.visual.backward with type parameters of type Attribute | |
---|---|
protected SortedMap<Attribute,AttributeValue> |
ModelElement.attributeValues
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |